summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-11 12:33:07 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-11 12:54:53 +0200
commit3da919bb4060f22675a23811fa1a63c1511d2484 (patch)
tree0fffbe851fbf93107469251d169950aa5e2aa32e /basic
parent555fdbc6e9e04f8d4b7786c8b1a1faa5dd64a694 (diff)
Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).
This fixes the build of 'basic' on Windows.
Diffstat (limited to 'basic')
-rw-r--r--basic/Library_sb.mk2
1 files changed, 1 insertions, 1 deletions
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