Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6242
Modified Files: README.txt Log Message: added "--with-pd" flag (to specify paths for both INCLUDE and LIBS) added "--disable-PIC" flag (to disable compilation with PIC (gives loads of warnings with mingw)
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/README.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README.txt 4 Dec 2005 12:18:12 -0000 1.6 --- README.txt 15 Dec 2005 15:46:18 -0000 1.7 *************** *** 80,85 **** crosscompiler is "i586-mingw32msvc-cc") #> ./configure --host=i586-mingw32msvc --with-extension=dll \ ! --includedir=/path/to/win/pd/src/ --libdir=/path/to/win/pd/bin/ !
irix : --- 80,84 ---- crosscompiler is "i586-mingw32msvc-cc") #> ./configure --host=i586-mingw32msvc --with-extension=dll \ ! --with-pd=/path/to/win/pd/ --disable-PIC
irix :