mirror of https://github.com/tongzx/nt5src
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.
12 lines
148 B
12 lines
148 B
cd Bios32
|
|
nmake clean
|
|
cd ..\IA-32Emb
|
|
nmake clean
|
|
cd ..\Nt32
|
|
nmake clean
|
|
cd ..\Sal64
|
|
nmake clean
|
|
cd ..\tools\src\
|
|
del /s *.obj
|
|
del /s *.idb
|
|
cd ..\..
|