summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@oracle.com>2011-01-25 17:35:20 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@oracle.com>2011-01-25 17:35:20 +0100
commite60595b380ef2a355ebfda0693044b4cb7699fec (patch)
tree06945fc6b8cb93cba3ec80a6e416b41e39744f8d /Repository.mk
parent0ca1fe9c61b3cf40e8287e29ef7112a44c7f8873 (diff)
vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index be80170315d2..ee87695916e8 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -41,7 +41,9 @@ $(eval $(call gb_Helper_register_executables,NONE, \
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
avmedia \
basegfx \
+ basebmp \
cui \
+ desktop_detector \
drawinglayer \
editeng \
eggtray \
@@ -50,6 +52,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
fwk \
fwl \
fwm \
+ i18npaper \
lng \
msfilter \
msword \
@@ -71,6 +74,11 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
utl \
vbahelper \
vcl \
+ vclplug_gen \
+ vclplug_gtk \
+ vclplug_kde \
+ vclplug_kde4 \
+ vclplug_svp \
xcr \
xo \
xof \
@@ -82,6 +90,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
icuuc \
+ icule \
))
@@ -89,6 +98,7 @@ $(eval $(call gb_Helper_register_libraries,RTLIBS, \
comphelper \
i18nisolang1 \
i18nutil \
+ jvmaccess \
ucbhelper \
vos3 \
))
@@ -122,6 +132,8 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
ooopathutils \
salcpprt \
zlib \
+ graphite \
+ vclmain \
))
# vim: set noet sw=4 ts=4: