mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fixed an issue with the platform specific defines.
This commit is contained in:
parent
b37d1191d5
commit
b59d5a2887
@ -18,14 +18,17 @@
|
||||
|
||||
// Platform-specific defines
|
||||
#ifdef WIN32
|
||||
#define NX32
|
||||
#define NX32 1
|
||||
#endif
|
||||
|
||||
#ifdef IS_LINUX
|
||||
#define LINUX
|
||||
#define NX32
|
||||
#define CORELIB
|
||||
#define NX_DISABLE_FLUIDS
|
||||
#define LINUX 1
|
||||
#define NX32 1
|
||||
#define CORELIB 1
|
||||
#define NX_DISABLE_FLUIDS 1
|
||||
#endif
|
||||
|
||||
#ifdef IS_FREEBSD
|
||||
#endif
|
||||
|
||||
#ifdef IS_OSX
|
||||
|
Loading…
x
Reference in New Issue
Block a user