about summary refs log tree commit diff
path: root/MacOSX/ngircd.pbproj
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-03-03 17:15:11 +0000
committerAlexander Barton <alex@barton.de>2002-03-03 17:15:11 +0000
commit2ee05c9a6856d78f996dfbc991452e4cc1c58c37 (patch)
treef934a48ac6c5b52fedde0c808cc805faa98a4e96 /MacOSX/ngircd.pbproj
parent8dd92fbcd8b08dc55d5e8d723959c8cc9fff7d6f (diff)
downloadngircd-2ee05c9a6856d78f996dfbc991452e4cc1c58c37.tar.gz
ngircd-2ee05c9a6856d78f996dfbc991452e4cc1c58c37.zip
- Source in weitere Module fuer IRC-Befehle aufgesplitted.
Diffstat (limited to 'MacOSX/ngircd.pbproj')
-rw-r--r--MacOSX/ngircd.pbproj/project.pbxproj80
1 files changed, 79 insertions, 1 deletions
diff --git a/MacOSX/ngircd.pbproj/project.pbxproj b/MacOSX/ngircd.pbproj/project.pbxproj
index 2902c3cc..ad2110a3 100644
--- a/MacOSX/ngircd.pbproj/project.pbxproj
+++ b/MacOSX/ngircd.pbproj/project.pbxproj
@@ -100,7 +100,7 @@
 				PRODUCT_NAME = ngircd;
 				REZ_EXECUTABLE = YES;
 				SECTORDER_FLAGS = "";
-				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
+				WARNING_CFLAGS = "-Wall";
 			};
 			dependencies = (
 			);
@@ -131,6 +131,9 @@
 				F51DBB15022D95E801A85B04,
 				F51DBB19022D995501A85B04,
 				F51DBB1D022D9D8F01A85B04,
+				F57C88870232853501A85B04,
+				F57C888B0232884501A85B04,
+				F57C888F02328D7201A85B04,
 			);
 			isa = PBXHeadersBuildPhase;
 			name = Headers;
@@ -150,6 +153,9 @@
 				F51DBB16022D95E801A85B04,
 				F51DBB1A022D995501A85B04,
 				F51DBB1E022D9D8F01A85B04,
+				F57C88880232853501A85B04,
+				F57C888C0232884501A85B04,
+				F57C889002328D7201A85B04,
 			);
 			isa = PBXSourcesBuildPhase;
 			name = Sources;
@@ -399,10 +405,16 @@
 				F52162DB01C7BCDC012300F4,
 				F51D180201C8FDD001E11C2E,
 				F51D180301C8FDD001E11C2E,
+				F57C888D02328D7201A85B04,
+				F57C888E02328D7201A85B04,
 				F51DBB1B022D9D8F01A85B04,
 				F51DBB1C022D9D8F01A85B04,
 				F51DBB17022D995501A85B04,
 				F51DBB18022D995501A85B04,
+				F57C88850232853501A85B04,
+				F57C88860232853501A85B04,
+				F57C88890232884501A85B04,
+				F57C888A0232884501A85B04,
 				F51DBB13022D95E801A85B04,
 				F51DBB14022D95E801A85B04,
 				F52162BB01C7B904012300F4,
@@ -700,6 +712,72 @@
 			settings = {
 			};
 		};
+		F57C88850232853501A85B04 = {
+			isa = PBXFileReference;
+			path = "irc-oper.c";
+			refType = 4;
+		};
+		F57C88860232853501A85B04 = {
+			isa = PBXFileReference;
+			path = "irc-oper.h";
+			refType = 4;
+		};
+		F57C88870232853501A85B04 = {
+			fileRef = F57C88860232853501A85B04;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		F57C88880232853501A85B04 = {
+			fileRef = F57C88850232853501A85B04;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		F57C88890232884501A85B04 = {
+			isa = PBXFileReference;
+			path = "irc-server.c";
+			refType = 4;
+		};
+		F57C888A0232884501A85B04 = {
+			isa = PBXFileReference;
+			path = "irc-server.h";
+			refType = 4;
+		};
+		F57C888B0232884501A85B04 = {
+			fileRef = F57C888A0232884501A85B04;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		F57C888C0232884501A85B04 = {
+			fileRef = F57C88890232884501A85B04;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		F57C888D02328D7201A85B04 = {
+			isa = PBXFileReference;
+			path = "irc-channel.c";
+			refType = 4;
+		};
+		F57C888E02328D7201A85B04 = {
+			isa = PBXFileReference;
+			path = "irc-channel.h";
+			refType = 4;
+		};
+		F57C888F02328D7201A85B04 = {
+			fileRef = F57C888E02328D7201A85B04;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		F57C889002328D7201A85B04 = {
+			fileRef = F57C888D02328D7201A85B04;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
 	};
 	rootObject = 08FB7793FE84155DC02AAC07;
 }