summaryrefslogtreecommitdiffstats
path: root/basic/Library_sb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basic/Library_sb.mk')
-rw-r--r--basic/Library_sb.mk13
1 files changed, 3 insertions, 10 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk
index 0501c5d2035e..20892a3b7826 100644
--- a/basic/Library_sb.mk
+++ b/basic/Library_sb.mk
@@ -144,6 +144,9 @@ ifeq ($(OS)$(CPUNAME),WNTINTEL)
$(eval $(call gb_Library_add_exception_objects,sb,\
basic/source/runtime/dllmgr-x86 \
))
+$(eval $(call gb_Library_add_asmobjects,sb,\
+ basic/source/runtime/wnt-x86 \
+))
else
ifeq ($(OS)$(CPUNAME),WNTX86_64)
$(eval $(call gb_Library_add_exception_objects,sb,\
@@ -155,16 +158,6 @@ $(eval $(call gb_Library_add_exception_objects,sb,\
))
endif
endif
-ifeq ($(OS)$(COM)$(CPUNAME),WNTMSCINTEL)
-$(eval $(call gb_Library_add_asmobjects,sb,\
- basic/source/runtime/wnt-x86 \
-))
-endif
-ifeq ($(OS)$(COM)$(CPUNAME),WNTGCCINTEL)
-$(eval $(call gb_Library_add_asmobjects,sb,\
- basic/source/runtime/wnt-mingw \
-))
-endif
# Runtime dependency for unit-tests
$(eval $(call gb_Library_use_restarget,sb,sb))