mirror of
https://github.com/tribes2/engine.git
synced 2026-01-20 03:34:48 +00:00
22 lines
450 B
C
22 lines
450 B
C
|
|
//maccarb_debug_prefix.h
|
||
|
|
|
||
|
|
#include "maccarb_common_prefix.h"
|
||
|
|
|
||
|
|
// our defines
|
||
|
|
#define V12_DEBUG 1
|
||
|
|
#define BUILD_SUFFIX "_DEBUG"
|
||
|
|
|
||
|
|
// turn these off for now.
|
||
|
|
//#define DEBUG 1
|
||
|
|
//#define ENABLE_ASSERTS 1
|
||
|
|
|
||
|
|
#define ITFDUMP_NOASM 1
|
||
|
|
|
||
|
|
|
||
|
|
//#define USEASSEMBLYTERRBLEND 1
|
||
|
|
|
||
|
|
#define PNG_NO_READ_tIME 1
|
||
|
|
#define PNG_NO_WRITE_TIME 1
|
||
|
|
|
||
|
|
#define NO_MILES_OPENAL 1
|