summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-27 00:49:12 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 13:54:24 +0200
commit816ec4b0933e36ac468230365359c3b9d8d52986 (patch)
tree29101399a8df306f55614e48979f342f7ce0dff9 /basic
parentgbuild: split uwinapi out of gb_STDLIBS (diff)
downloadcore-816ec4b0933e36ac468230365359c3b9d8d52986.tar.gz
core-816ec4b0933e36ac468230365359c3b9d8d52986.zip
gbuild: replace direct gb_STDLIBS use with ...
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
Diffstat (limited to 'basic')
-rw-r--r--basic/CppunitTest_basic_enable.mk3
-rw-r--r--basic/CppunitTest_basic_nested_struct.mk3
-rw-r--r--basic/CppunitTest_basic_scanner.mk3
-rw-r--r--basic/Library_sb.mk3
4 files changed, 8 insertions, 4 deletions
diff --git a/basic/CppunitTest_basic_enable.mk b/basic/CppunitTest_basic_enable.mk
index 3bd2bc87337a..c09080ce2276 100644
--- a/basic/CppunitTest_basic_enable.mk
+++ b/basic/CppunitTest_basic_enable.mk
@@ -29,9 +29,10 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_enable, \
xmlscript \
test \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_enable))
+
ifeq ($(GUI),WNT)
$(eval $(call gb_CppunitTest_use_libraries,basic_enable, \
oleaut32 \
diff --git a/basic/CppunitTest_basic_nested_struct.mk b/basic/CppunitTest_basic_nested_struct.mk
index fcadba3b0c84..e43404a27094 100644
--- a/basic/CppunitTest_basic_nested_struct.mk
+++ b/basic/CppunitTest_basic_nested_struct.mk
@@ -30,9 +30,10 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \
xmlscript \
test \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_nested_struct))
+
ifeq ($(GUI),WNT)
$(eval $(call gb_CppunitTest_use_libraries,basic_nested_struct, \
oleaut32 \
diff --git a/basic/CppunitTest_basic_scanner.mk b/basic/CppunitTest_basic_scanner.mk
index af058148e32f..36806d0e276d 100644
--- a/basic/CppunitTest_basic_scanner.mk
+++ b/basic/CppunitTest_basic_scanner.mk
@@ -30,9 +30,10 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
vcl \
xmlscript \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,basic_scanner))
+
ifeq ($(GUI),WNT)
$(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
oleaut32 \
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk
index de50d0c70f9f..c29a58c4b366 100644
--- a/basic/Library_sb.mk
+++ b/basic/Library_sb.mk
@@ -50,9 +50,10 @@ $(eval $(call gb_Library_use_libraries,sb,\
vcl \
xmlscript \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,sb))
+
ifneq ($(DISABLE_SCRIPTING),TRUE)
$(eval $(call gb_Library_add_exception_objects,sb,\