summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-14 13:59:42 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-14 13:59:42 (GMT)
commit388c4ad2077f8af9141192a68379227d292f3bf4 (patch)
treea59a4cbc5c0a4533f5fb2952601f085dd36784f3 /Modules
parenta79b16a67f565387b72b01f906e120368daaf489 (diff)
downloadCMake-388c4ad2077f8af9141192a68379227d292f3bf4.zip
CMake-388c4ad2077f8af9141192a68379227d292f3bf4.tar.gz
CMake-388c4ad2077f8af9141192a68379227d292f3bf4.tar.bz2
BUG: fix for missing temp file variable
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-bcc32.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake
index 21648e4..a26026e 100644
--- a/Modules/Platform/Windows-bcc32.cmake
+++ b/Modules/Platform/Windows-bcc32.cmake
@@ -44,7 +44,7 @@ SET(CMAKE_C_COMPILE_OBJECT
SET(CMAKE_C_LINK_EXECUTABLE
- "<CMAKE_C_COMPILER> &&|\n-e<TARGET> <LINK_FLAGS> <FLAGS> <CMAKE_C_LINK_FLAGS> <LINK_LIBRARIES> <OBJECTS> ${CMAKE_END_TEMP_FILE}")
+ "<CMAKE_C_COMPILER> ${CMAKE_START_TEMP_FILE}-e<TARGET> <LINK_FLAGS> <FLAGS> <CMAKE_C_LINK_FLAGS> <LINK_LIBRARIES> <OBJECTS> ${CMAKE_END_TEMP_FILE}")
SET(CMAKE_CXX_LINK_EXECUTABLE