windows-nt/Source/XPSP1/NT/base/ntsetup/mpk/buildit.bat

23 lines
193 B
Batchfile
Raw Normal View History

2020-09-26 03:20:57 -05:00
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 ..