Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1:/tmp/cvs-serv14274
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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-max-msvc.txt 12 Nov 2003 03:35:18 -0000 1.1 --- config-max-msvc.txt 13 Nov 2003 03:33:07 -0000 1.2 *************** *** 6,12 **** MAXSDKPATH=F:\prog\audio\MaxWinSDK\c74support
- # where is the pthreads package? - PTHREADS=F:\prog\packs\pthreads - # where is MS VC++? # (should be commented out when called from the Visual Studio Command prompt) --- 6,9 ----
Index: make-inc.max-msvc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/make-inc.max-msvc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** make-inc.max-msvc 12 Nov 2003 03:35:18 -0000 1.1 --- make-inc.max-msvc 13 Nov 2003 03:33:08 -0000 1.2 *************** *** 11,15 ****
# includes ! INCPATH=/I$(MSVCPATH)\include /I$(MAXSDKPATH)\max-includes /I$(MAXSDKPATH)\msp-includes /I$(PTHREADS) /I$(SOURCE) LDFLAGS=/LIBPATH:$(MSVCPATH)\lib
--- 11,15 ----
# includes ! INCPATH=/I$(MSVCPATH)\include /I$(MAXSDKPATH)\max-includes /I$(MAXSDKPATH)\msp-includes /I$(SOURCE) LDFLAGS=/LIBPATH:$(MSVCPATH)\lib
*************** *** 28,33 **** !ifdef FLEXT_SHARED DEFS=$(DEFS) /DFLEXT_SHARED /DFLEXT_EXPORTS - - LIBS=$(LIBS) $(PTHREADS)\pthreadVC.lib
!ifdef _DEBUG --- 28,31 ----