Changeset 7163 for code/trunk/src/external/ceguilua
- Timestamp:
- Aug 11, 2010, 8:55:13 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/external/ceguilua/CMakeLists.txt
r6417 r7163 56 56 ADD_CUSTOM_COMMAND( 57 57 OUTPUT ${CEGUILUA_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp 58 COMMAND tolua ++app_orxonox -n CEGUI59 60 61 62 63 58 COMMAND toluaapp_orxonox -n CEGUI 59 -w ${CEGUILUA_BINARY_DIR} 60 -o ${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp 61 -L exceptions.lua 62 -s ${TOLUA_PARSER_SOURCE} 63 CEGUI.pkg 64 64 DEPENDS ${TOLUA_PARSER_DEPENDENCIES} 65 65 WORKING_DIRECTORY ${RUNTIME_LIBRARY_DIRECTORY} … … 79 79 ${CEGUI_VERSION} 80 80 LINK_LIBRARIES 81 tolua ++_orxonox81 tolua_orxonox 82 82 ${LUA_LIBRARIES} 83 83 ${CEGUI_LIBRARY} -
code/trunk/src/external/ceguilua/ceguilua-0.6.0/ceguilua/CEGUILua.h
r5781 r7163 35 35 Import / Export control macros 36 36 *************************************************************************/ 37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI _STATIC)37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 38 38 # ifdef CEGUILUA_EXPORTS 39 39 # define CEGUILUA_API __declspec(dllexport) -
code/trunk/src/external/ceguilua/ceguilua-0.6.0/ceguilua/changes_orxonox.diff
r5781 r7163 67 67 --- CEGUILua.h Wed Jul 9 18:24:49 2008 68 68 +++ CEGUILua.h Thu Jan 29 10:17:07 2009 69 @@ -38,7 +38,11 @@ 69 @@ -34,11 +34,15 @@ 70 /************************************************************************* 71 Import / Export control macros 72 *************************************************************************/ 73 -#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 74 +#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 70 75 # ifdef CEGUILUA_EXPORTS 71 76 # define CEGUILUA_API __declspec(dllexport) -
code/trunk/src/external/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILua.h
r5781 r7163 35 35 Import / Export control macros 36 36 *************************************************************************/ 37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI _STATIC)37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 38 38 # ifdef CEGUILUA_EXPORTS 39 39 # define CEGUILUA_API __declspec(dllexport) -
code/trunk/src/external/ceguilua/ceguilua-0.6.1/ceguilua/changes_orxonox.diff
r5781 r7163 1 1 --- CEGUILua.h Mi Jul 9 18:24:49 2008 2 2 +++ CEGUILua.h Do Jan 29 10:18:14 2009 3 @@ -38,7 +38,11 @@ 3 @@ -34,11 +34,15 @@ 4 /************************************************************************* 5 Import / Export control macros 6 *************************************************************************/ 7 -#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 8 +#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 4 9 # ifdef CEGUILUA_EXPORTS 5 10 # define CEGUILUA_API __declspec(dllexport) -
code/trunk/src/external/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILua.h
r5781 r7163 35 35 Import / Export control macros 36 36 *************************************************************************/ 37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI _STATIC)37 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 38 38 # ifdef CEGUILUA_EXPORTS 39 39 # define CEGUILUA_API __declspec(dllexport) -
code/trunk/src/external/ceguilua/ceguilua-0.6.2/ceguilua/changes_orxonox.diff
r6762 r7163 82 82 --- CEGUILua.h Sun Jan 25 18:32:57 2009 83 83 +++ CEGUILua.h Thu Jan 29 10:17:42 2009 84 @@ -38,7 +38,11 @@ 84 @@ -34,11 +34,15 @@ 85 /************************************************************************* 86 Import / Export control macros 87 *************************************************************************/ 88 -#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 89 +#if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUILUA_STATIC) 85 90 # ifdef CEGUILUA_EXPORTS 86 91 # define CEGUILUA_API __declspec(dllexport)
Note: See TracChangeset
for help on using the changeset viewer.