Browse Source

main prefix

Brett 5 years ago
parent
commit
79940ce666

+ 1 - 1
addons/main/$PBOPREFIX$

@@ -1 +1 @@
-z\{{PREFIX}}\addons\main
+{{MANPREFIX}}\{{PREFIX}}\addons\main

+ 2 - 2
addons/main/script_component.ht.hpp

@@ -1,5 +1,5 @@
 #define COMPONENT main
-#include "\z\{{PREFIX}}\addons\main\script_mod.hpp"
+#include "\{{MANPREFIX}}\{{PREFIX}}\addons\main\script_mod.hpp"
 
 // #define DEBUG_MODE_FULL
 // #define DISABLE_COMPILE_CACHE
@@ -11,4 +11,4 @@
     #define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
 #endif
 
-#include "\z\{{PREFIX}}\addons\main\script_macros.hpp"
+#include "\{{MANPREFIX}}\{{PREFIX}}\addons\main\script_macros.hpp"

+ 1 - 1
addons/main/script_mod.ht.hpp

@@ -1,4 +1,4 @@
-#define MAINPREFIX z
+#define MAINPREFIX {{MAINPREFIX}}
 #define PREFIX {{PREFIX}}
 
 #include "script_version.hpp"

+ 1 - 1
addons/other/$PBOPREFIX$

@@ -1 +1 @@
-z\{{PREFIX}}\addons\other
+{{MANPREFIX}}\{{PREFIX}}\addons\other

+ 1 - 1
addons/other/functions/script_component.ht.hpp

@@ -1 +1 @@
-#include "\z\{{PREFIX}}\addons\other\script_component.hpp"
+#include "\{{MANPREFIX}}\{{PREFIX}}\addons\other\script_component.hpp"

+ 3 - 3
addons/other/script_component.ht.hpp

@@ -1,5 +1,5 @@
-#define COMPONENT other
-#include "\z\{{PREFIX}}\addons\main\script_mod.hpp"
+#define COMPONENT %%ADDON%%
+#include "\{{MANPREFIX}}\{{PREFIX}}\addons\main\script_mod.hpp"
 
 // #define DEBUG_MODE_FULL
 // #define DISABLE_COMPILE_CACHE
@@ -11,4 +11,4 @@
     #define DEBUG_SETTINGS DEBUG_SETTINGS_%%ADDON%%
 #endif
 
-#include "\z\{{PREFIX}}\addons\main\script_macros.hpp"
+#include "\{{MANPREFIX}}\{{PREFIX}}\addons\main\script_macros.hpp"