mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
@@ -161,12 +161,14 @@ int ApplicationMain(int argc, char* argv[])
|
||||
|
||||
#ifdef NK_DIST
|
||||
|
||||
#ifdef NK_WIN
|
||||
#include "windows.h"
|
||||
|
||||
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cdmline, int cmdshow)
|
||||
{
|
||||
return ApplicationMain(__argc, __argv);
|
||||
}
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
|
||||
3
build.sh
Executable file
3
build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
premake5 gmake;
|
||||
make config=release all;
|
||||
@@ -209,9 +209,6 @@ project "NuakeRuntime"
|
||||
"WIN32_LEAN_AND_MEAN"
|
||||
}
|
||||
|
||||
entrypoint "WinMainCRTStartup"
|
||||
buildoptions { "-mwindows"}
|
||||
|
||||
filter "configurations:Dist"
|
||||
kind "WindowedApp"
|
||||
runtime "Release"
|
||||
|
||||
Reference in New Issue
Block a user