diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-16 18:40:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-16 18:43:43 +0300 |
commit | afce608d6e9272410abd182a3d8d994cd3a115ca (patch) | |
tree | 23c7ccd247ff11ae1d23d4c09ef43326d6919a3b /basic | |
parent | 99862627d0f240b8209ca08c0cd0cd5cad4cca3c (diff) |
wnt-mingw.s is an assembler source file
Diffstat (limited to 'basic')
-rw-r--r-- | basic/Library_sb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index ce6a72a1cb73..8b2e152a874c 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -173,7 +173,7 @@ $(eval $(call gb_Library_add_asmobjects,sb,\ )) endif ifeq ($(GUI)$(COM)$(CPU),WNTGCCI) -$(eval $(call gb_Library_add_exception_objects,sb,\ +$(eval $(call gb_Library_add_asmobjects,sb,\ basic/source/runtime/wnt-mingw \ )) endif |