Fix WEB_URL end of line error (#3854)

* Fix WEB_URL end of line error

* Change location of quote macro

* Fix medical_menu VERSION_CONFIG error
This commit is contained in:
jonpas 2016-06-01 14:41:33 +02:00
parent 9d61dd6159
commit ba27c8f914
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
#define WEB_URL "http://ace3mod.com/"
#define PBO_URL url = WEB_URL
#define WEB_URL http://ace3mod.com/
#define PBO_URL url = QUOTE(WEB_URL)
// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 1.56

View File

@ -8,8 +8,8 @@ class CfgPatches {
requiredAddons[] = {"ace_medical"};
author = ECSTRING(common,ACETeam);
authors[] = {"Glowbal"};
PBO_URL;
VERSION_CONFIG
PBO_URL;
VERSION_CONFIG;
};
};