mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-27 17:43:05 +01:00
remove _32BIT also
This commit is contained in:
parent
8f2a0d3eb3
commit
f0fb88b48d
@ -138,7 +138,6 @@ for var in ["CFLAGS","CCFLAGS","CXXFLAGS","LINKFLAGS","CPPDEFINES","CPPPATH"]:
|
||||
|
||||
#Used for intro text / executable name, actual bit flags are only set if the --64bit/--32bit command line args are given
|
||||
def add32bitflags(env):
|
||||
env.Append(CPPDEFINES='_32BIT')
|
||||
env["BIT"] = 32
|
||||
def add64bitflags(env):
|
||||
if platform == "Windows":
|
||||
|
@ -43,18 +43,14 @@
|
||||
#if defined(WIN)
|
||||
#if defined(_64BIT)
|
||||
#define IDENT_PLATFORM "WIN64"
|
||||
#elif defined(_32BIT)
|
||||
#define IDENT_PLATFORM "WIN32"
|
||||
#else
|
||||
#define IDENT_PLATFORM "WIN"
|
||||
#define IDENT_PLATFORM "WIN32"
|
||||
#endif
|
||||
#elif defined(LIN)
|
||||
#if defined(_64BIT)
|
||||
#define IDENT_PLATFORM "LIN64"
|
||||
#elif defined(_32BIT)
|
||||
#define IDENT_PLATFORM "LIN32"
|
||||
#else
|
||||
#define IDENT_PLATFORM "LIN"
|
||||
#define IDENT_PLATFORM "LIN32"
|
||||
#endif
|
||||
#elif defined(MACOSX)
|
||||
#define IDENT_PLATFORM "MACOSX"
|
||||
|
Loading…
x
Reference in New Issue
Block a user