gnumake2: added component registration
This commit is contained in:
parent
91e34e4ccc
commit
245e3ab75f
7 changed files with 14 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,fsstorage))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,fsstorage,svl/source/fsstor/fsstorage))
|
||||
|
||||
$(eval $(call gb_Library_set_include,fsstorage,\
|
||||
$$(SOLARINC) \
|
||||
-I$(WORKDIR)/inc/svl \
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,passwordcontainer))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,passwordcontainer,svl/source/passwordcontainer/passwordcontainer))
|
||||
|
||||
$(eval $(call gb_Library_set_include,passwordcontainer,\
|
||||
$$(SOLARINC) \
|
||||
-I$(WORKDIR)/inc/svl \
|
||||
|
|
|
@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_package_headers,svl,svl_inc))
|
|||
|
||||
$(eval $(call gb_Library_add_precompiled_header,svl,$(SRCDIR)/svl/inc/pch/precompiled_svl))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
|
||||
|
||||
$(eval $(call gb_Library_set_include,svl,\
|
||||
$$(SOLARINC) \
|
||||
-I$(WORKDIR)/inc/svl \
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,hatchwindowfactory))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,hatchwindowfactory,svtools/source/hatchwindow/hatchwindowfactory))
|
||||
|
||||
$(eval $(call gb_Library_set_include,hatchwindowfactory,\
|
||||
$$(INCLUDE) \
|
||||
-I$(WORKDIR)/inc/svtools \
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,productregistration))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,productregistration,svtools/source/productregistration/productregistration.uno))
|
||||
|
||||
$(eval $(call gb_Library_set_include,productregistration,\
|
||||
$$(SOLARINC) \
|
||||
-I$(WORKDIR)/inc/svtools \
|
||||
|
|
|
@ -31,6 +31,8 @@ $(eval $(call gb_Library_add_package_headers,svt,svtools_inc))
|
|||
|
||||
$(eval $(call gb_Library_add_precompiled_header,svt,$(SRCDIR)/svtools/inc/pch/precompiled_svtools))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,svt,svtools/util/svt))
|
||||
|
||||
$(eval $(call gb_Library_set_include,svt,\
|
||||
$$(INCLUDE) \
|
||||
-I$(WORKDIR)/inc/svtools \
|
||||
|
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
$(eval $(call gb_Library_Library,tk))
|
||||
|
||||
$(eval $(call gb_Library_set_componentfile,tk,toolkit/util/tk))
|
||||
|
||||
$(eval $(call gb_Library_add_package_headers,tk,toolkit_inc))
|
||||
|
||||
#$(eval $(call gb_Library_add_precompiled_header,tk,$(SRCDIR)/toolkit/inc/pch/precompiled_toolkit))
|
||||
|
|
Loading…
Reference in a new issue