Hamazing/source/hexagon/compile.bat
2023-05-22 18:29:18 +02:00

10 lines
188 B
Batchfile

@if X%VBCC%==X%~dp0 goto AlreadySet
@set VBCC=%~dp0
@set PATH=%VBCC%\..\tools;%PATH%
:AlreadySet
copy "..\tools\vc.cfg" %~dp0
vc -O2 -notmpfile -nostdlib -o "hexagon.exe" "hexagon.asm"