summaryrefslogtreecommitdiff
path: root/security/coreconf/WIN954.0.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/coreconf/WIN954.0.mk')
-rw-r--r--security/coreconf/WIN954.0.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/coreconf/WIN954.0.mk b/security/coreconf/WIN954.0.mk
index 24a44c1ff..e710f6e2e 100644
--- a/security/coreconf/WIN954.0.mk
+++ b/security/coreconf/WIN954.0.mk
@@ -40,7 +40,9 @@
include $(CORE_DEPTH)/coreconf/WIN32.mk
ifeq ($(CPU_ARCH), x386)
+ifndef NS_USE_GCC
OS_CFLAGS += -W3 -nologo
+endif
DEFINES += -D_X86_
else
ifeq ($(CPU_ARCH), MIPS)
@@ -55,5 +57,7 @@ else
endif
endif
+ifndef NS_USE_GCC
OS_DLLFLAGS += -nologo -DLL -SUBSYSTEM:WINDOWS -PDB:NONE
+endif
DEFINES += -DWIN95