summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-03 23:04:21 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-03 23:04:21 (GMT)
commitd06a01d8258d5bfe6c426c76780ebcc5fbcffce3 (patch)
tree6e44cc6b484143b5ce65674338f0bdf369e67344 /Templates
parent2c853716ceb49e6840eb3081055d009100833c29 (diff)
downloadCMake-d06a01d8258d5bfe6c426c76780ebcc5fbcffce3.zip
CMake-d06a01d8258d5bfe6c426c76780ebcc5fbcffce3.tar.gz
CMake-d06a01d8258d5bfe6c426c76780ebcc5fbcffce3.tar.bz2
ENH: fix crashes in console apps
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeBorlandWindowsSystemConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake
index 609379a..8025477 100644
--- a/Templates/CMakeBorlandWindowsSystemConfig.cmake
+++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake
@@ -39,7 +39,7 @@ SET (CMAKE_CXX_FLAGS_MINSIZEREL "-O1" CACHE STRING
SET (CMAKE_CXX_FLAGS_DEBUG "-Od -v" CACHE STRING
"Flags used by the compiler during debug builds.")
-SET (CMAKE_LINKER_FLAGS "" CACHE STRING
+SET (CMAKE_LINKER_FLAGS "-tWM" CACHE STRING
"Flags used by the linker.")
SET (CMAKE_LINKER_FLAGS_DEBUG "-v" CACHE STRING