Added location.h and location.cpp to project

This commit is contained in:
Hank Ramsey 2003-07-17 04:08:16 +00:00
parent daebb6f8ef
commit 290a34dbe5

View file

@ -26,13 +26,13 @@
F5040B0E02A484DA014901DC,
F5231C7202C2997601000006,
F5274ED202AE88260100020A,
F505BFFB02CA9DAE0100020A,
F57FA4EF02B9AB8601000006,
F578B7B302B3E4DB0100020A,
F55C817702AF55890100020A,
F565A8B102EB418701000006,
F5EDC6B90456666601000002,
F5EDC6BA0456666601000002,
F505BFFB02CA9DAE0100020A,
F578B79D02B3E2AD0100020A,
F55A246702B2D4FF0100020A,
F55C817502AF51EF0100020A,
@ -247,7 +247,6 @@
29B9732DFDCFA39411CA2CEA,
);
buildSettings = {
DEBUGGING_SYMBOLS = NO;
FRAMEWORK_SEARCH_PATHS = "";
HEADER_SEARCH_PATHS = ../src;
INSTALL_PATH = "$(HOME)/Applications";
@ -437,6 +436,7 @@
F55B3E7E04239F7201000002,
F523322A042F819501000002,
F5EDC6BB0456666601000002,
F59FA90C04A12E3001000002,
);
isa = PBXHeadersBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
@ -552,6 +552,7 @@
F55B3E810423A1DB01000002,
F5233229042F819501000002,
F5EDC6BC0456666601000002,
F59FA90B04A12E3001000002,
);
isa = PBXSourcesBuildPhase;
runOnlyForDeploymentPostprocessing = 0;
@ -1013,6 +1014,8 @@
F55B3E7404239F7201000002,
F5233227042F819501000002,
F5233228042F819501000002,
F59FA90904A12E3001000002,
F59FA90A04A12E3001000002,
);
isa = PBXGroup;
name = celengine;
@ -3467,6 +3470,30 @@
settings = {
};
};
F59FA90904A12E3001000002 = {
isa = PBXFileReference;
name = location.cpp;
path = ../src/celengine/location.cpp;
refType = 2;
};
F59FA90A04A12E3001000002 = {
isa = PBXFileReference;
name = location.h;
path = ../src/celengine/location.h;
refType = 2;
};
F59FA90B04A12E3001000002 = {
fileRef = F59FA90904A12E3001000002;
isa = PBXBuildFile;
settings = {
};
};
F59FA90C04A12E3001000002 = {
fileRef = F59FA90A04A12E3001000002;
isa = PBXBuildFile;
settings = {
};
};
F5D0859E02A57A60014901DC = {
isa = PBXFileReference;
path = GLUTMenu.m;