Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2009, 12:27:17 PM (15 years ago)
Author:
rgrieder
Message:
  • Fixed FindDirectX for use with CMake 2.6.0 (2.6.2 worked without problems). The script was finding the dlls in system32 instead of the libs in the DXSDK_DIR when configuring MinGW.
  • Small fix in ceguilua CMLs
  • CMake 2.6.0 fix when specifying BOOST_ROOT
File:
1 edited

Legend:

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

    r2621 r2623  
    2828ADD_CUSTOM_COMMAND(
    2929  OUTPUT ${CEGUILUA_BINARY_DIR}/lua_CEGUI.cpp
    30   COMMAND tolua++gen_orxonox -n CEGUI
     30  COMMAND tolua++app_orxonox -n CEGUI
    3131                             -w ${CEGUILUA_BINARY_DIR}
    3232                             -o lua_CEGUI.cpp
Note: See TracChangeset for help on using the changeset viewer.