summaryrefslogtreecommitdiff
path: root/build/borland5.5/BuildBorland.bat
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:46 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:46 +0200
commitc894a7cdd8686ea695602a23a511a3f1b0d047be (patch)
tree1fb4e9f4781af3221982a5831173ea14e6585306 /build/borland5.5/BuildBorland.bat
parentbfa452a375ea0a0a3f95304a69186936567e5263 (diff)
New upstream version 4.1.4upstream
Diffstat (limited to 'build/borland5.5/BuildBorland.bat')
-rwxr-xr-xbuild/borland5.5/BuildBorland.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/borland5.5/BuildBorland.bat b/build/borland5.5/BuildBorland.bat
new file mode 100755
index 0000000..a61eb62
--- /dev/null
+++ b/build/borland5.5/BuildBorland.bat
@@ -0,0 +1,9 @@
+rem Build Make files for Borland free compiler 5.5
+
+rem - This does not work if both BC45 and bcc55 are on the same drive
+
+rem set CXX=C:\bcc55\bin\
+
+cmake -G "Borland Makefiles" >> build.txt
+
+make \ No newline at end of file