Kaydet (Commit) c5ff2b39 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No vbahelper library if DISABLE_SCRIPTING

Change-Id: Ie5ea03493659eb467e61a6985016e3f43f450136
üst cfe512ac
......@@ -88,7 +88,8 @@ $(eval $(call gb_Library_use_libraries,sc,\
tl \
ucbhelper \
utl \
vbahelper \
$(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
vbahelper) \
vcl \
xo \
$(gb_UWINAPI) \
......
......@@ -66,7 +66,8 @@ $(eval $(call gb_Library_use_libraries,sw,\
tl \
ucbhelper \
utl \
vbahelper \
$(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
vbahelper) \
vcl \
xmlreader \
xo \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment