diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-01 14:00:31 (GMT) |
commit | 3da299a796f6905662cbee7361e9a59c3c59c7b5 (patch) | |
tree | 2be91ba70da59e30e90396d6a858c70e43c23ab3 /Templates/CMakeBorlandWindowsSystemConfig.cmake | |
parent | 9ee6b07295ae20a6b94806964d0786ee3e4ba7f5 (diff) | |
download | CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.zip CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.gz CMake-3da299a796f6905662cbee7361e9a59c3c59c7b5.tar.bz2 |
ENH: add some OS/compiler variables
Diffstat (limited to 'Templates/CMakeBorlandWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeBorlandWindowsSystemConfig.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index 5e3500c..b639c3c 100644 --- a/Templates/CMakeBorlandWindowsSystemConfig.cmake +++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake @@ -8,6 +8,12 @@ FIND_PATH(BCB_BIN_PATH bcc32.exe [HKEY_LOCAL_MACHINE/SOFTWARE/Borland/C++Builder/5.0/RootDir]/Bin ) +SET (CMAKE_BUILD_TOOL borlandmake CACHE INTERNAL + "What is the target build tool cmake is generating for.") + +SET (CMAKE_SYSTEM "Win32" CACHE INTERNAL + "What system is this. Result of uname.") + SET (BORLAND 1 CACHE INTERNAL "This is the borland generator") SET (CMAKE_C_COMPILER ${BCB_BIN_PATH}/bcc32 CACHE FILEPATH |