mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
CUP Compats - Cleanup temp __has_include
(#9832)
This commit is contained in:
parent
a4dbff3ff8
commit
9293623d9e
@ -1,3 +0,0 @@
|
||||
[tools]
|
||||
pboProject_noBinConfig = true
|
||||
sqfvm_skipConfigChecks = true
|
@ -1,15 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
#include "\z\ace\addons\refuel\defines.hpp"
|
||||
|
||||
// Remove after next cup release
|
||||
#pragma hemtt flag pe23_ignore_has_include
|
||||
#if __has_include("\cup\CUP_Terrains_ACE_compat\config.bin")
|
||||
#define PATCH_SKIP "CUP_Terrains_ACE_compat"
|
||||
#endif
|
||||
|
||||
#ifdef PATCH_SKIP
|
||||
ACE_PATCH_NOT_LOADED(ADDON,PATCH_SKIP)
|
||||
#else
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
name = COMPONENT_NAME;
|
||||
@ -34,5 +25,3 @@ class CfgPatches {
|
||||
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
||||
#endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
[tools]
|
||||
pboProject_noBinConfig = true
|
||||
sqfvm_skipConfigChecks = true
|
@ -1,14 +1,5 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
// Remove after next cup release
|
||||
#pragma hemtt flag pe23_ignore_has_include
|
||||
#if __has_include("\cup\CUP_Vehicles_ACE_compat\config.bin")
|
||||
#define PATCH_SKIP "CUP_Vehicles_ACE_compat"
|
||||
#endif
|
||||
|
||||
#ifdef PATCH_SKIP
|
||||
ACE_PATCH_NOT_LOADED(ADDON,PATCH_SKIP)
|
||||
#else
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
name = COMPONENT_NAME;
|
||||
@ -29,5 +20,3 @@ class CfgPatches {
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
|
||||
#endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
[tools]
|
||||
pboProject_noBinConfig = true
|
||||
sqfvm_skipConfigChecks = true
|
@ -1,14 +1,5 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
// Remove after next cup release
|
||||
#pragma hemtt flag pe23_ignore_has_include
|
||||
#if __has_include("\cup\CUP_Weapons_ACE_compat\config.bin")
|
||||
#define PATCH_SKIP "CUP_Weapons_ACE_compat"
|
||||
#endif
|
||||
|
||||
#ifdef PATCH_SKIP
|
||||
ACE_PATCH_NOT_LOADED(ADDON,PATCH_SKIP)
|
||||
#else
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
name = COMPONENT_NAME;
|
||||
@ -27,5 +18,3 @@ class CfgPatches {
|
||||
#include "CfgMagazines.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "CfgEventHandlers.hpp"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user