Use precompiled Cocoa.h.

ver1_5_1
Da Woon Jung 2005-11-24 16:48:05 +00:00
parent 40c03fe909
commit b70f9d7f10
34 changed files with 197 additions and 68 deletions

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CelestiaUniversalCoord.h"
#import "CelestiaVector.h"

View File

@ -5,8 +5,6 @@
// Created by Hank Ramsey on Sun Dec 25 2004.
// Copyright (c) 2002 Chris Laurel et al. All rights reserved.
//
#define __AIFF__
#import <Cocoa/Cocoa.h>
@interface BrowserWindowController : NSWindowController
{
@ -15,4 +13,4 @@
- (IBAction) go: (id) sender;
@end
@end

View File

@ -6,7 +6,6 @@
// 2005-05 Modified substantially by Da Woon Jung
//
#import <Foundation/Foundation.h>
@interface CGLInfo : NSObject {

View File

@ -6,10 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import "CelestiaDestination.h"
#import "CelestiaFavorite.h"
#import "CelestiaFavorites.h"

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CelestiaVector.h"
@interface CelestiaBody : NSObject {

View File

@ -5,9 +5,7 @@
// Created by Bob Ippolito on Tue May 28 2002.
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <AppKit/AppKit.h>
#import "CelestiaAppCore.h"
#import "CelestiaSettings.h"
#import "FavoritesDrawerController.h"

View File

@ -7,7 +7,6 @@
//
#include <unistd.h>
#import <Cocoa/Cocoa.h>
#import "CelestiaController.h"
#import "FavoritesDrawerController.h"
#import "CelestiaOpenGLView.h"

View File

@ -6,8 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CelestiaDestination : NSObject {
NSValue* _data;
@ -35,4 +33,4 @@
-(void)removeLastObject;
-(void)removeObjectAtIndex:(unsigned)index;
-(void)replaceObjectAtIndex:(unsigned)index withObject:(CelestiaDestination*)o;
@end
@end

View File

@ -6,8 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <Foundation/Foundation.h>
#import "CelestiaUniversalCoord.h"
// parentFolder is totally vestigal crap
@ -42,4 +40,4 @@
-(void)setName:(NSString*)name;
-(NSString*)selectionName;
-(NSString*)coordinateSystem;
@end
@end

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CelestiaFavorite.h"
#import "myTree.h"

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CelestiaVector.h"
#import "CelestiaUniversalCoord.h"

View File

@ -5,7 +5,7 @@
// Created by Bob Ippolito on Tue May 28 2002.
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "CelestiaController.h"
@interface CelestiaOpenGLView : NSOpenGLView
{

View File

@ -6,8 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <Foundation/Foundation.h>
@interface CelestiaRenderer : NSObject {
NSValue* _data;

View File

@ -6,8 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <Foundation/Foundation.h>
#import "CelestiaStar.h"
#import "CelestiaBody.h"
#import "CelestiaGalaxy.h"
@ -29,4 +27,4 @@
-(NSString *)name;
-(NSString *)briefName;
-(CelestiaUniversalCoord*)position:(NSNumber*)t;
@end
@end

View File

@ -6,8 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <Foundation/Foundation.h>
#import "CelestiaSelection.h"
#import "CelestiaUniverse.h"
#import "CelestiaUniversalCoord.h"

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CelestiaVector.h"
@interface CelestiaStar : NSObject {
@ -25,4 +24,4 @@
-(NSNumber*)rotationPeriod;
-(void)setAbsoluteMagnitude:(NSNumber*)m;
-(void)setLuminosity:(NSNumber*)m;
@end
@end

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CelestiaVector.h"
#import "CelestiaUniversalCoord.h"

View File

@ -6,8 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#define __AIFF__
#import <Foundation/Foundation.h>
#import "CelestiaSelection.h"
#import "CelestiaUniversalCoord.h"
@interface CelestiaUniverse : NSObject {

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface CelestiaVector : NSArray /*<NSCoding>*/
{
@ -28,4 +27,4 @@
-(NSNumber*)y;
-(NSNumber*)z;
-(NSNumber*)w;
@end
@end

View File

@ -1,6 +1,5 @@
/* ContextOutlineView */
#import <Cocoa/Cocoa.h>
#import "NSOutlineView_Extensions.h"
@interface ContextOutlineView : NSOutlineView {

View File

@ -1,6 +1,5 @@
/* FavoriteInfoWindowController */
#import <Cocoa/Cocoa.h>
#import "CelestiaFavorite.h"
#import "CelestiaAppCore.h"
#import "FavoritesDrawerController.h"

View File

@ -1,6 +1,5 @@
/* FavoritesDrawerController */
#import <Cocoa/Cocoa.h>
#import "CelestiaFavorite.h";
#import "ContextOutlineView.h";
#import "FavoriteInfoWindowController.h"

View File

@ -6,8 +6,6 @@
// Copyright 2005 Da Woon Jung. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface FullScreenWindow : NSWindow

View File

@ -5,7 +5,6 @@
// Created by Bob Ippolito on Tue May 28 2002.
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface GotoWindowController : NSWindowController
{

View File

@ -4,7 +4,6 @@
// Copyright (c) 2001 Apple. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface ImageAndTextCell : NSTextFieldCell {
@private
@ -17,4 +16,4 @@
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
- (NSSize)cellSize;
@end
@end

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "NSArray_Extensions.h"
@interface MyVector : NSMutableArray /*<NSCoding>*/ {

View File

@ -4,7 +4,6 @@
// Copyright (c) 2001 Apple. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSArray (MyExtensions)
- (BOOL)containsObjectIdenticalTo: (id)object;

View File

@ -4,7 +4,6 @@
// Copyright (c) 2001 Apple. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NSOutlineView (MyExtensions)
@ -15,4 +14,4 @@
@interface MyOutlineView : NSOutlineView {
}
@end
@end

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Foundation/Foundation.h>
#include <string>
@interface NSString(ObjCPlusPlus)

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface RenderPanelController : NSWindowController
{

View File

@ -5,7 +5,6 @@
// Created by Bob Ippolito on Tue May 28 2002.
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface SetTimeWindowController : NSWindowController
{

View File

@ -9,3 +9,9 @@
#ifndef gettext
#define gettext(s) s
#endif
#ifdef __OBJC__
# define __AIFF__
# import <Cocoa/Cocoa.h>
# undef DPRINTF
#endif

View File

@ -193,6 +193,13 @@
);
hasScannedForEncodings = 0;
isa = PBXProject;
knownRegions = (
English,
Japanese,
French,
German,
fr,
);
mainGroup = 29B97314FDCFA39411CA2CEA;
projectDirPath = "";
targets = (
@ -261,6 +268,7 @@
29B97318FDCFA39411CA2CEA = {
children = (
29B97319FDCFA39411CA2CEA,
E5AACCF50935FFE700136FCD,
);
isa = PBXVariantGroup;
name = MainMenu.nib;
@ -319,6 +327,7 @@
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREPROCESSOR_DEFINITIONS = "WORDS_BIGENDIAN=1 MACOSX=1 MACOSX_PB=1 PNG_SUPPORT CELX DEBUG=1";
PREBINDING = NO;
ZERO_LINK = NO;
@ -354,6 +363,7 @@
E54343100783C3F200053094 = {
children = (
E54343110783C3F200053094,
E5AACCF70935FFFE00136FCD,
);
isa = PBXVariantGroup;
name = BrowserWindow.nib;
@ -624,6 +634,11 @@
0C76BFC1085215B100D31A90,
0C76BFD208537EDB00D31A90,
E57E35100892A42A008E2F7F,
E5AACCEA0935FEB100136FCD,
E5AACCEC0935FEB100136FCD,
E5AACCEE0935FEB100136FCD,
E5AACCEF0935FEB100136FCD,
E5AACCF10935FEB100136FCD,
);
isa = PBXHeadersBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
@ -1516,7 +1531,6 @@
E56430E007769C9000E2C4A3,
E56430E107769C9000E2C4A3,
E56430E207769C9000E2C4A3,
E56430E307769C9000E2C4A3,
E56430E407769C9000E2C4A3,
E56430E507769C9000E2C4A3,
E56430E607769C9000E2C4A3,
@ -1602,6 +1616,10 @@
E56A3DB80848C19800A21D7E,
E56A5AED0848F92200A21D7E,
0C76BFD108537EDB00D31A90,
E5AACCE90935FEB100136FCD,
E5AACCEB0935FEB100136FCD,
E5AACCED0935FEB100136FCD,
E5AACCF00935FEB100136FCD,
);
isa = PBXSourcesBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
@ -1800,12 +1818,6 @@
settings = {
};
};
E56430E307769C9000E2C4A3 = {
fileRef = F51C6DC702959A17014901DC;
isa = PBXBuildFile;
settings = {
};
};
E56430E407769C9000E2C4A3 = {
fileRef = F51C6DC902959A17014901DC;
isa = PBXBuildFile;
@ -1870,12 +1882,14 @@
fileRef = F51C6DD502959A17014901DC;
isa = PBXBuildFile;
settings = {
COMPILER_FLAGS = "-DDPRINTF=//";
};
};
E56430EF07769C9000E2C4A3 = {
fileRef = F51C6DD602959A17014901DC;
isa = PBXBuildFile;
settings = {
COMPILER_FLAGS = "-DDPRINTF=//";
};
};
E56430F007769C9000E2C4A3 = {
@ -2859,6 +2873,158 @@
settings = {
};
};
E5AACCE00935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
name = dsodb.cpp;
path = ../src/celengine/dsodb.cpp;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE10935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = dsodb.h;
path = ../src/celengine/dsodb.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE20935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
name = dsoname.cpp;
path = ../src/celengine/dsoname.cpp;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE30935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = dsoname.h;
path = ../src/celengine/dsoname.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE40935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
name = dsooctree.cpp;
path = ../src/celengine/dsooctree.cpp;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE50935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = dsooctree.h;
path = ../src/celengine/dsooctree.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE60935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = name.h;
path = ../src/celengine/name.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE70935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
name = staroctree.cpp;
path = ../src/celengine/staroctree.cpp;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE80935FEB100136FCD = {
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.c.h;
name = staroctree.h;
path = ../src/celengine/staroctree.h;
refType = 2;
sourceTree = SOURCE_ROOT;
};
E5AACCE90935FEB100136FCD = {
fileRef = E5AACCE00935FEB100136FCD;
isa = PBXBuildFile;
settings = {
COMPILER_FLAGS = "-DDPRINTF=//";
};
};
E5AACCEA0935FEB100136FCD = {
fileRef = E5AACCE10935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCEB0935FEB100136FCD = {
fileRef = E5AACCE20935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCEC0935FEB100136FCD = {
fileRef = E5AACCE30935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCED0935FEB100136FCD = {
fileRef = E5AACCE40935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCEE0935FEB100136FCD = {
fileRef = E5AACCE50935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCEF0935FEB100136FCD = {
fileRef = E5AACCE60935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCF00935FEB100136FCD = {
fileRef = E5AACCE70935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCF10935FEB100136FCD = {
fileRef = E5AACCE80935FEB100136FCD;
isa = PBXBuildFile;
settings = {
};
};
E5AACCF50935FFE700136FCD = {
isa = PBXFileReference;
lastKnownFileType = wrapper.nib;
name = fr;
path = fr.lproj/MainMenu.nib;
refType = 4;
sourceTree = "<group>";
};
E5AACCF70935FFFE00136FCD = {
isa = PBXFileReference;
lastKnownFileType = wrapper.nib;
name = fr;
path = fr.lproj/BrowserWindow.nib;
refType = 4;
sourceTree = "<group>";
};
E5B615060777307F001BB2BF = {
isa = PBXFileReference;
lastKnownFileType = image.icns;
@ -3324,6 +3490,15 @@
};
F51C6D52029596B4014901DC = {
children = (
E5AACCE00935FEB100136FCD,
E5AACCE10935FEB100136FCD,
E5AACCE20935FEB100136FCD,
E5AACCE30935FEB100136FCD,
E5AACCE40935FEB100136FCD,
E5AACCE50935FEB100136FCD,
E5AACCE60935FEB100136FCD,
E5AACCE70935FEB100136FCD,
E5AACCE80935FEB100136FCD,
E589B6D9078AC511005B8DD9,
E589B6DA078AC511005B8DD9,
E589B6DB078AC511005B8DD9,
@ -3361,7 +3536,6 @@
F51C6DC402959A17014901DC,
F51C6DC502959A17014901DC,
F51C6DC602959A17014901DC,
F51C6DC702959A17014901DC,
F51C6DC802959A17014901DC,
F51C6DC902959A17014901DC,
F51C6DCA02959A17014901DC,
@ -3955,14 +4129,6 @@
refType = 2;
sourceTree = SOURCE_ROOT;
};
F51C6DC702959A17014901DC = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
name = octree.cpp;
path = ../src/celengine/octree.cpp;
refType = 2;
sourceTree = SOURCE_ROOT;
};
F51C6DC802959A17014901DC = {
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;

View File

@ -6,7 +6,6 @@
// Copyright (c) 2002 Chris Laurel. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char *argv[])
{
return NSApplicationMain(argc,argv);