Merge branch 'linux-dev' of https://github.com/antopilo/Nuake into linux-dev

This commit is contained in:
Antoine Pilote
2023-09-28 01:05:53 -04:00
2 changed files with 5 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
#!/bin/bash
premake5 gmake;
make config=release all;