Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2009, 10:02:58 PM (15 years ago)
Author:
rgrieder
Message:
  • Corrected version info
  • Bugfix: GCC 3 warning workaround was active for other compilers than GCC
  • Bugfix: Tolua bind files for debug and release configurations had the same path in MSVC. Using separate paths now to avoid reompiling when changing the configuration.
File:
1 edited

Legend:

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

    r2634 r2640  
    5050# Create the tolua bind file. We could use the orignal file though, but it is 1.6MB...
    5151ADD_CUSTOM_COMMAND(
    52   OUTPUT ${CEGUILUA_BINARY_DIR}/lua_CEGUI.cpp
     52  OUTPUT ${CEGUILUA_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp
    5353  COMMAND tolua++app_orxonox -n CEGUI
    5454                             -w ${CEGUILUA_BINARY_DIR}
    55                              -o lua_CEGUI.cpp
     55                             -o ${CMAKE_CFG_INTDIR}/lua_CEGUI.cpp
    5656                             -L exceptions.lua
    5757                             -s ${TOLUA_PARSER_SOURCE}
Note: See TracChangeset for help on using the changeset viewer.