summaryrefslogtreecommitdiffstats
path: root/scp2/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-07-17 14:28:23 +0200
committerAndras Timar <atimar@suse.com>2011-07-17 14:30:52 +0200
commita2568d4e9984c1bfd64c3a96590c13c283c28f19 (patch)
treef59d0f560d24649b5136b890b72259b3f2b86770 /scp2/inc
parentBin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMES (diff)
downloadcore-a2568d4e9984c1bfd64c3a96590c13c283c28f19.tar.gz
core-a2568d4e9984c1bfd64c3a96590c13c283c28f19.zip
pack binfilter resources together with other binfilter files
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 38fbd9610934..677bf2843386 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -186,6 +186,14 @@
Styles = (PACKED); \
End
+#define BINFILTER_RES_FILE(id,name) \
+ File id \
+ TXT_FILE_BODY; \
+ Name = STRING(CONCAT3(name,en-US,.res)); \
+ Dir = gid_Dir_Resource; \
+ Styles = (PACKED); \
+ End
+
#define BRAND_RES_FILE(id,name) \
File id \
TXT_FILE_BODY; \