Merge pull request #3473 from acemod/addDefinesBlank

Add defines to blank component
This commit is contained in:
Nicolás Badano 2016-02-29 14:08:34 -03:00
commit 9fe7c5f189
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"