From 6ec243f58d992ae9458c2ccd81f08a3d0ccf59bf Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 9 Sep 2013 21:19:16 +0200 Subject: register uwinapi for URE layer (auto-install it while at it) Hopefully the VERSION_INDEPENDENT_COMP_ID is not actually important? Change-Id: Iad6e4eacffddf630768d89dbed391839144115ca --- Repository.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index d1f2db0b1b95..df62e78dd902 100644 --- a/Repository.mk +++ b/Repository.mk @@ -453,6 +453,9 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \ unsafe_uno \ $(if $(URELIBS),urelibs) \ $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \ + $(if $(filter $(OS),WNT), \ + uwinapi \ + ) \ )) $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \ @@ -563,9 +566,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ $(if $(filter $(OS),ANDROID), \ lo-bootstrap \ ) \ - $(if $(filter $(OS),WNT), \ - uwinapi \ - ) \ )) ifeq ($(OS),WNT) -- cgit