mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Makefile changes to compile thinkg in place.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e44ff32bbe
commit
52f6bc90ae
259 changed files with 620 additions and 753 deletions
|
@ -24,7 +24,7 @@
|
|||
(TRY_GNU_ARCHIVING && defined(GNUSTEP_BASE_MAJOR_VERSION))
|
||||
|
||||
#if GNU_ARCHIVING
|
||||
#include <gnustep/base/Archiver.h>
|
||||
#include <base/Archiver.h>
|
||||
#endif /* GNU_ARCHIVING */
|
||||
|
||||
|
||||
|
@ -41,8 +41,8 @@
|
|||
/* Set to 1 to use text coding instead of binary coding */
|
||||
#define TEXTCSTREAM 1
|
||||
#if TEXTCSTREAM
|
||||
#include <gnustep/base/Archiver.h>
|
||||
#include <gnustep/base/TextCStream.h>
|
||||
#include <base/Archiver.h>
|
||||
#include <base/TextCStream.h>
|
||||
#endif
|
||||
|
||||
/* The -initWithCoder methods substitutes another object for self. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue