summaryrefslogtreecommitdiff
path: root/soltools/cpp/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/makefile.mk')
-rw-r--r--soltools/cpp/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index bb3c1b5547f7..774bf9672b8c 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -54,7 +54,8 @@ OBJFILES= \
$(OBJ)$/_unix.obj
# nonstandard cpp options, needs the custom stgetopt defined here :/
-.IF "$(OS)" == "MACOSX"
+# And Windows, well, Windows... no comment.
+.IF "$(OS)" == "MACOSX" || "$(OS)" == "WNT"
OBJFILES += $(OBJ)$/_getopt.obj
.ENDIF