Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
179 B

@echo off
set TOOLROOTDIR=E:\MSVC15
set PATH=E:\MSVC15\BIN;%PATH%
set INCLUDE=E:\MSVC15\INCLUDE;E:\MSVC15\MFC\INCLUDE;%INCLUDE%
set LIB=E:\MSVC15\LIB;E:\MSVC15\MFC\LIB;%LIB%