mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-09 03:49:12 +01:00
5 lines
123 B
Batchfile
5 lines
123 B
Batchfile
set MSVCDir=Z:\path\to\msvc
|
|
set INCLUDE=%MSVCDir%\include
|
|
set LIB=%MSVCDir%\lib
|
|
set PATH=%MSVCDir%\bin;%PATH%
|
|
cl.exe %* |