diff options
| author | Alexander Barton <alex@barton.de> | 2001-12-23 21:52:46 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2001-12-23 21:52:46 +0000 |
| commit | d74ddba36e96e264668b115cea299205982e667b (patch) | |
| tree | 6e574c2bcc1ee0100da3d6cfbd99cc0572fbba05 /MacOSX/ngircd.pbproj/project.pbxproj | |
| parent | 12dd4b2cac4c2f85bacfff483228a6aef8bc0354 (diff) | |
| download | ngircd-d74ddba36e96e264668b115cea299205982e667b.tar.gz ngircd-d74ddba36e96e264668b115cea299205982e667b.zip | |
- neues Modul messages.h eingefuegt.
Diffstat (limited to 'MacOSX/ngircd.pbproj/project.pbxproj')
| -rw-r--r-- | MacOSX/ngircd.pbproj/project.pbxproj | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/MacOSX/ngircd.pbproj/project.pbxproj b/MacOSX/ngircd.pbproj/project.pbxproj index ea128f25..f29de444 100644 --- a/MacOSX/ngircd.pbproj/project.pbxproj +++ b/MacOSX/ngircd.pbproj/project.pbxproj @@ -123,6 +123,8 @@ F51D17FE01C8F5B701E11C2E, F51D180401C8FDD001E11C2E, F51D180501C8FDD001E11C2E, + F576ABFC01D5E77301A85B03, + F576ABFF01D61D7401A85B03, ); isa = PBXHeadersBuildPhase; name = Headers; @@ -138,6 +140,7 @@ F51D17FF01C8F5B701E11C2E, F51D180601C8FDD001E11C2E, F51D180701C8FDD001E11C2E, + F576ABFD01D5E77301A85B03, ); isa = PBXSourcesBuildPhase; name = Sources; @@ -290,8 +293,11 @@ F51D180301C8FDD001E11C2E, F52162BB01C7B904012300F4, F52162BC01C7B904012300F4, + F576ABFA01D5E77301A85B03, + F576ABFB01D5E77301A85B03, F52162C001C7B904012300F4, F52162C101C7B904012300F4, + F576ABFE01D61D7401A85B03, ); isa = PBXGroup; path = ngircd; @@ -505,6 +511,40 @@ settings = { }; }; + F576ABFA01D5E77301A85B03 = { + isa = PBXFileReference; + path = parse.c; + refType = 4; + }; + F576ABFB01D5E77301A85B03 = { + isa = PBXFileReference; + path = parse.h; + refType = 4; + }; + F576ABFC01D5E77301A85B03 = { + fileRef = F576ABFB01D5E77301A85B03; + isa = PBXBuildFile; + settings = { + }; + }; + F576ABFD01D5E77301A85B03 = { + fileRef = F576ABFA01D5E77301A85B03; + isa = PBXBuildFile; + settings = { + }; + }; + F576ABFE01D61D7401A85B03 = { + isa = PBXFileReference; + name = messages.h; + path = ../src/ngircd/messages.h; + refType = 2; + }; + F576ABFF01D61D7401A85B03 = { + fileRef = F576ABFE01D61D7401A85B03; + isa = PBXBuildFile; + settings = { + }; + }; }; rootObject = 08FB7793FE84155DC02AAC07; } |