Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1:/tmp/cvs-serv2815
Modified Files: readme.txt Log Message: ""
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/readme.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** readme.txt 12 Nov 2003 03:35:18 -0000 1.43 --- readme.txt 17 Nov 2003 03:32:51 -0000 1.44 *************** *** 38,48 **** pd - Windows: ------------- ! o Microsoft Visual C++ 6 or 7: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
! o Borland C++ 5.5 (free): edit "config-pd-bcc.txt" & run "build-pd-bcc.bat"
o Cygwin: edit "config-pd-cygwin.txt" & run "sh build-pd-cygwin.sh" additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-cygwin
With your project using flext, be sure to define "FLEXT_SYS=2".
--- 38,54 ---- pd - Windows: ------------- ! o Microsoft Visual C++ 6 or 7: ! edit "config-pd-msvc.txt" ! start a dos-shell (cmd.exe) and set the compiler environment (vcvars32.bat) ! run "build-pd-msvc.bat"
! o Borland C++ 5.5 (free): ! edit "config-pd-bcc.txt" ! run "build-pd-bcc.bat"
o Cygwin: edit "config-pd-cygwin.txt" & run "sh build-pd-cygwin.sh" additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-cygwin
+ With your project using flext, be sure to define "FLEXT_SYS=2".
*************** *** 56,59 **** --- 62,66 ---- These will be installed into the flext directory given in config-pd-linux.txt. For the shared libraries to be found, be sure to specify the flext folder in the /etc/ld.so.conf.
+ With your project using flext, be sure to define "FLEXT_SYS=2".
*************** *** 64,67 **** --- 71,75 ---- additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-darwin
+ With your project using flext, be sure to define "FLEXT_SYS=2".
*************** *** 70,73 **** --- 78,82 ---- ------------------ o Microsoft Visual C++ 6 or 7: edit "config-max-msvc.txt" & run "build-max-msvc.bat" +
With your project using flext, be sure to define "FLEXT_SYS=1".