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-bcc | 7 +++---- externals/grill/pool/makefile.pd-msvc | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'externals/grill/pool') diff --git a/externals/grill/pool/makefile.pd-bcc b/externals/grill/pool/makefile.pd-bcc index 013c0279..bb41d752 100644 --- a/externals/grill/pool/makefile.pd-bcc +++ b/externals/grill/pool/makefile.pd-bcc @@ -21,7 +21,7 @@ LIBPATH=-L$(BCCPATH)\lib -L$(PDPATH)\lib LIBS=cw32.lib import32.lib C0D32.OBJ # compiler definitions and flags -DEFS=-DPD -DNT +DEFS=-DFLEXT_SYS=2 CFLAGS=-6 -O2 -OS -ff -tWD @@ -64,6 +64,8 @@ $(OUTPATH)\pd.lib: $(PDPATH)\bin\pd.dll $(OUTPATH)\$(NAME).def: @echo EXPORTS $(SETUPFUNCTION) = _$(SETUPFUNCTION) > $< +# this next line fixes a strange problem with implib - lacking underscore?! + @echo IMPORTS _rtext_retext=PD.rtext_retext >> $< $(OUTPATH)\$(NAME).dll :: $(OUTPATH) $(OUTPATH)\$(NAME).def $(OUTPATH)\pd.lib @@ -75,6 +77,3 @@ $(OUTPATH)\$(NAME).dll :: $(OBJS) @-if not exist $(INSTPATH) mkdir $(INSTPATH) copy $< $(INSTPATH) >nul !endif - - - \ No newline at end of file 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