summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2011-01-27 12:31:21 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2011-01-27 12:31:21 +0100
commit31f889825edf23a303d41a30000a904558e557cf (patch)
tree64589c1fb0cb9aedc0496e9c2f6ca489807c5ebc /RepositoryFixes.mk
parent65bff13b5d32bd7b19b9d45ef6c2b9a102ef329e (diff)
vcl2gnumake: #i116588# move vcl to gbuild (step 4, windows)
Diffstat (limited to 'RepositoryFixes.mk')
-rwxr-xr-x[-rw-r--r--]RepositoryFixes.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 31604e13c672..6ccc096a550e 100644..100755
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -126,9 +126,14 @@ endif
gb_Library_NOILIBFILENAMES:=\
advapi32 \
gdi32 \
+ gdiplus \
+ graphite_dll \
gnu_getopt \
icuuc \
+ icule \
+ imm32\
kernel32 \
+ msimg32 \
msvcrt \
mpr \
oldnames \
@@ -140,6 +145,7 @@ gb_Library_NOILIBFILENAMES:=\
user32 \
uuid \
uwinapi \
+ winspool \
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))