diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-09 13:32:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-09 13:32:04 (GMT) |
commit | 8e6c05cbaec9030f22797c3db9dd3e8d7d1045da (patch) | |
tree | 5058f5b570359e2c545b7a74034264be51a22f0e /Modules | |
parent | 6112e7fc160e611e2b7e299dec5b67dacc3e4c49 (diff) | |
download | CMake-8e6c05cbaec9030f22797c3db9dd3e8d7d1045da.zip CMake-8e6c05cbaec9030f22797c3db9dd3e8d7d1045da.tar.gz CMake-8e6c05cbaec9030f22797c3db9dd3e8d7d1045da.tar.bz2 |
BUG: remove typo from file
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/Windows-bcc32.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake index 8f7efbb..04b29bb 100644 --- a/Modules/Platform/Windows-bcc32.cmake +++ b/Modules/Platform/Windows-bcc32.cmake @@ -15,7 +15,7 @@ SET(CMAKE_LINK_LIBRARY_FLAG "") SET(CMAKE_SHARED_BUILD_CXX_FLAGS "-tWR") SET(CMAKE_SHARED_BUILD_C_FLAGS "-tWR") -SET(CMAKE_START_TE-lH:0x10000000 -lHc:0x10000000MP_FILE "@&&|\n") +SET(CMAKE_START_TEMP_FILE "@&&|\n") SET(CMAKE_END_TEMP_FILE "\n|") # uncomment these out to debug makefiles #SET(CMAKE_START_TEMP_FILE "") |