[PD-cvs] externals/grill/flext config-max-msvc.txt,1.2,1.3 make-inc.max-msvc,1.2,1.3

xovo at users.sourceforge.net xovo at users.sourceforge.net
Sat Nov 15 04:32:59 CET 2003


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

Modified Files:
	config-max-msvc.txt make-inc.max-msvc 
Log Message:
 ""

Index: config-max-msvc.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-max-msvc.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config-max-msvc.txt	13 Nov 2003 03:33:07 -0000	1.2
--- config-max-msvc.txt	15 Nov 2003 03:32:57 -0000	1.3
***************
*** 26,30 ****
  # where should flext libraries be installed?
  # (leave blank to omit installation)
! INSTDIR=$(PDPATH)\flext
  
  # user-definable compiler flags
--- 26,30 ----
  # where should flext libraries be installed?
  # (leave blank to omit installation)
! INSTDIR="%CommonProgramFiles%\Cycling '74\flext"
  
  # user-definable compiler flags

Index: make-inc.max-msvc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/make-inc.max-msvc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** make-inc.max-msvc	13 Nov 2003 03:33:08 -0000	1.2
--- make-inc.max-msvc	15 Nov 2003 03:32:57 -0000	1.3
***************
*** 11,17 ****
  
  # includes
! INCPATH=/I$(MSVCPATH)\include /I$(MAXSDKPATH)\max-includes /I$(MAXSDKPATH)\msp-includes /I$(SOURCE)
! LDFLAGS=/LIBPATH:$(MSVCPATH)\lib
  
  
  # compiler definitions and flags
--- 11,21 ----
  
  # includes
! INCPATH=/I$(MAXSDKPATH)\max-includes /I$(MAXSDKPATH)\msp-includes /I$(SOURCE)
! LDFLAGS=
  
+ !ifdef MSVCPATH
+ INCPATH=$(INCPATH) /I$(MSVCPATH)\include 
+ LDFLAGS=$(LDFLAGS) /LIBPATH:$(MSVCPATH)\lib
+ !endif
  
  # compiler definitions and flags






More information about the Pd-cvs mailing list