mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-18 23:11:19 +03:00
43 lines
771 B
Plaintext
Executable File
43 lines
771 B
Plaintext
Executable File
all :
|
|
cd msimg32
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd pdh
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd wtsapi32
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd uxtheme
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd psapi
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd userenv
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
|
|
clean :
|
|
cd msimg32
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd pdh
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd wtsapi32
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd uxtheme
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd psapi
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
cd userenv
|
|
@$(MAKE) /nologo /f makefile.msv $@
|
|
cd ..
|
|
|
|
ide : all clean
|
|
-@if exist Release\NUL rd Release
|