Changeset 2566
- Timestamp:
- Jan 6, 2009, 10:26:42 AM (16 years ago)
- Location:
- code/branches/buildsystem2
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/CMakeLists.txt
r2526 r2566 7 7 8 8 # Check for special include paths 9 INCLUDE(C heckTardis)10 INCLUDE(C heckOrxonoxWinDeps)9 INCLUDE(ConfigTardis) 10 INCLUDE(ConfigMinGW) 11 11 12 12 ################ Test options ################### -
code/branches/buildsystem2/cmake/ConfigMinGW.cmake
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/buildsystem/cmake/CheckOrxonoxWinDeps.cmake merged eligible /code/branches/ceguilua/cmake/CheckOrxonoxWinDeps.cmake 1802-1808 /code/branches/core3/cmake/CheckOrxonoxWinDeps.cmake 1572-1739 /code/branches/gcc43/cmake/CheckOrxonoxWinDeps.cmake 1580 /code/branches/gui/cmake/CheckOrxonoxWinDeps.cmake 1635-1723 /code/branches/input/cmake/CheckOrxonoxWinDeps.cmake 1629-1636 /code/branches/objecthierarchy/cmake/CheckOrxonoxWinDeps.cmake 1911-2085,2100,2110-2169 /code/branches/pickups/cmake/CheckOrxonoxWinDeps.cmake 1926-2086 /code/branches/questsystem/cmake/CheckOrxonoxWinDeps.cmake 1894-2088 /code/branches/questsystem2/cmake/CheckOrxonoxWinDeps.cmake 2107-2259 /code/branches/script_trigger/cmake/CheckOrxonoxWinDeps.cmake 1295-1953,1955 /code/branches/weapon/cmake/CheckOrxonoxWinDeps.cmake 1925-2094
r2565 r2566 26 26 # 27 27 28 ############## ### Win check ##################28 ############## MinGW config ############### 29 29 # Set the library directory when using precompiled tarballs for 30 30 # the dependencies under windows -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/buildsystem2/cmake/ConfigTardis.cmake
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/buildsystem/cmake/CheckTardis.cmake merged eligible /code/branches/questsystem2/cmake/CheckTardis.cmake merged eligible /code/branches/ceguilua/cmake/CheckTardis.cmake 1802-1808 /code/branches/core3/cmake/CheckTardis.cmake 1572-1739 /code/branches/gcc43/cmake/CheckTardis.cmake 1580 /code/branches/gui/cmake/CheckTardis.cmake 1635-1723 /code/branches/input/cmake/CheckTardis.cmake 1629-1636 /code/branches/objecthierarchy/cmake/CheckTardis.cmake 1911-2085,2100,2110-2169 /code/branches/pickups/cmake/CheckTardis.cmake 1926-2086 /code/branches/questsystem/cmake/CheckTardis.cmake 1894-2088 /code/branches/script_trigger/cmake/CheckTardis.cmake 1295-1953,1955 /code/branches/weapon/cmake/CheckTardis.cmake 1925-2094
r2565 r2566 1 ################# Tardis c heck ##################1 ################# Tardis config ################# 2 2 # This code checks whether the current machine # 3 3 # is an ETH tardis box. # -
Property
svn:mergeinfo
set to
(toggle deleted branches)
Note: See TracChangeset
for help on using the changeset viewer.