Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 21, 2008, 8:39:08 PM (16 years ago)
Author:
rgrieder
Message:

removed version specific lua folders
removed lua 5.0 package file int tolua/ folder
commented script section in FindCEGUI.cmake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ceguilua/src/tolua/CMakeLists.txt

    r1804 r1809  
    2828
    2929
    30 IF (Lua_VERSION EQUAL 5.0)
    31   SET (TOLUA_PACKAGE "../../src/tolua/tolua-5.0.pkg")
    32 ELSE (Lua_VERSION EQUAL 5.0)
    33   SET (TOLUA_PACKAGE "../../src/tolua/tolua-5.1.pkg")
    34 ENDIF (Lua_VERSION EQUAL 5.0)
    35 
     30SET (TOLUA_PACKAGE "../../src/tolua/tolua-5.1.pkg")
    3631GET_TARGET_PROPERTY(TOLUAGEN_EXE toluagen_orxonox LOCATION)
    3732ADD_CUSTOM_COMMAND(
Note: See TracChangeset for help on using the changeset viewer.