From 8ec8d87031f0bea6de99b225fa952cd4ad498383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 15 Dec 2005 15:46:18 +0000 Subject: 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) svn path=/trunk/externals/zexy/; revision=4223 --- README.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index f1de713..f20cbc1 100644 --- a/README.txt +++ b/README.txt @@ -79,8 +79,7 @@ to compile: + cross-compilation for windows on linux using mingw (assumes that the crosscompiler is "i586-mingw32msvc-cc") #> ./configure --host=i586-mingw32msvc --with-extension=dll \ - --includedir=/path/to/win/pd/src/ --libdir=/path/to/win/pd/bin/ - + --with-pd=/path/to/win/pd/ --disable-PIC irix : ------------------------------------------------------------------------------ -- cgit v1.2.1