1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00
Files
KernelEx/auxiliary/makefile.msv
2018-11-03 16:20:02 +03:00

37 lines
653 B
Plaintext

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 ..
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 ..
ide : all clean
-@if exist Release\NUL rd Release