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

  1. @echo off
  2. set TOOLROOTDIR=E:\MSVC15
  3. set PATH=E:\MSVC15\BIN;%PATH%
  4. set INCLUDE=E:\MSVC15\INCLUDE;E:\MSVC15\MFC\INCLUDE;%INCLUDE%
  5. set LIB=E:\MSVC15\LIB;E:\MSVC15\MFC\LIB;%LIB%