summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorDevin Torres <devin@devintorr.es>2013-09-27 17:53:14 -0500
committerDevin Torres <devin@devintorr.es>2013-09-27 17:53:14 -0500
commit5c862b0615341b239a0deba145a0718945592f09 (patch)
tree19e5a3310c7bc62376580a57c834c58c5824625e /Makefile.win
parent8df5fc3bc7a19d5efe31bd26b582a5b884bf5a82 (diff)
downloadrust-hoedown-5c862b0615341b239a0deba145a0718945592f09.tar.gz
Improve MSVC support
Closes #18.
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index 4be255c..27bcc13 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -1,5 +1,5 @@
CC = cl
-CFLAGS = /O2 /EHsc /I"src/"
+CFLAGS = /O2 /sdl /Isrc /D_CRT_SECURE_NO_WARNINGS
HOEDOWN_SRC = \
src\autolink.obj \