New build style "deployment", cleaned up options for build style
"development" (enabled "ZeroLink") and fixed path of "ngircd.spec".
This commit is contained in:
parent
e635ed43bf
commit
0545288ebd
|
@ -7,14 +7,10 @@
|
||||||
objects = {
|
objects = {
|
||||||
014CEA520018CE5811CA2923 = {
|
014CEA520018CE5811CA2923 = {
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
DEBUGGING_SYMBOLS = YES;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
OPTIMIZATION_CFLAGS = "-O0";
|
ZERO_LINK = YES;
|
||||||
ZERO_LINK = NO;
|
|
||||||
};
|
};
|
||||||
isa = PBXBuildStyle;
|
isa = PBXBuildStyle;
|
||||||
name = Development;
|
name = Development;
|
||||||
|
@ -34,6 +30,7 @@
|
||||||
};
|
};
|
||||||
buildStyles = (
|
buildStyles = (
|
||||||
014CEA520018CE5811CA2923,
|
014CEA520018CE5811CA2923,
|
||||||
|
FA2002770807EE21005A2F4C,
|
||||||
);
|
);
|
||||||
hasScannedForEncodings = 1;
|
hasScannedForEncodings = 1;
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
|
@ -51,6 +48,7 @@
|
||||||
FADE2AA505F149580081A16E,
|
FADE2AA505F149580081A16E,
|
||||||
FADE2AA605F1495F0081A16E,
|
FADE2AA605F1495F0081A16E,
|
||||||
FADE2AC905F149D70081A16E,
|
FADE2AC905F149D70081A16E,
|
||||||
|
FA2002670807EB84005A2F4C,
|
||||||
FADE2AAA05F1499A0081A16E,
|
FADE2AAA05F1499A0081A16E,
|
||||||
FADE2AA805F1499A0081A16E,
|
FADE2AA805F1499A0081A16E,
|
||||||
FADE2AAD05F1499A0081A16E,
|
FADE2AAD05F1499A0081A16E,
|
||||||
|
@ -77,6 +75,7 @@
|
||||||
);
|
);
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
name = src;
|
name = src;
|
||||||
|
path = "";
|
||||||
refType = 4;
|
refType = 4;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
@ -271,6 +270,21 @@
|
||||||
//FA2
|
//FA2
|
||||||
//FA3
|
//FA3
|
||||||
//FA4
|
//FA4
|
||||||
|
FA2002670807EB84005A2F4C = {
|
||||||
|
fileEncoding = 5;
|
||||||
|
isa = PBXFileReference;
|
||||||
|
lastKnownFileType = text;
|
||||||
|
name = Doxyfile;
|
||||||
|
path = ../../Doxyfile;
|
||||||
|
refType = 2;
|
||||||
|
sourceTree = SOURCE_ROOT;
|
||||||
|
};
|
||||||
|
FA2002770807EE21005A2F4C = {
|
||||||
|
buildSettings = {
|
||||||
|
};
|
||||||
|
isa = PBXBuildStyle;
|
||||||
|
name = Deployment;
|
||||||
|
};
|
||||||
FA83332A0627391D00A909F0 = {
|
FA83332A0627391D00A909F0 = {
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
lastKnownFileType = "compiled.mach-o.dylib";
|
lastKnownFileType = "compiled.mach-o.dylib";
|
||||||
|
@ -627,9 +641,9 @@
|
||||||
isa = PBXFileReference;
|
isa = PBXFileReference;
|
||||||
lastKnownFileType = text;
|
lastKnownFileType = text;
|
||||||
name = ngircd.spec;
|
name = ngircd.spec;
|
||||||
path = /local/alex/Develop/ngircd/HEAD/contrib/ngircd.spec;
|
path = ../ngircd.spec;
|
||||||
refType = 0;
|
refType = 2;
|
||||||
sourceTree = "<absolute>";
|
sourceTree = SOURCE_ROOT;
|
||||||
};
|
};
|
||||||
FADE2AED05F14A6A0081A16E = {
|
FADE2AED05F14A6A0081A16E = {
|
||||||
children = (
|
children = (
|
||||||
|
|
Loading…
Reference in New Issue