summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeWindowsBorlandConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Templates/CMakeWindowsBorlandConfig.cmake')
-rw-r--r--Templates/CMakeWindowsBorlandConfig.cmake14
1 files changed, 2 insertions, 12 deletions
diff --git a/Templates/CMakeWindowsBorlandConfig.cmake b/Templates/CMakeWindowsBorlandConfig.cmake
index 47ac48a..1e5db1d 100644
--- a/Templates/CMakeWindowsBorlandConfig.cmake
+++ b/Templates/CMakeWindowsBorlandConfig.cmake
@@ -13,22 +13,12 @@ SET (CMAKE_CXX_COMPILER "Borland_BCB_5.5.1" CACHE STRING "C++ compiler used.")
FIND_PATH(BCB_BIN_PATH bcc32.exe
"C:/Program Files/Borland/CBuilder5/Bin"
+ "C:/Borland/Bcc55/Bin"
+ "/Borland/Bcc55/Bin"
[HKEY_LOCAL_MACHINE/SOFTWARE/Borland/C++Builder/5.0/RootDir]/Bin
)
#
-# Set default exe and lib directories
-#
-
-IF (NOT LIBRARY_OUTPUT_PATH)
- SET (LIBRARY_OUTPUT_PATH "c:/bin" CACHE STRING "Directory for libraries to be built into.")
-ENDIF (NOT LIBRARY_OUTPUT_PATH)
-
-IF (NOT EXECUTABLE_OUTPUT_PATH)
- SET (EXECUTABLE_OUTPUT_PATH "" CACHE STRING "Directory for executables to be built into.")
-ENDIF (NOT EXECUTABLE_OUTPUT_PATH)
-
-#
# override opengl library as it is bound to import32.lib already
#