git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14326 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-08-25 02:33:49 +00:00
parent ab2eee0735
commit df8aa040e7
2 changed files with 10 additions and 2 deletions

View file

@ -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

View file

@ -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.