10 lines
184 B
Batchfile
10 lines
184 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 "blend.exe" "blend.asm"
|