diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-26 23:45:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:49:05 +0200 |
commit | 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 (patch) | |
tree | a9490f3ae4a64e0de2e1982dfbc4a8e28836070f /stoc | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/Library_bootstrap.mk | 1 | ||||
-rw-r--r-- | stoc/Library_introspection.mk | 1 | ||||
-rw-r--r-- | stoc/Library_invocadapt.mk | 1 | ||||
-rw-r--r-- | stoc/Library_invocation.mk | 1 | ||||
-rw-r--r-- | stoc/Library_javaloader.mk | 1 | ||||
-rw-r--r-- | stoc/Library_javavm.mk | 1 | ||||
-rw-r--r-- | stoc/Library_namingservice.mk | 1 | ||||
-rw-r--r-- | stoc/Library_proxyfac.mk | 1 | ||||
-rw-r--r-- | stoc/Library_reflection.mk | 1 | ||||
-rw-r--r-- | stoc/Library_stocservices.mk | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk index 2676d47ae8e4..e1ef1806ae64 100644 --- a/stoc/Library_bootstrap.mk +++ b/stoc/Library_bootstrap.mk @@ -53,6 +53,7 @@ $(eval $(call gb_Library_use_libraries,bootstrap,\ sal \ salhelper \ xmlreader \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk index d94330dec5b9..2f2f07d4c926 100644 --- a/stoc/Library_introspection.mk +++ b/stoc/Library_introspection.mk @@ -34,6 +34,7 @@ $(eval $(call gb_Library_use_libraries,introspection,\ cppuhelper \ sal \ salhelper \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk index fc9cb7238964..38dd68b657f0 100644 --- a/stoc/Library_invocadapt.mk +++ b/stoc/Library_invocadapt.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,invocadapt,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk index 00288ebd3074..df8d3c78d468 100644 --- a/stoc/Library_invocation.mk +++ b/stoc/Library_invocation.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,invocation,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk index 816bb621674b..e0ff05a968df 100644 --- a/stoc/Library_javaloader.mk +++ b/stoc/Library_javaloader.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,javaloader,\ jvmaccess \ sal \ salhelper \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk index edf394e16e29..d8b5b464f44e 100644 --- a/stoc/Library_javavm.mk +++ b/stoc/Library_javavm.mk @@ -36,6 +36,7 @@ $(eval $(call gb_Library_use_libraries,javavm,\ jvmfwk \ sal \ salhelper \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk index 10debb0abdbf..124bfaa3055c 100644 --- a/stoc/Library_namingservice.mk +++ b/stoc/Library_namingservice.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,namingservice,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk index 6e13d58b761f..cf87b477597d 100644 --- a/stoc/Library_proxyfac.mk +++ b/stoc/Library_proxyfac.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,proxyfac,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk index 2d383e55619c..644f9f28f1b3 100644 --- a/stoc/Library_reflection.mk +++ b/stoc/Library_reflection.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,reflection,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk index 02a9ecfb5eb2..8f4ec53dd618 100644 --- a/stoc/Library_stocservices.mk +++ b/stoc/Library_stocservices.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Library_use_libraries,stocservices,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |