summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 15:31:46 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commitdc397aae70433c0086ef41f4dac5289fb07a9b19 (patch)
tree3252bd411bd7a488c5af8640e37bb947900631df /RepositoryFixes.mk
parent80374355ab96fa73f2aee8971195faf3cf5985f5 (diff)
gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index e49661874ccc..2eb16df6c43d 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -132,21 +132,17 @@ gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES))
# change the names of all import libraries that don't have an "i" prefix as in our standard naming schema
-gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE)
-gb_Library_NOILIBFILENAMES += \
+gb_Library_NOILIBFILENAMES := \
glib-2.0 \
gmodule-2.0 \
graphite2_off \
icudt icuin icule icuuc \
langtag \
lcms2 \
- msvcprt \
nspr4 \
nss3 \
- shlwapi \
smime3 \
uwinapi \
- version \
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES))
gb_Library_FILENAMES += $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT))