Update of /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16469/buildsys/win/pd
Modified Files: config-cygwin.def gnumake-cygwin.inc Log Message: more corrections to cygwin... seems to work now for Max/MSP as well avoid problems with paths containing spaces enhancements for cygwin builds (working for PD now, but not for Max)
Index: config-cygwin.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/config-cygwin.def,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config-cygwin.def 13 Jan 2005 04:59:11 -0000 1.5 --- config-cygwin.def 19 Jul 2005 23:08:32 -0000 1.6 *************** *** 1,5 **** # where is the PD installation? # (this should point to the main folder, which has a "src" subfolder) ! PDPATH=/cygdrive/c/programme/pd
############################################################### --- 1,5 ---- # where is the PD installation? # (this should point to the main folder, which has a "src" subfolder) ! PDPATH=/cygdrive/c/program files/pd
###############################################################
Index: gnumake-cygwin.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/win/pd/gnumake-cygwin.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gnumake-cygwin.inc 5 Jan 2005 05:04:12 -0000 1.2 --- gnumake-cygwin.inc 19 Jul 2005 23:08:33 -0000 1.3 *************** *** 3,9 **** INCPATH += -I$(PDPATH)/src
! # trick PD in a way that only the cygwin pthread headers are used ! CFLAGS += -include /usr/include/sched.h -include /usr/include/pthread.h -DPTHREAD_H ! ! LIBS += $(PDPATH)/bin/pd.dll ! #LIBS += $(PDPATH)/bin/pthreadVC.dll --- 3,6 ---- INCPATH += -I$(PDPATH)/src
! LIBS += $(PDPATH)/bin/pthreadVC.dll ! SYSLIBS += $(PDPATH)/bin/pd.dll