Changeset 7135 for code/branches/presentation3/src/external
- Timestamp:
- Jun 10, 2010, 12:04:41 AM (14 years ago)
- Location:
- code/branches/presentation3/src/external
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/external/ceguilua/CMakeLists.txt
r6417 r7135 75 75 NO_SOURCE_GROUPS 76 76 DEFINE_SYMBOL 77 "CEGUILUA_EXPORTS"77 shared "CEGUILUA_EXPORTS" static "CEGUILUA_STATIC" 78 78 VERSION 79 79 ${CEGUI_VERSION} -
code/branches/presentation3/src/external/ogreceguirenderer/CMakeLists.txt
r5929 r7135 36 36 ${CEGUI_LIBRARY} 37 37 DEFINE_SYMBOL 38 "OGRE_GUIRENDERER_EXPORTS"38 shared "OGRE_GUIRENDERER_EXPORTS" static "OGRE_GUIRENDERER_STATIC_LIB" 39 39 VERSION 40 40 1.4.9 -
code/branches/presentation3/src/external/ois/CMakeLists.txt
r5929 r7135 57 57 ORXONOX_EXTERNAL 58 58 DEFINE_SYMBOL 59 "OIS_NONCLIENT_BUILD"59 shared "OIS_NONCLIENT_BUILD" static "" 60 60 VERSION 61 61 1.2 -
code/branches/presentation3/src/external/tolua/CMakeLists.txt
r5929 r7135 35 35 ORXONOX_EXTERNAL 36 36 DEFINE_SYMBOL 37 "TOLUA_SHARED_BUILD"37 shared "TOLUA_SHARED_BUILD" static "TOLUA_STATIC_BUILD" 38 38 VERSION 39 39 1.0.92
Note: See TracChangeset
for help on using the changeset viewer.