summaryrefslogtreecommitdiff
path: root/scp2/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-10 00:48:31 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-10 20:03:01 +0200
commit74f5df9bacf50464affdf48c0ea0fbfa01f28728 (patch)
tree189ea1b2671d6043a99795857027e8c3e3c8f3be /scp2/inc
parent6b408d1cc20a340a501e81d02dacbd301fb4360f (diff)
gbuild: rework AutoInstallLibs and autoinstall ure executables
Change-Id: I7312d94f90758d450a69410819c5e8c142756a47
Diffstat (limited to 'scp2/inc')
-rwxr-xr-xscp2/inc/macros.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 871ed534730c..99f0d98d30d9 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -445,6 +445,14 @@ End
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); \
End
+#define URE_EXECUTABLE(id,name) \
+ File id \
+ BIN_FILE_BODY; \
+ Dir = gid_Dir_Ure_Bin; \
+ Name = name; \
+ Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); \
+ End
+
#define GALLERY_NAME(id) \
#define GALLERY_FILELIST(id) \