mirror of
https://github.com/tribes2/engine.git
synced 2026-01-20 19:54:46 +00:00
24 lines
518 B
C
24 lines
518 B
C
//win_debug_prefix.h
|
|
|
|
#include "win_common_prefix.h"
|
|
|
|
// our defines
|
|
#define TARG_RELEASE 1
|
|
#define V12_NO_ASSERTS 1
|
|
#define BUILD_SUFFIX ""
|
|
|
|
// turn these off for now.
|
|
//#define DEBUG 1
|
|
//#define ENABLE_ASSERTS 1
|
|
|
|
// the PC doesn't need this. just the mac...
|
|
//#define ITFDUMP_NOASM 1
|
|
|
|
|
|
//#define USEASSEMBLYTERRBLEND 1
|
|
|
|
#define PNG_NO_READ_tIME 1
|
|
#define PNG_NO_WRITE_TIME 1
|
|
|
|
#define NO_MILES_OPENAL 1
|