mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00: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 %*
|