Changeset 81797
- Timestamp:
- 08/04/11 18:44:31 (4 years ago)
- Location:
- trunk/dports/textproc/tinyxml
- Files:
-
- 2 edited
-
Portfile (modified) (1 diff)
-
files/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/tinyxml/Portfile
r81784 r81797 6 6 name tinyxml 7 7 version 2.6.2 8 revision 1 8 9 categories textproc 9 10 maintainers openmaintainer mmoll -
trunk/dports/textproc/tinyxml/files/CMakeLists.txt
r81777 r81797 1 1 project(TinyXML CXX) 2 2 3 add_definitions(-DTIXML_USE_STL) 3 4 add_library(tinyxml SHARED tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp) 4 5 install(TARGETS tinyxml LIBRARY DESTINATION lib)
Note: See TracChangeset
for help on using the changeset viewer.

