added windows build/release scripts

This commit is contained in:
Jesse Chappell
2022-04-14 16:31:54 -04:00
parent 60cada010f
commit 3ec2202c88
10 changed files with 970 additions and 12 deletions

View File

@ -17,6 +17,8 @@
*/
#include "globals.h"
#ifdef WINDOWS
#define NOMINMAX
#define NOGDI
#include <windows.h>
#include <winbase.h>
#else