summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-15 16:08:50 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-15 16:09:19 +0300
commitf455474e7a63c070b759ddd1c86662fbd64b32db (patch)
treed48023012c2d25ff51ec38b9d2a9e5f79f0c915c /RepositoryFixes.mk
parentb2927daa3dcbaff09e7f9dd440f42daa9ae38676 (diff)
Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMES
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 7fce10d14bb6..ee8937794d14 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -45,8 +45,6 @@ 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))
@@ -79,8 +77,6 @@ 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))
@@ -111,7 +107,7 @@ gb_Library_NOILIBFILENAMES:=\
msvcrt \
msvcprt \
mpr \
- $(OLDNAMESLIB) \
+ $(gb_Library_win32_OLDNAMES) \
ole32 \
oleaut32 \
shell32 \