aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-08-09 10:52:18 +0000
committerTim Blechmann <timblech@users.sourceforge.net>2004-08-09 10:52:18 +0000
commitc4987379ee1e72cc60ee772642d5bd0bafc1f76a (patch)
treeaebb4153c5048ce2b4c9bd307641b8d6e91073d5 /Makefile
parentac4fe4a3da623f9ec1dbb36079da0a8282388176 (diff)
*** empty log message ***
svn path=/trunk/externals/k_cext/; revision=1922
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f31278..45761d8 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ pd_nt: $(NAME).dll
.SUFFIXES: .dll
-PDNTCFLAGS = /W3 /DNT /DPD /nologo /DINCLUDEPATH=\"D:\\sourcescvs\\pd\"
+PDNTCFLAGS = /W3 /WX /DNT /DPD /nologo /DINCLUDEPATH=\"D:\\sourcescvs\\pd\"
PDNTINCLUDE = /I. /ID:\sourcescvs\pd\src
PDNTLIB = libc.lib oldnames.lib kernel32.lib "C:\Pure Data\bin\pd.lib"