remove all traces of offuh from makefiles
This commit is contained in:
parent
b044c72c69
commit
aa657051f8
2 changed files with 10 additions and 2 deletions
|
@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,cui,\
|
|||
$$(INCLUDE) \
|
||||
-I$(realpath $(SRCDIR)/cui/source/inc) \
|
||||
-I$(OUTDIR)/inc \
|
||||
-I$(OUTDIR)/inc/offuh \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_set_defs,cui,\
|
||||
|
@ -45,6 +44,11 @@ $(eval $(call gb_Library_set_defs,cui,\
|
|||
$(if $(filter TRUE,$(ENABLE_KDE4)),-DENABLE_KDE4) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_add_api,cui,\
|
||||
offapi \
|
||||
udkapi \
|
||||
))
|
||||
|
||||
# .IF "$(ENABLE_LAYOUT)" == "TRUE"
|
||||
# CFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc
|
||||
# .ENDIF # ENABLE_LAYOUT == TRUE
|
||||
|
|
|
@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,frm,\
|
|||
-I$(realpath $(SRCDIR)/forms/source/inc) \
|
||||
-I$(realpath $(SRCDIR)/forms/source/solar/inc) \
|
||||
-I$(OUTDIR)/inc \
|
||||
-I$(OUTDIR)/inc/offuh \
|
||||
$(if $(filter YES,$(SYSTEM_LIBXML)),$(filter -I%,$(LIBXML_CFLAGS))) \
|
||||
))
|
||||
|
||||
|
@ -44,6 +43,11 @@ $(eval $(call gb_Library_set_defs,frm,\
|
|||
$(if $(filter YES,$(SYSTEM_LIBXML)),-DSYSTEM_LIBXML $(filter-out -I%,$(LIBXML_CFLAGS))) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_add_api,frm,\
|
||||
offapi \
|
||||
udkapi \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Library_add_linked_libs,frm,\
|
||||
comphelper \
|
||||
cppu \
|
||||
|
|
Loading…
Reference in a new issue