added keybind
This commit is contained in:
@@ -17,10 +17,10 @@ DECLARE_BUILD_STAGE(launcher)
|
||||
{
|
||||
CProject_t compileProject = {};
|
||||
LinkProject_t ldProject = {};
|
||||
|
||||
compileProject.m_szName = "launcher";
|
||||
compileProject.files = {"launcher.cpp"};
|
||||
compileProject.includeDirectories = {"../external/SDL/include"};
|
||||
compileProject.m_target = Target_t::DefaultTarget();
|
||||
ldProject = ccompiler->Compile(&compileProject);
|
||||
ldProject.linkType = ELINK_EXECUTABLE;
|
||||
if (compileProject.m_target.kernel == TARGET_KERNEL_IOS)
|
||||
|
||||
@@ -95,6 +95,8 @@ int main( int argc, char **argv ) {
|
||||
printf("Symbol not found: FunnyMain\n");
|
||||
}
|
||||
dirname(szLauncherPath);
|
||||
|
||||
|
||||
SetCurrentDirectoryA(szLauncherPath);
|
||||
pEngineMain(argc, argv);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user