summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-01-26 19:18:52 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM>2011-01-26 19:18:52 +0100
commite0a13ec42d76f487cb21c3fd80d2317bf322bc7e (patch)
tree5765446c89cfc005c052e4643f090f5c6ad3ad7b /postprocess
parentf76195e73d39cc2591920544accf5d69d9afea5a (diff)
vcl2gnumake: #i116588# move vcl to gbuild (step 3,linux,solaris,macos)
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index 3ca8a15296b4..1a7c3145921f 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -172,7 +172,6 @@ my_components = \
utl \
uui \
vbaobj \
- vcl \
vclcanvas \
wpft \
writerfilter \
@@ -184,6 +183,16 @@ my_components = \
xsltfilter \
xstor
+.IF "$(OS)" == "MACOSX"
+my_components += component/vcl/vcl.macosx
+.ELSE
+.IF "$(OS)" == "WNT"
+my_components += component/vcl/vcl.windows
+.ELSE
+my_components += component/vcl/vcl.unx
+.ENDIF
+.ENDIF
+
.IF "$(BUILD_SPECIAL)" != ""
my_components += oooimprovement
.END