Add defines to blank component

This commit is contained in:
jonpas 2016-02-29 17:50:38 +01:00
parent f758a90351
commit e0cfef0eed
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,3 @@
class Extended_PreStart_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_FILE(XEH_preStart));

View File

@ -1,2 +1 @@
PREP(empty);

View File

@ -1,6 +1,11 @@
#define COMPONENT blank
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_BLANK
#define DEBUG_MODE_FULL
#endif
@ -9,4 +14,4 @@
#define DEBUG_SETTINGS DEBUG_SETTINGS_BLANK
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#include "\z\ace\addons\main\script_macros.hpp"