1
0
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:
UzixLS
2018-11-03 16:21:13 +03:00
parent d6aad6c6c5
commit 09929b2b7d
392 changed files with 17832 additions and 2491 deletions

6
auxiliary/makefile.msv Normal file → Executable file
View 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