Kaydet (Commit) b1d00137 authored tarafından David Tardon's avatar David Tardon

remove unnecessary util dir

Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
üst c768cc50
...@@ -113,9 +113,9 @@ $(eval $(call gb_Rdb_add_components,services,\ ...@@ -113,9 +113,9 @@ $(eval $(call gb_Rdb_add_components,services,\
sccomp/source/solver/solver \ sccomp/source/solver/solver \
) \ ) \
writerfilter/util/writerfilter \ writerfilter/util/writerfilter \
writerperfect/util/wpftwriter \ writerperfect/source/draw/wpftdraw \
writerperfect/util/wpftdraw \
writerperfect/source/impress/wpftimpress \ writerperfect/source/impress/wpftimpress \
writerperfect/source/writer/wpftwriter \
$(if $(filter MACOSX,$(OS)), \ $(if $(filter MACOSX,$(OS)), \
$(if $(filter-out X86_64,$(CPUNAME)), \ $(if $(filter-out X86_64,$(CPUNAME)), \
$(if $(filter TRUE,$(ENABLE_MACOSX_SANDBOX)),, \ $(if $(filter TRUE,$(ENABLE_MACOSX_SANDBOX)),, \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
$(eval $(call gb_Library_Library,wpftdraw)) $(eval $(call gb_Library_Library,wpftdraw))
$(eval $(call gb_Library_set_componentfile,wpftdraw,writerperfect/util/wpftdraw)) $(eval $(call gb_Library_set_componentfile,wpftdraw,writerperfect/source/draw/wpftdraw))
$(eval $(call gb_Library_set_include,wpftdraw,\ $(eval $(call gb_Library_set_include,wpftdraw,\
$$(INCLUDE) \ $$(INCLUDE) \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
$(eval $(call gb_Library_Library,wpftwriter)) $(eval $(call gb_Library_Library,wpftwriter))
$(eval $(call gb_Library_set_componentfile,wpftwriter,writerperfect/util/wpftwriter)) $(eval $(call gb_Library_set_componentfile,wpftwriter,writerperfect/source/writer/wpftwriter))
$(eval $(call gb_Library_set_include,wpftwriter,\ $(eval $(call gb_Library_set_include,wpftwriter,\
$$(INCLUDE) \ $$(INCLUDE) \
......
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