mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
preproc: add some FreeBSD defines (path sep etc.)
This commit is contained in:
parent
9d7cc6cd17
commit
413564daa3
1 changed files with 16 additions and 0 deletions
|
@ -204,6 +204,22 @@ void Sys_PumpEvents( void );
|
|||
|
||||
#endif
|
||||
|
||||
//======================= FreeBSD DEFINES =================================
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
|
||||
#define MAC_STATIC
|
||||
|
||||
#ifdef __i386__
|
||||
#define CPUSTRING "FreeBSD-i386"
|
||||
#else
|
||||
#define CPUSTRING "FreeBSD-other"
|
||||
#endif
|
||||
|
||||
#define PATH_SEP '/'
|
||||
|
||||
#endif
|
||||
|
||||
//=============================================================
|
||||
|
||||
typedef enum {qfalse, qtrue} qboolean;
|
||||
|
|
Loading…
Reference in a new issue