From 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Sep 2012 23:45:28 +0200 Subject: gbuild: split uwinapi out of gb_STDLIBS Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 --- idl/Executable_svidl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'idl') diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index 4eb371c60c88..bdf0aa40e124 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Executable_use_sdk_api,svidl)) $(eval $(call gb_Executable_use_libraries,svidl,\ tl \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) -- cgit