summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-14 15:55:32 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-14 15:55:32 +0300
commit61d56ec09e275009aea0b1655559d3a2c8edcae6 (patch)
tree31bc4d14688e5cd670fd3a2abd0a8a48fbe43025 /RepositoryFixes.mk
parent5db539d59c776f7672942af3bdc24cf715c5699b (diff)
Factor out the oldnames/moldname difference between WNTMSC and WNTGCC
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index f1f7b41577b8..f056b8d439da 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -45,6 +45,8 @@ endif
ifeq ($(OS),WNT)
ifeq ($(COM),GCC)
+OLDNAMESLIB := moldname
+
gb_Library_FILENAMES := $(patsubst sb:isb%,sb:basic%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst sfx:isfx%,sfx:sfx%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst svt:isvt%,svt:svtool%,$(gb_Library_FILENAMES))
@@ -76,6 +78,8 @@ gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
else
+OLDNAMESLIB := oldnames
+
gb_Library_FILENAMES := $(patsubst cairo:icairo%,cairo:cairo%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst comphelper:icomphelper%,comphelper:icomphelp%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst cppunit:icppunit%,cppunit:icppunit_dll%,$(gb_Library_FILENAMES))
@@ -106,7 +110,7 @@ gb_Library_NOILIBFILENAMES:=\
msvcrt \
msvcprt \
mpr \
- oldnames \
+ $(OLDNAMESLIB) \
ole32 \
oleaut32 \
shell32 \