mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 18:52:25 +01:00
adding environment batch file to support building under the free compiler 5.5
This commit is contained in:
parent
41cfce878a
commit
b981632f7c
3
projects/CPPBuilder5/bccenv.bat
Normal file
3
projects/CPPBuilder5/bccenv.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
IF "%ProgramFiles(x86)%"=="" SET PATH="C:\Borland\BCC55\Bin";"C:\Program Files\Git\cmd";"c:\Program Files\doxygen\bin";C:\Windows\System32 & exit /b
|
||||||
|
SET PATH=C:\Borland\BCC55\Bin;"C:\Program Files (x86)\Git\cmd";"c:\Program Files\doxygen\bin";C:\Windows\System32
|
Loading…
Reference in New Issue
Block a user