mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14326 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab2eee0735
commit
df8aa040e7
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/README.MinGW: Update.
|
||||
|
||||
2002-08-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* configure.ac: Save user suplied CPPFLAGS, use INCLUDE_FLAGS
|
||||
|
|
|
@ -263,11 +263,15 @@ This should automatically run the configure script for you, build the
|
|||
base library and some tools, and install the whole lot (along with some
|
||||
system resources).
|
||||
|
||||
If you are using gcc 3.x, you should remove the line
|
||||
If you are using gcc 3.x, you should change the line
|
||||
|
||||
__objc_class_name_NXConstantString
|
||||
|
||||
from Source/libgnustep-base.def before doing a make.
|
||||
to
|
||||
|
||||
__objc_class_name_NSConstantString
|
||||
|
||||
in Source/libgnustep-base.def before doing a make.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue