mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
8770184504
commit
3d949ca12d
259 changed files with 620 additions and 753 deletions
|
@ -1,10 +1,10 @@
|
|||
/* A demonstration of writing and reading with NSArchiver */
|
||||
|
||||
#include <gnustep/base/Invocation.h>
|
||||
#include <gnustep/base/Array.h>
|
||||
#include <gnustep/base/Archiver.h>
|
||||
#include <base/Invocation.h>
|
||||
#include <base/Array.h>
|
||||
#include <base/Archiver.h>
|
||||
#include <Foundation/NSValue.h>
|
||||
#include <gnustep/base/TextCStream.h>
|
||||
#include <base/TextCStream.h>
|
||||
#include <Foundation/NSAutoreleasePool.h>
|
||||
|
||||
@interface NSNumber (printing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue