1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00

import KernelEx-4.0-Final

This commit is contained in:
UzixLS
2018-11-03 16:20:02 +03:00
parent 339353cce8
commit 30df122aba
339 changed files with 11011 additions and 1945 deletions

0
util/dumpconf.c Executable file → Normal file
View File

0
util/dumpimte.c Executable file → Normal file
View File

0
util/dumpsett.c Executable file → Normal file
View File

0
util/funique.cpp Executable file → Normal file
View File

0
util/load.c Executable file → Normal file
View File

0
util/patterns.txt Executable file → Normal file
View File

5
util/prep/prep.cpp Executable file → Normal file
View File

@ -672,6 +672,8 @@ void work()
int main(int argc, char* argv[])
{
cout << "KernelEx source preparser by Xeno86" << endl;
if (argc > 2)
{
cout << "Invalid parameters!" << endl;
@ -679,11 +681,14 @@ int main(int argc, char* argv[])
}
if (argc == 2)
{
cout << "Processing project at: " << argv[1] << endl;
if (!SetCurrentDirectory(argv[1]))
{
cout << "Failed to change directory" << endl;
return 1;
}
}
try
{

8
util/prep/prep.dsp Executable file → Normal file
View File

@ -60,8 +60,8 @@ InputPath=.\Release\prep.exe
SOURCE="$(InputPath)"
"nope" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(OutDir)\$(TargetName) $(WkspDir)\apilibs\kexbases
$(OutDir)\$(TargetName) $(WkspDir)\apilibs\kexbasen
$(OutDir)\$(TargetName) "$(WkspDir)\apilibs\kexbases"
$(OutDir)\$(TargetName) "$(WkspDir)\apilibs\kexbasen"
# End Custom Build
@ -97,8 +97,8 @@ InputPath=.\Debug\prep.exe
SOURCE="$(InputPath)"
"nope" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(OutDir)\$(TargetName) $(WkspDir)\apilibs\kexbases
$(OutDir)\$(TargetName) $(WkspDir)\apilibs\kexbasen
$(OutDir)\$(TargetName) "$(WkspDir)\apilibs\kexbases"
$(OutDir)\$(TargetName) "$(WkspDir)\apilibs\kexbasen"
# End Custom Build

0
util/prep/prep.h Executable file → Normal file
View File

0
util/prep/test/_te_apilist.c Executable file → Normal file
View File

0
util/prep/test/dirlist Executable file → Normal file
View File

0
util/prep/test/junk.c Executable file → Normal file
View File

0
util/prep/test/test.c Executable file → Normal file
View File