ultradefrag/src/setvars_VM-WIN7_Stefan.cmd

28 lines
772 B
Batchfile
Executable File

@echo off
echo Set Stefans' environment variables...
:: save username, since build process overwrites it
if not defined ORIG_USERNAME set ORIG_USERNAME=%USERNAME%
:: DDK for Windows Server 2003 SP1
:: set WINDDKBASE=C:\WinDDK\3790.1830
:: WDK for Windows Server 2008
set WINDDKBASE=C:\WinDDK\6001.18002
:: Windows Driver Kit 7_1_0
:: set WINDDKBASE=C:\WinDDK\7600.16385.1
set WINSDKBASE=
set MINGWBASE=
set MINGWx64BASE=
set NETRUNTIMEPATH=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
set NSISDIR=C:\Program Files\NSIS
set SEVENZIP_PATH=C:\Program Files\7-Zip
set MSVSBIN=
set DDKINCDIR=
set PELLESC_BASE=
rem comment out next line to enable warnings to find unreachable code
goto :EOF
set CL=/Wall /wd4619 /wd4711 /wd4706
rem set LINK=/WX