diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-02 21:12:09 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-02 22:23:50 +0200 |
commit | b2193386ddd6ffbf45ef05f5fcd44db5fe6b4ae9 (patch) | |
tree | 5a74a5e24b1eb5fc55a467c3ab76dee8d7ecdac2 /scp2/inc | |
parent | 625c378b0d42bb251c5cabdc84fe92193bd2a8a4 (diff) |
scp2: move winexplorerext libs to AutoInstall
Change-Id: I93d08ab46e401a2f37c9ad6e425e8014c7e05db1
Diffstat (limited to 'scp2/inc')
-rwxr-xr-x | scp2/inc/macros.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index ac4de16b7142..bfe9b55422ad 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -172,6 +172,23 @@ End ComponentCondition = cond; \ End +#define SHLXTHDL_LIB_FILE(id,name) \ + File id \ + Name = name; \ + LIB_FILE_BODY; \ + Styles = (PACKED); \ + Dir = gid_Dir_Shlxthdl; \ + End + +#define SHLXTHDL_LIB_FILE_COMPONENTCONDITION(id,name,cond) \ + File id \ + Name = name; \ + LIB_FILE_BODY; \ + Styles = (PACKED); \ + Dir = gid_Dir_Shlxthdl; \ + ComponentCondition = cond; \ + End + #ifdef MACOSX // links are craeted at configure time by odk/config/setsdkenv_unix.sh.in #define SDK_LIBRARY_LINK(id,name,target) |