windows-nt/Source/XPSP1/NT/base/ntsetup/mpk/buildit.bat
2020-09-26 16:20:57 +08:00

23 lines
193 B
Batchfile

cd iolib
nmake %1 %2
cd ..\misclib
nmake %1 %2
cd ..\displib
nmake %1 %2
cd ..\makemast
nmake %1 %2
cd ..\imagpart
nmake %1 %2
cd ..\enduser
nmake %1 %2
cd ..\diskstat
nmake %1 %2
cd ..