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 /svtools | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/CppunitTest_svtools_filters_test.mk | 1 | ||||
-rw-r--r-- | svtools/Executable_bmp.mk | 1 | ||||
-rw-r--r-- | svtools/Executable_bmpsum.mk | 1 | ||||
-rw-r--r-- | svtools/Executable_g2g.mk | 1 | ||||
-rw-r--r-- | svtools/Executable_langsupport.mk | 1 | ||||
-rw-r--r-- | svtools/Library_hatchwindowfactory.mk | 1 | ||||
-rw-r--r-- | svtools/Library_svt.mk | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/svtools/CppunitTest_svtools_filters_test.mk b/svtools/CppunitTest_svtools_filters_test.mk index 96a1a8d551a4..65b4e1bea3ab 100644 --- a/svtools/CppunitTest_svtools_filters_test.mk +++ b/svtools/CppunitTest_svtools_filters_test.mk @@ -41,6 +41,7 @@ $(eval $(call gb_CppunitTest_use_libraries,svtools_filters_test, \ tl \ unotest \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/svtools/Executable_bmp.mk b/svtools/Executable_bmp.mk index 4a4ccb8bf8f4..f8fee180d891 100644 --- a/svtools/Executable_bmp.mk +++ b/svtools/Executable_bmp.mk @@ -42,6 +42,7 @@ $(eval $(call gb_Executable_use_libraries,bmp,\ comphelper \ tl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/svtools/Executable_bmpsum.mk b/svtools/Executable_bmpsum.mk index c341d4730ca9..a00b928bd39a 100644 --- a/svtools/Executable_bmpsum.mk +++ b/svtools/Executable_bmpsum.mk @@ -41,6 +41,7 @@ $(eval $(call gb_Executable_use_libraries,bmpsum,\ comphelper \ tl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/svtools/Executable_g2g.mk b/svtools/Executable_g2g.mk index d3c5bd024d2f..0936abd454cf 100644 --- a/svtools/Executable_g2g.mk +++ b/svtools/Executable_g2g.mk @@ -42,6 +42,7 @@ $(eval $(call gb_Executable_use_libraries,g2g,\ svt \ tl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/svtools/Executable_langsupport.mk b/svtools/Executable_langsupport.mk index a16e12cda2eb..532b78bbecb6 100644 --- a/svtools/Executable_langsupport.mk +++ b/svtools/Executable_langsupport.mk @@ -48,6 +48,7 @@ $(eval $(call gb_Executable_use_libraries,langsupport,\ tl \ ucbhelper \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/svtools/Library_hatchwindowfactory.mk b/svtools/Library_hatchwindowfactory.mk index 52ab67c58d82..1c7cb22309d7 100644 --- a/svtools/Library_hatchwindowfactory.mk +++ b/svtools/Library_hatchwindowfactory.mk @@ -44,6 +44,7 @@ $(eval $(call gb_Library_use_libraries,hatchwindowfactory,\ tk \ tl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index cfdadd9be371..7a2379b8c2cd 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -62,6 +62,7 @@ $(eval $(call gb_Library_use_libraries,svt,\ ucbhelper \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |