Remove ace_server.pbo (#5765)

* Remove ace_server.pbo

* Cleanup make.py
This commit is contained in:
PabstMirror 2017-11-16 23:44:20 -06:00 committed by GitHub
parent 3f1b755e61
commit 8fbb7378d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 35 deletions

View File

@ -1 +0,0 @@
NOBIN

View File

@ -1 +0,0 @@
z\ace\addons\server

View File

@ -1,19 +0,0 @@
#include "script_component.hpp"
class CfgPatches {
class ADDON {
name = COMPONENT_NAME;
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};
author = ECSTRING(common,ACETeam);
authors[] = {"Glowbal"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};
};
class ACE_ServerSettings {
#include "\userconfig\ace\serverconfig.hpp"
};

View File

@ -1,13 +0,0 @@
#define COMPONENT server
#define COMPONENT_BEAUTIFIED Server
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_SERVER
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SERVER
#define DEBUG_SETTINGS DEBUG_SETTINGS_SERVER
#endif
#include "\z\ace\addons\main\script_macros.hpp"

View File

@ -71,7 +71,7 @@ key = ""
dssignfile = "" dssignfile = ""
prefix = "ace" prefix = "ace"
pbo_name_prefix = "ace_" pbo_name_prefix = "ace_"
signature_blacklist = ["ace_server.pbo"] signature_blacklist = []
importantFiles = ["mod.cpp", "README.md", "docs\\README_DE.md", "docs\\README_PL.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa", "meta.cpp"] importantFiles = ["mod.cpp", "README.md", "docs\\README_DE.md", "docs\\README_PL.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa", "meta.cpp"]
versionFiles = ["README.md", "docs\\README_DE.md", "docs\\README_PL.md", "mod.cpp"] versionFiles = ["README.md", "docs\\README_DE.md", "docs\\README_PL.md", "mod.cpp"]