Browse Subversion Repository
Diff of /trunk/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 3 |
|
|
| 4 |
project(teraterm_all) |
project(teraterm_all) |
| 5 |
|
|
| 6 |
|
if(${CMAKE_GENERATOR} MATCHES "Visual Studio 8 2005") |
| 7 |
|
set(SUPPORT_OLD_WINDOWS_DEFAULT ON) |
| 8 |
|
else() |
| 9 |
|
set(SUPPORT_OLD_WINDOWS_DEFAULT OFF) |
| 10 |
|
endif() |
| 11 |
|
|
| 12 |
|
option(SUPPORT_OLD_WINDOWS "windows 95 support" ${SUPPORT_OLD_WINDOWS_DEFAULT}) |
| 13 |
option(ENABLE_TTXSAMPLES "TTXSamples" ON) |
option(ENABLE_TTXSAMPLES "TTXSamples" ON) |
| 14 |
option(MORE_WARNING "stronger warning" OFF) |
option(MORE_WARNING "stronger warning" OFF) |
| 15 |
|
|
| 75 |
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -s -Wl,--gc-sections") |
set(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE} -s -Wl,--gc-sections") |
| 76 |
endif() |
endif() |
| 77 |
|
|
| 78 |
|
if(SUPPORT_OLD_WINDOWS) |
| 79 |
|
message("SUPPORT_OLD_WINDOWS=ON") |
| 80 |
|
endif() |
| 81 |
|
|
| 82 |
### tool |
### tool |
| 83 |
# perl |
# perl |
| 84 |
if (MSVC OR (MINGW AND (EXISTS "c:/windows"))) |
if (MSVC OR (MINGW AND (EXISTS "c:/windows"))) |
|
|
Legend:
| Removed from v.8941 |
|
| changed lines |
| |
Added in v.9129 |
|
|
|