summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-26 23:45:28 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 13:54:21 +0200
commit6f6f7a17dc82248446dc4eddfd51af08362fc352 (patch)
tree14d472a5dce9cf966434d78a3ce2f8ec925e8b03 /shell
parent3cd514df938252003ac3d3640156d6febf36fa76 (diff)
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'shell')
-rw-r--r--shell/Executable_lngconvex.mk1
-rw-r--r--shell/Library_cmdmail.mk1
-rw-r--r--shell/Library_desktopbe.mk1
-rw-r--r--shell/Library_localebe.mk1
-rw-r--r--shell/Library_recentfile.mk1
-rw-r--r--shell/Library_syssh.mk1
-rw-r--r--shell/Library_syssh_win.mk1
-rw-r--r--shell/Library_wininetbe.mk1
8 files changed, 8 insertions, 0 deletions
diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk
index edc88da25dbf..9ed4dd0f01e8 100644
--- a/shell/Executable_lngconvex.mk
+++ b/shell/Executable_lngconvex.mk
@@ -38,6 +38,7 @@ $(eval $(call gb_Executable_use_libraries,lngconvex,\
i18nisolang1 \
sal \
tl \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_cmdmail.mk b/shell/Library_cmdmail.mk
index 1b74fa595264..0ae262bee72c 100644
--- a/shell/Library_cmdmail.mk
+++ b/shell/Library_cmdmail.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,cmdmail,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_desktopbe.mk b/shell/Library_desktopbe.mk
index 90821f6c1822..fbc05a0e318c 100644
--- a/shell/Library_desktopbe.mk
+++ b/shell/Library_desktopbe.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,desktopbe1,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_localebe.mk b/shell/Library_localebe.mk
index 02cdeb7835a1..008a00481008 100644
--- a/shell/Library_localebe.mk
+++ b/shell/Library_localebe.mk
@@ -40,6 +40,7 @@ $(eval $(call gb_Library_use_libraries,localebe1,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_recentfile.mk b/shell/Library_recentfile.mk
index 758829962040..c6c25e89a5b2 100644
--- a/shell/Library_recentfile.mk
+++ b/shell/Library_recentfile.mk
@@ -46,6 +46,7 @@ endif
$(eval $(call gb_Library_use_libraries,recentfile,\
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_syssh.mk b/shell/Library_syssh.mk
index 9a08ca481439..252aa827d7c4 100644
--- a/shell/Library_syssh.mk
+++ b/shell/Library_syssh.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,syssh,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_syssh_win.mk b/shell/Library_syssh_win.mk
index 61810d714142..481728a3c4a8 100644
--- a/shell/Library_syssh_win.mk
+++ b/shell/Library_syssh_win.mk
@@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,syssh,\
ole32 \
sal \
shell32 \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))
diff --git a/shell/Library_wininetbe.mk b/shell/Library_wininetbe.mk
index 9853c2cba6f6..d02c6cc5027b 100644
--- a/shell/Library_wininetbe.mk
+++ b/shell/Library_wininetbe.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,wininetbe1,\
cppu \
cppuhelper \
sal \
+ $(gb_UWINAPI) \
$(gb_STDLIBS) \
))