summaryrefslogtreecommitdiff
path: root/build/borland5.5/BuildBorland.bat
blob: a61eb624e29f65000ebf2d05707995f562cc8f7c (plain)
1
2
3
4
5
6
7
8
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