WindowsXP/base/ntsetup/mpk/buildit.bat
2025-04-27 07:49:33 -04:00

23 lines
215 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 ..