mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Correct typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@22755 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0c6fbb4a5c
commit
30678651ad
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-04-07 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/README.MinGW: Correct typo in xml instructions.
|
||||
|
||||
2006-04-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* config.make.in: Set GNUSTEP_HOME to $(HOME). Fix if statements
|
||||
|
|
|
@ -214,7 +214,7 @@ cd /mingw/lib
|
|||
mkdir backup-libiconv
|
||||
mv libiconv.la backup-libiconv
|
||||
mv libiconv.lib backup-libiconv
|
||||
dlltool -D libiconv-2.dll -C -l libiconvlib --export-all-symbols -A ../bin/libiconv-2.dll
|
||||
dlltool -D libiconv-2.dll -C -l libiconv.lib --export-all-symbols -A ../bin/libiconv-2.dll
|
||||
|
||||
Then you can remove the backup-libiconv directory and its
|
||||
contents if all has worked.
|
||||
|
|
Loading…
Reference in a new issue