From c0ca4188c9813ddb28076c025fdcd3f4f100abeb Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 10 Dec 2003 03:37:59 +0000 Subject: "" svn path=/trunk/; revision=1212 --- externals/grill/pool/makefile.pd-msvc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'externals/grill/pool/makefile.pd-msvc') diff --git a/externals/grill/pool/makefile.pd-msvc b/externals/grill/pool/makefile.pd-msvc index 3644b86f..cf0893bb 100644 --- a/externals/grill/pool/makefile.pd-msvc +++ b/externals/grill/pool/makefile.pd-msvc @@ -1,7 +1,7 @@ # pool - hierarchical storage object for PD and Max/MSP # Copyright (C) 2002 Thomas Grill (xovo@gmx.net) # -# Makefile for MSVC++ 6 +# Makefile for MSVC++ 6 and 7 # # usage: # to build run "make -f makefile.pd-msvc" @@ -15,9 +15,9 @@ LIBPATH=/LIBPATH:"$(MSVCPATH)\lib" /LIBPATH:"$(PDPATH)\bin" /LIBPATH:"$(FLEXTPAT LIBS=pd.lib flext-pdwin.lib # compiler definitions and flags -DEFS=/DPD /DNT +DEFS=/DFLEXT_SYS=2 -CFLAGS=/GR- /GX- /GD /G6 /Ox /ML +CFLAGS=/G6 /Ox /ML /EHsc # the rest can stay untouched # ---------------------------------------------- -- cgit v1.2.1