Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2008, 12:22:22 AM (15 years ago)
Author:
rgrieder
Message:
  • Inserted IF when copying the config files from bin/ so existing files don't get overwritten.
  • Reorganised everything around the run-script: There are now folders in bin/ for each kind of distribution (tardis, linux, msvc and mingw). CMake will then copy the right files to the binary folder.
  • Removed ugly parts in the run-script since tardis now got its own one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/cmake/UseTolua.cmake

    r2241 r2243  
    4343                                  -s "${TOLUA_PARSER_SOURCE}"
    4444                                     "${_tolua_pkgfile}"
    45     DEPENDS "${_tolua_executable_name}" ${_tolua_inputfiles} ${TOLUA_PARSER_DEPENDENCIES}
     45    DEPENDS "${_tolua_executable_name}" ${TOLUA_PARSER_DEPENDENCIES}
     46    IMPLICIT_DEPENDS CXX ${_tolua_inputfiles}
    4647    WORKING_DIRECTORY "${LIBRARY_OUTPUT_PATH}"
    4748  )
Note: See TracChangeset for help on using the changeset viewer.