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.
 
 
 
 
 
 

18 lines
279 B

@echo off
echo Modifying PATH
set PATH_TMP_1=%PATH%
set PATH=
echo link...
link @link.rsp
echo Resetting PATH
set PATH=%PATH_TMP_1%
set PATH_TMP_1=
echo Output binaries to mso
md mso
move mso9d-out.pdb mso\mso9d-out.pdb
move mso9d.dll mso\mso9d.dll
dir mso