aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.nt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-09 12:18:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-09 12:18:18 +0000
commit346ebbc47dd17c33285ec24e28df506b4d17fc92 (patch)
tree4a51d79addcaa7305da229de5d9f275eba4b1891 /src/Makefile.nt
parent036e1f6c55ca27059c9ece1a3e29e80523cb6a40 (diff)
define __WIN32__ instead of NT
svn path=/trunk/externals/zexy/; revision=3140
Diffstat (limited to 'src/Makefile.nt')
-rwxr-xr-xsrc/Makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.nt b/src/Makefile.nt
index 688d455..8e2fa6f 100755
--- a/src/Makefile.nt
+++ b/src/Makefile.nt
@@ -16,7 +16,7 @@ CC = cl
LD = link
-DEFS = /DNT /DPD
+DEFS = /D__WIN32__ /DPD
IFLAGS = /I. /I$(PREFIX)\src
AFLAGS =