mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
use libffi on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27037 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39d44dea1d
commit
191b868240
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-11-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Documentation/README.MingW: Change instructions to use libffi
|
||||
|
||||
2008-11-06 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* GNUstep.csh.in: Fix incorrect case pattern which causes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Date: 28-Feb-2007 (tested under Windows XP)
|
||||
Update: 19-Feb-2008
|
||||
Update: 13-Now-2008
|
||||
Author: Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
after Richard Frith-Macdonald <rfm@gnu.org> and others
|
||||
|
||||
|
@ -213,12 +213,12 @@ make install
|
|||
gnustep-make should have detected your custom libobjc.
|
||||
|
||||
|
||||
11. Installing ffcall
|
||||
11. Installing libffi
|
||||
=====================
|
||||
|
||||
Download ffcall from the GNUstep website, and type:
|
||||
Download libffi from the GNUstep website, and type:
|
||||
|
||||
./configure
|
||||
./configure --prefix=/mingw --includedir=/mingw/include
|
||||
make
|
||||
make install
|
||||
|
||||
|
@ -277,7 +277,7 @@ from linking correctly if you try to use it.
|
|||
|
||||
Go in gnustep-base, and type
|
||||
|
||||
./configure
|
||||
./configure --enable-libffi
|
||||
make
|
||||
make install
|
||||
|
||||
|
|
Loading…
Reference in a new issue