mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Embedded nogame screen into binary and exposed version info.
This commit is contained in:
+6
-3
@@ -40,9 +40,12 @@
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
// Build.
|
||||
#define LOVE_BUILD_EXE 1
|
||||
#define LOVE_BUILD_DLL 0
|
||||
#ifndef LOVE_BUILD
|
||||
# define LOVE_BUILD
|
||||
# define LOVE_BUILD_STANDALONE
|
||||
# define LOVE_BUILD_EXE
|
||||
//# define LOVE_BUILD_DLL
|
||||
#endif
|
||||
|
||||
// DLL-stuff.
|
||||
#ifdef LOVE_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user