From 3da919bb4060f22675a23811fa1a63c1511d2484 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 11 Aug 2011 12:33:07 +0200 Subject: Implement AsmObject in gbuild (Windows only for now, stub for unxgcc). This fixes the build of 'basic' on Windows. --- basic/Library_sb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/Library_sb.mk') diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index ee96f7163258..ce6a72a1cb73 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -168,7 +168,7 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ endif endif ifeq ($(GUI)$(COM)$(CPU),WNTMSCI) -$(eval $(call gb_Library_add_exception_objects,sb,\ +$(eval $(call gb_Library_add_asmobjects,sb,\ basic/source/runtime/wnt-x86 \ )) endif -- cgit