mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
6
auxiliary/makefile.msv
Normal file → Executable file
6
auxiliary/makefile.msv
Normal file → Executable file
@ -14,6 +14,9 @@ all :
|
||||
cd psapi
|
||||
@$(MAKE) /nologo /f makefile.msv $@
|
||||
cd ..
|
||||
cd userenv
|
||||
@$(MAKE) /nologo /f makefile.msv $@
|
||||
cd ..
|
||||
|
||||
clean :
|
||||
cd msimg32
|
||||
@ -31,6 +34,9 @@ clean :
|
||||
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
|
||||
|
Reference in New Issue
Block a user