summaryrefslogtreecommitdiffstats
path: root/scp2/inc
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-14 12:48:20 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-15 21:32:37 +0200
commit9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e (patch)
tree217eb6f8a01586eff83babf32e31addd500bd1f8 /scp2/inc
parentgbuild: allow to use RepositoryFixes also for executables (diff)
downloadcore-9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e.tar.gz
core-9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e.zip
Add gengal to RepositoryFixes and autoinstall it.
Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133
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 99f0d98d30d9..86b4b5462188 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -453,6 +453,14 @@ End
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); \
End
+#define LIBO_EXECUTABLE(id,name) \
+ File id \
+ BIN_FILE_BODY; \
+ Dir = gid_Brand_Dir_Program; \
+ Name = name; \
+ Styles = (PACKED); \
+ End
+
#define GALLERY_NAME(id) \
#define GALLERY_FILELIST(id) \