mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08: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 %* |