[PD-cvs] externals/grill/pool makefile.pd-bcc,1.1,1.2 makefile.pd-msvc,1.1,1.2

xovo at users.sourceforge.net xovo at users.sourceforge.net
Wed Dec 10 04:38:01 CET 2003


Update of /cvsroot/pure-data/externals/grill/pool
In directory sc8-pr-cvs1:/tmp/cvs-serv2643

Modified Files:
	makefile.pd-bcc makefile.pd-msvc 
Log Message:
 ""

Index: makefile.pd-bcc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/makefile.pd-bcc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile.pd-bcc	24 Nov 2002 21:16:26 -0000	1.1
--- makefile.pd-bcc	10 Dec 2003 03:37:59 -0000	1.2
***************
*** 22,26 ****
  
  # compiler definitions and flags
! DEFS=-DPD -DNT 
  CFLAGS=-6 -O2 -OS -ff -tWD 
  
--- 22,26 ----
  
  # compiler definitions and flags
! DEFS=-DFLEXT_SYS=2 
  CFLAGS=-6 -O2 -OS -ff -tWD 
  
***************
*** 65,68 ****
--- 65,70 ----
  $(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 
***************
*** 76,80 ****
  	copy $< $(INSTPATH) >nul
  !endif
- 
- 
- 	
\ No newline at end of file
--- 78,79 ----

Index: makefile.pd-msvc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/makefile.pd-msvc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile.pd-msvc	24 Nov 2002 21:16:26 -0000	1.1
--- makefile.pd-msvc	10 Dec 2003 03:37:59 -0000	1.2
***************
*** 2,6 ****
  # Copyright (C) 2002 Thomas Grill (xovo at gmx.net)
  #
! # Makefile for MSVC++ 6
  #
  # usage:
--- 2,6 ----
  # Copyright (C) 2002 Thomas Grill (xovo at gmx.net)
  #
! # Makefile for MSVC++ 6 and 7
  #
  # usage:
***************
*** 16,22 ****
  
  # compiler definitions and flags
! DEFS=/DPD /DNT 
  
! CFLAGS=/GR- /GX- /GD /G6 /Ox /ML
  
  # the rest can stay untouched
--- 16,22 ----
  
  # compiler definitions and flags
! DEFS=/DFLEXT_SYS=2
  
! CFLAGS=/G6 /Ox /ML /EHsc
  
  # the rest can stay untouched






More information about the Pd-cvs mailing list