From: RLB Date: Mon, 8 Aug 2011 06:07:58 +0000 (-0400) Subject: Extra rule to have configure throw an error message if it can't find X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=0a7a4186821f15e4d21a31ffb270d9a7dbe05b9e;p=cobramush.git Extra rule to have configure throw an error message if it can't find glibtool on Darwin.. Again, we should look into FreeBSD to see if this same method will work there. --- diff --git a/configure.ac b/configure.ac index 3b95545..27acd67 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,9 @@ host_os=`uname | sed 's/^(\s)*//'` # Search for glibtool if test $host_os = "Darwin"; then AC_PATH_PROG(LIBTOOL, glibtool) + if test "$ac_cv_path_LIBTOOL" = ""; then + AC_MSG_ERROR([CobraMUSH requires GNU Libtool to compile]) + fi else AC_PATH_PROG(LIBTOOL, libtool) AC_SUBST(EDYNAMIC, -export-dynamic) diff --git a/osx/CobraMUSH/CobraMUSH.xcodeproj/project.pbxproj b/osx/CobraMUSH/CobraMUSH.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f3511f4 --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH.xcodeproj/project.pbxproj @@ -0,0 +1,583 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 8BCF6D2013ECD09700415153 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BCF6D1F13ECD09700415153 /* main.c */; }; + 8BCF6D2213ECD09700415153 /* XCobraMUSH.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8BCF6D2113ECD09700415153 /* XCobraMUSH.1 */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 8BCF6D1913ECD09700415153 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + 8BCF6D2213ECD09700415153 /* XCobraMUSH.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 8BCF6C7A13ECCECE00415153 /* access.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = access.c; path = ../../src/access.c; sourceTree = ""; }; + 8BCF6C7B13ECCECE00415153 /* announce.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = announce.c; path = ../../src/announce.c; sourceTree = ""; }; + 8BCF6C7C13ECCECE00415153 /* atr_tab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = atr_tab.c; path = ../../src/atr_tab.c; sourceTree = ""; }; + 8BCF6C7D13ECCECE00415153 /* attrib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attrib.c; path = ../../src/attrib.c; sourceTree = ""; }; + 8BCF6C7E13ECCECE00415153 /* boolexp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = boolexp.c; path = ../../src/boolexp.c; sourceTree = ""; }; + 8BCF6C7F13ECCECE00415153 /* bsd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bsd.c; path = ../../src/bsd.c; sourceTree = ""; }; + 8BCF6C8013ECCECE00415153 /* bufferq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bufferq.c; path = ../../src/bufferq.c; sourceTree = ""; }; + 8BCF6C8113ECCECE00415153 /* chunk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chunk.c; path = ../../src/chunk.c; sourceTree = ""; }; + 8BCF6C8213ECCECE00415153 /* cmds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cmds.c; path = ../../src/cmds.c; sourceTree = ""; }; + 8BCF6C8313ECCECE00415153 /* command.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = command.c; path = ../../src/command.c; sourceTree = ""; }; + 8BCF6C8413ECCECE00415153 /* comp_h.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = comp_h.c; path = ../../src/comp_h.c; sourceTree = ""; }; + 8BCF6C8513ECCECE00415153 /* comp_w.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = comp_w.c; path = ../../src/comp_w.c; sourceTree = ""; }; + 8BCF6C8613ECCECE00415153 /* comp_w8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = comp_w8.c; path = ../../src/comp_w8.c; sourceTree = ""; }; + 8BCF6C8713ECCECE00415153 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../../src/compress.c; sourceTree = ""; }; + 8BCF6C8813ECCECE00415153 /* conf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = conf.c; path = ../../src/conf.c; sourceTree = ""; }; + 8BCF6C8913ECCECE00415153 /* cque.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cque.c; path = ../../src/cque.c; sourceTree = ""; }; + 8BCF6C8A13ECCECE00415153 /* create.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = create.c; path = ../../src/create.c; sourceTree = ""; }; + 8BCF6C8B13ECCECE00415153 /* cron.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cron.c; path = ../../src/cron.c; sourceTree = ""; }; + 8BCF6C8C13ECCECE00415153 /* csrimalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = csrimalloc.c; path = ../../src/csrimalloc.c; sourceTree = ""; }; + 8BCF6C8D13ECCECE00415153 /* db.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = db.c; path = ../../src/db.c; sourceTree = ""; }; + 8BCF6C8E13ECCECE00415153 /* destroy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = destroy.c; path = ../../src/destroy.c; sourceTree = ""; }; + 8BCF6C8F13ECCECE00415153 /* division.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = division.c; path = ../../src/division.c; sourceTree = ""; }; + 8BCF6C9013ECCECE00415153 /* extchat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extchat.c; path = ../../src/extchat.c; sourceTree = ""; }; + 8BCF6C9113ECCECE00415153 /* extmail.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = extmail.c; path = ../../src/extmail.c; sourceTree = ""; }; + 8BCF6C9213ECCECE00415153 /* filecopy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filecopy.c; path = ../../src/filecopy.c; sourceTree = ""; }; + 8BCF6C9313ECCECE00415153 /* flags.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = flags.c; path = ../../src/flags.c; sourceTree = ""; }; + 8BCF6C9413ECCECE00415153 /* funcrypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funcrypt.c; path = ../../src/funcrypt.c; sourceTree = ""; }; + 8BCF6C9513ECCECE00415153 /* function.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = function.c; path = ../../src/function.c; sourceTree = ""; }; + 8BCF6C9613ECCECE00415153 /* fundb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fundb.c; path = ../../src/fundb.c; sourceTree = ""; }; + 8BCF6C9713ECCECE00415153 /* fundiv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fundiv.c; path = ../../src/fundiv.c; sourceTree = ""; }; + 8BCF6C9813ECCECE00415153 /* funlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funlist.c; path = ../../src/funlist.c; sourceTree = ""; }; + 8BCF6C9913ECCECE00415153 /* funmath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funmath.c; path = ../../src/funmath.c; sourceTree = ""; }; + 8BCF6C9A13ECCECE00415153 /* funmisc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funmisc.c; path = ../../src/funmisc.c; sourceTree = ""; }; + 8BCF6C9B13ECCECE00415153 /* funstr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funstr.c; path = ../../src/funstr.c; sourceTree = ""; }; + 8BCF6C9C13ECCECE00415153 /* funtime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funtime.c; path = ../../src/funtime.c; sourceTree = ""; }; + 8BCF6C9D13ECCECE00415153 /* funufun.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = funufun.c; path = ../../src/funufun.c; sourceTree = ""; }; + 8BCF6C9E13ECCECE00415153 /* game.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = game.c; path = ../../src/game.c; sourceTree = ""; }; + 8BCF6C9F13ECCECE00415153 /* gmalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gmalloc.c; path = ../../src/gmalloc.c; sourceTree = ""; }; + 8BCF6CA013ECCECE00415153 /* help.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = help.c; path = ../../src/help.c; sourceTree = ""; }; + 8BCF6CA113ECCECE00415153 /* htab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = htab.c; path = ../../src/htab.c; sourceTree = ""; }; + 8BCF6CA213ECCECE00415153 /* htmltab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = htmltab.c; path = ../../src/htmltab.c; sourceTree = ""; }; + 8BCF6CA313ECCECE00415153 /* ident.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ident.c; path = ../../src/ident.c; sourceTree = ""; }; + 8BCF6CA413ECCECE00415153 /* info_master.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = info_master.c; path = ../../src/info_master.c; sourceTree = ""; }; + 8BCF6CA513ECCECE00415153 /* info_slave.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = info_slave.c; path = ../../src/info_slave.c; sourceTree = ""; }; + 8BCF6CA613ECCECE00415153 /* intmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = intmap.c; path = ../../src/intmap.c; sourceTree = ""; }; + 8BCF6CA713ECCECE00415153 /* lmathtab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lmathtab.c; path = ../../src/lmathtab.c; sourceTree = ""; }; + 8BCF6CA813ECCECE00415153 /* lock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lock.c; path = ../../src/lock.c; sourceTree = ""; }; + 8BCF6CA913ECCECE00415153 /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = log.c; path = ../../src/log.c; sourceTree = ""; }; + 8BCF6CAA13ECCECE00415153 /* look.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = look.c; path = ../../src/look.c; sourceTree = ""; }; + 8BCF6CAB13ECCECE00415153 /* malias.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = malias.c; path = ../../src/malias.c; sourceTree = ""; }; + 8BCF6CAC13ECCECE00415153 /* markup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = markup.c; path = ../../src/markup.c; sourceTree = ""; }; + 8BCF6CAD13ECCECE00415153 /* match.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = match.c; path = ../../src/match.c; sourceTree = ""; }; + 8BCF6CAE13ECCECE00415153 /* memcheck.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memcheck.c; path = ../../src/memcheck.c; sourceTree = ""; }; + 8BCF6CAF13ECCECE00415153 /* modules.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = modules.c; path = ../../src/modules.c; sourceTree = ""; }; + 8BCF6CB013ECCECE00415153 /* move.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = move.c; path = ../../src/move.c; sourceTree = ""; }; + 8BCF6CB113ECCECE00415153 /* mushlua_wrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mushlua_wrap.c; path = ../../src/mushlua_wrap.c; sourceTree = ""; }; + 8BCF6CB213ECCECE00415153 /* mushlua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mushlua.c; path = ../../src/mushlua.c; sourceTree = ""; }; + 8BCF6CB313ECCECE00415153 /* mushlua.i */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c.preprocessed; name = mushlua.i; path = ../../src/mushlua.i; sourceTree = ""; }; + 8BCF6CB413ECCECE00415153 /* mycrypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mycrypt.c; path = ../../src/mycrypt.c; sourceTree = ""; }; + 8BCF6CB513ECCECE00415153 /* mymalloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mymalloc.c; path = ../../src/mymalloc.c; sourceTree = ""; }; + 8BCF6CB613ECCECE00415153 /* myrlimit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = myrlimit.c; path = ../../src/myrlimit.c; sourceTree = ""; }; + 8BCF6CB713ECCECE00415153 /* mysocket.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mysocket.c; path = ../../src/mysocket.c; sourceTree = ""; }; + 8BCF6CB813ECCECE00415153 /* myssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = myssl.c; path = ../../src/myssl.c; sourceTree = ""; }; + 8BCF6CB913ECCECE00415153 /* notify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = notify.c; path = ../../src/notify.c; sourceTree = ""; }; + 8BCF6CBA13ECCECE00415153 /* parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = parse.c; path = ../../src/parse.c; sourceTree = ""; }; + 8BCF6CBB13ECCECE00415153 /* pcre.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pcre.c; path = ../../src/pcre.c; sourceTree = ""; }; + 8BCF6CBC13ECCECE00415153 /* player.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = player.c; path = ../../src/player.c; sourceTree = ""; }; + 8BCF6CBD13ECCECE00415153 /* plyrlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = plyrlist.c; path = ../../src/plyrlist.c; sourceTree = ""; }; + 8BCF6CBE13ECCECE00415153 /* portmsg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = portmsg.c; path = ../../src/portmsg.c; sourceTree = ""; }; + 8BCF6CBF13ECCECE00415153 /* predicat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = predicat.c; path = ../../src/predicat.c; sourceTree = ""; }; + 8BCF6CC013ECCECE00415153 /* privtab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = privtab.c; path = ../../src/privtab.c; sourceTree = ""; }; + 8BCF6CC113ECCECE00415153 /* prog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = prog.c; path = ../../src/prog.c; sourceTree = ""; }; + 8BCF6CC213ECCECE00415153 /* ptab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ptab.c; path = ../../src/ptab.c; sourceTree = ""; }; + 8BCF6CC313ECCECE00415153 /* rob.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rob.c; path = ../../src/rob.c; sourceTree = ""; }; + 8BCF6CC413ECCECE00415153 /* services.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = services.c; path = ../../src/services.c; sourceTree = ""; }; + 8BCF6CC513ECCECE00415153 /* set.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = set.c; path = ../../src/set.c; sourceTree = ""; }; + 8BCF6CC613ECCECE00415153 /* SFMT.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SFMT.c; path = ../../src/SFMT.c; sourceTree = ""; }; + 8BCF6CC713ECCECE00415153 /* shs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = shs.c; path = ../../src/shs.c; sourceTree = ""; }; + 8BCF6CC813ECCECE00415153 /* sig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sig.c; path = ../../src/sig.c; sourceTree = ""; }; + 8BCF6CC913ECCECE00415153 /* sort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sort.c; path = ../../src/sort.c; sourceTree = ""; }; + 8BCF6CCA13ECCECE00415153 /* speech.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = speech.c; path = ../../src/speech.c; sourceTree = ""; }; + 8BCF6CCB13ECCECE00415153 /* sql.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sql.c; path = ../../src/sql.c; sourceTree = ""; }; + 8BCF6CCC13ECCECE00415153 /* strdup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = strdup.c; path = ../../src/strdup.c; sourceTree = ""; }; + 8BCF6CCD13ECCECE00415153 /* strtree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = strtree.c; path = ../../src/strtree.c; sourceTree = ""; }; + 8BCF6CCE13ECCECE00415153 /* strutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = strutil.c; path = ../../src/strutil.c; sourceTree = ""; }; + 8BCF6CCF13ECCECE00415153 /* switchinc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = switchinc.c; path = ../../src/switchinc.c; sourceTree = ""; }; + 8BCF6CD013ECCECE00415153 /* tables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tables.c; path = ../../src/tables.c; sourceTree = ""; }; + 8BCF6CD113ECCECE00415153 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = timer.c; path = ../../src/timer.c; sourceTree = ""; }; + 8BCF6CD213ECCECE00415153 /* unparse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unparse.c; path = ../../src/unparse.c; sourceTree = ""; }; + 8BCF6CD313ECCECE00415153 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = utils.c; path = ../../src/utils.c; sourceTree = ""; }; + 8BCF6CD413ECCECE00415153 /* version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = version.c; path = ../../src/version.c; sourceTree = ""; }; + 8BCF6CD513ECCECE00415153 /* wait.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wait.c; path = ../../src/wait.c; sourceTree = ""; }; + 8BCF6CD613ECCECE00415153 /* warnings.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = warnings.c; path = ../../src/warnings.c; sourceTree = ""; }; + 8BCF6CD713ECCECE00415153 /* wild.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wild.c; path = ../../src/wild.c; sourceTree = ""; }; + 8BCF6CD813ECCECE00415153 /* wiz.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wiz.c; path = ../../src/wiz.c; sourceTree = ""; }; + 8BCF6CD913ECCEE000415153 /* access.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = access.h; path = ../../hdrs/access.h; sourceTree = ""; }; + 8BCF6CDA13ECCEE000415153 /* ansi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ansi.h; path = ../../hdrs/ansi.h; sourceTree = ""; }; + 8BCF6CDB13ECCEE000415153 /* atr_tab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = atr_tab.h; path = ../../hdrs/atr_tab.h; sourceTree = ""; }; + 8BCF6CDC13ECCEE000415153 /* attrib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = attrib.h; path = ../../hdrs/attrib.h; sourceTree = ""; }; + 8BCF6CDD13ECCEE000415153 /* boolexp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = boolexp.h; path = ../../hdrs/boolexp.h; sourceTree = ""; }; + 8BCF6CDE13ECCEE000415153 /* bufferq.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bufferq.h; path = ../../hdrs/bufferq.h; sourceTree = ""; }; + 8BCF6CDF13ECCEE000415153 /* buildinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = buildinf.h; path = ../../hdrs/buildinf.h; sourceTree = ""; }; + 8BCF6CE013ECCEE000415153 /* case.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = case.h; path = ../../hdrs/case.h; sourceTree = ""; }; + 8BCF6CE113ECCEE000415153 /* chunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chunk.h; path = ../../hdrs/chunk.h; sourceTree = ""; }; + 8BCF6CE213ECCEE000415153 /* cmds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmds.h; path = ../../hdrs/cmds.h; sourceTree = ""; }; + 8BCF6CE313ECCEE000415153 /* command.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = command.h; path = ../../hdrs/command.h; sourceTree = ""; }; + 8BCF6CE413ECCEE000415153 /* compile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compile.h; path = ../../hdrs/compile.h; sourceTree = ""; }; + 8BCF6CE513ECCEE000415153 /* conf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = conf.h; path = ../../hdrs/conf.h; sourceTree = ""; }; + 8BCF6CE613ECCEE000415153 /* copyrite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = copyrite.h; path = ../../hdrs/copyrite.h; sourceTree = ""; }; + 8BCF6CE713ECCEE000415153 /* cron.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cron.h; path = ../../hdrs/cron.h; sourceTree = ""; }; + 8BCF6CE813ECCEE000415153 /* csrimalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = csrimalloc.h; path = ../../hdrs/csrimalloc.h; sourceTree = ""; }; + 8BCF6CE913ECCEE000415153 /* dbdefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dbdefs.h; path = ../../hdrs/dbdefs.h; sourceTree = ""; }; + 8BCF6CEA13ECCEE000415153 /* dbio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dbio.h; path = ../../hdrs/dbio.h; sourceTree = ""; }; + 8BCF6CEB13ECCEE000415153 /* division.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = division.h; path = ../../hdrs/division.h; sourceTree = ""; }; + 8BCF6CEC13ECCEE000415153 /* extchat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = extchat.h; path = ../../hdrs/extchat.h; sourceTree = ""; }; + 8BCF6CED13ECCEE000415153 /* externs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = externs.h; path = ../../hdrs/externs.h; sourceTree = ""; }; + 8BCF6CEE13ECCEE000415153 /* extmail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = extmail.h; path = ../../hdrs/extmail.h; sourceTree = ""; }; + 8BCF6CEF13ECCEE000415153 /* flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = flags.h; path = ../../hdrs/flags.h; sourceTree = ""; }; + 8BCF6CF013ECCEE000415153 /* function.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = function.h; path = ../../hdrs/function.h; sourceTree = ""; }; + 8BCF6CF113ECCEE000415153 /* funs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = funs.h; path = ../../hdrs/funs.h; sourceTree = ""; }; + 8BCF6CF213ECCEE000415153 /* game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = game.h; path = ../../hdrs/game.h; sourceTree = ""; }; + 8BCF6CF313ECCEE000415153 /* getpgsiz.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getpgsiz.h; path = ../../hdrs/getpgsiz.h; sourceTree = ""; }; + 8BCF6CF413ECCEE000415153 /* help.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = help.h; path = ../../hdrs/help.h; sourceTree = ""; }; + 8BCF6CF513ECCEE000415153 /* htab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = htab.h; path = ../../hdrs/htab.h; sourceTree = ""; }; + 8BCF6CF613ECCEE000415153 /* ident.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ident.h; path = ../../hdrs/ident.h; sourceTree = ""; }; + 8BCF6CF713ECCEE000415153 /* intmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = intmap.h; path = ../../hdrs/intmap.h; sourceTree = ""; }; + 8BCF6CF813ECCEE000415153 /* intrface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = intrface.h; path = ../../hdrs/intrface.h; sourceTree = ""; }; + 8BCF6CF913ECCEE000415153 /* lock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lock.h; path = ../../hdrs/lock.h; sourceTree = ""; }; + 8BCF6CFA13ECCEE000415153 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = log.h; path = ../../hdrs/log.h; sourceTree = ""; }; + 8BCF6CFB13ECCEE000415153 /* lookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lookup.h; path = ../../hdrs/lookup.h; sourceTree = ""; }; + 8BCF6CFC13ECCEE000415153 /* malias.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = malias.h; path = ../../hdrs/malias.h; sourceTree = ""; }; + 8BCF6CFD13ECCEE000415153 /* match.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = match.h; path = ../../hdrs/match.h; sourceTree = ""; }; + 8BCF6CFE13ECCEE000415153 /* modules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = modules.h; path = ../../hdrs/modules.h; sourceTree = ""; }; + 8BCF6CFF13ECCEE000415153 /* mushdb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mushdb.h; path = ../../hdrs/mushdb.h; sourceTree = ""; }; + 8BCF6D0013ECCEE000415153 /* mushlua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mushlua.h; path = ../../hdrs/mushlua.h; sourceTree = ""; }; + 8BCF6D0113ECCEE000415153 /* mushtype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mushtype.h; path = ../../hdrs/mushtype.h; sourceTree = ""; }; + 8BCF6D0213ECCEE000415153 /* mymalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mymalloc.h; path = ../../hdrs/mymalloc.h; sourceTree = ""; }; + 8BCF6D0313ECCEE000415153 /* mypcre.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mypcre.h; path = ../../hdrs/mypcre.h; sourceTree = ""; }; + 8BCF6D0413ECCEE000415153 /* mysocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mysocket.h; path = ../../hdrs/mysocket.h; sourceTree = ""; }; + 8BCF6D0513ECCEE000415153 /* myssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = myssl.h; path = ../../hdrs/myssl.h; sourceTree = ""; }; + 8BCF6D0613ECCEE000415153 /* oldflags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = oldflags.h; path = ../../hdrs/oldflags.h; sourceTree = ""; }; + 8BCF6D0713ECCEE000415153 /* parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parse.h; path = ../../hdrs/parse.h; sourceTree = ""; }; + 8BCF6D0813ECCEE000415153 /* patches.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = patches.h; path = ../../hdrs/patches.h; sourceTree = ""; }; + 8BCF6D0913ECCEE000415153 /* privtab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = privtab.h; path = ../../hdrs/privtab.h; sourceTree = ""; }; + 8BCF6D0A13ECCEE000415153 /* ptab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ptab.h; path = ../../hdrs/ptab.h; sourceTree = ""; }; + 8BCF6D0B13ECCEE000415153 /* pueblo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pueblo.h; path = ../../hdrs/pueblo.h; sourceTree = ""; }; + 8BCF6D0C13ECCEE000415153 /* SFMT-alti.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-alti.h"; path = "../../hdrs/SFMT-alti.h"; sourceTree = ""; }; + 8BCF6D0D13ECCEE000415153 /* SFMT-params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params.h"; path = "../../hdrs/SFMT-params.h"; sourceTree = ""; }; + 8BCF6D0E13ECCEE000415153 /* SFMT-params19937.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params19937.h"; path = "../../hdrs/SFMT-params19937.h"; sourceTree = ""; }; + 8BCF6D0F13ECCEE000415153 /* SFMT-sse2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-sse2.h"; path = "../../hdrs/SFMT-sse2.h"; sourceTree = ""; }; + 8BCF6D1013ECCEE000415153 /* SFMT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SFMT.h; path = ../../hdrs/SFMT.h; sourceTree = ""; }; + 8BCF6D1113ECCEE000415153 /* shs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shs.h; path = ../../hdrs/shs.h; sourceTree = ""; }; + 8BCF6D1213ECCEE000415153 /* sort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sort.h; path = ../../hdrs/sort.h; sourceTree = ""; }; + 8BCF6D1313ECCEE000415153 /* strtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = strtree.h; path = ../../hdrs/strtree.h; sourceTree = ""; }; + 8BCF6D1413ECCEE000415153 /* switches.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = switches.h; path = ../../hdrs/switches.h; sourceTree = ""; }; + 8BCF6D1513ECCEE000415153 /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../../hdrs/version.h; sourceTree = ""; }; + 8BCF6D1613ECCEE000415153 /* wait.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wait.h; path = ../../hdrs/wait.h; sourceTree = ""; }; + 8BCF6D1B13ECD09700415153 /* XCobraMUSH */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XCobraMUSH; sourceTree = BUILT_PRODUCTS_DIR; }; + 8BCF6D1F13ECD09700415153 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + 8BCF6D2113ECD09700415153 /* XCobraMUSH.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = XCobraMUSH.1; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8BCF6D1813ECD09700415153 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 8BCF6C6B13ECCE8200415153 = { + isa = PBXGroup; + children = ( + 8BCF6C7913ECCEAE00415153 /* hdrs */, + 8BCF6C7813ECCEA500415153 /* src */, + 8BCF6D1E13ECD09700415153 /* XCobraMUSH */, + 8BCF6D1C13ECD09700415153 /* Products */, + ); + sourceTree = ""; + }; + 8BCF6C7813ECCEA500415153 /* src */ = { + isa = PBXGroup; + children = ( + 8BCF6C7A13ECCECE00415153 /* access.c */, + 8BCF6C7B13ECCECE00415153 /* announce.c */, + 8BCF6C7C13ECCECE00415153 /* atr_tab.c */, + 8BCF6C7D13ECCECE00415153 /* attrib.c */, + 8BCF6C7E13ECCECE00415153 /* boolexp.c */, + 8BCF6C7F13ECCECE00415153 /* bsd.c */, + 8BCF6C8013ECCECE00415153 /* bufferq.c */, + 8BCF6C8113ECCECE00415153 /* chunk.c */, + 8BCF6C8213ECCECE00415153 /* cmds.c */, + 8BCF6C8313ECCECE00415153 /* command.c */, + 8BCF6C8413ECCECE00415153 /* comp_h.c */, + 8BCF6C8513ECCECE00415153 /* comp_w.c */, + 8BCF6C8613ECCECE00415153 /* comp_w8.c */, + 8BCF6C8713ECCECE00415153 /* compress.c */, + 8BCF6C8813ECCECE00415153 /* conf.c */, + 8BCF6C8913ECCECE00415153 /* cque.c */, + 8BCF6C8A13ECCECE00415153 /* create.c */, + 8BCF6C8B13ECCECE00415153 /* cron.c */, + 8BCF6C8C13ECCECE00415153 /* csrimalloc.c */, + 8BCF6C8D13ECCECE00415153 /* db.c */, + 8BCF6C8E13ECCECE00415153 /* destroy.c */, + 8BCF6C8F13ECCECE00415153 /* division.c */, + 8BCF6C9013ECCECE00415153 /* extchat.c */, + 8BCF6C9113ECCECE00415153 /* extmail.c */, + 8BCF6C9213ECCECE00415153 /* filecopy.c */, + 8BCF6C9313ECCECE00415153 /* flags.c */, + 8BCF6C9413ECCECE00415153 /* funcrypt.c */, + 8BCF6C9513ECCECE00415153 /* function.c */, + 8BCF6C9613ECCECE00415153 /* fundb.c */, + 8BCF6C9713ECCECE00415153 /* fundiv.c */, + 8BCF6C9813ECCECE00415153 /* funlist.c */, + 8BCF6C9913ECCECE00415153 /* funmath.c */, + 8BCF6C9A13ECCECE00415153 /* funmisc.c */, + 8BCF6C9B13ECCECE00415153 /* funstr.c */, + 8BCF6C9C13ECCECE00415153 /* funtime.c */, + 8BCF6C9D13ECCECE00415153 /* funufun.c */, + 8BCF6C9E13ECCECE00415153 /* game.c */, + 8BCF6C9F13ECCECE00415153 /* gmalloc.c */, + 8BCF6CA013ECCECE00415153 /* help.c */, + 8BCF6CA113ECCECE00415153 /* htab.c */, + 8BCF6CA213ECCECE00415153 /* htmltab.c */, + 8BCF6CA313ECCECE00415153 /* ident.c */, + 8BCF6CA413ECCECE00415153 /* info_master.c */, + 8BCF6CA513ECCECE00415153 /* info_slave.c */, + 8BCF6CA613ECCECE00415153 /* intmap.c */, + 8BCF6CA713ECCECE00415153 /* lmathtab.c */, + 8BCF6CA813ECCECE00415153 /* lock.c */, + 8BCF6CA913ECCECE00415153 /* log.c */, + 8BCF6CAA13ECCECE00415153 /* look.c */, + 8BCF6CAB13ECCECE00415153 /* malias.c */, + 8BCF6CAC13ECCECE00415153 /* markup.c */, + 8BCF6CAD13ECCECE00415153 /* match.c */, + 8BCF6CAE13ECCECE00415153 /* memcheck.c */, + 8BCF6CAF13ECCECE00415153 /* modules.c */, + 8BCF6CB013ECCECE00415153 /* move.c */, + 8BCF6CB113ECCECE00415153 /* mushlua_wrap.c */, + 8BCF6CB213ECCECE00415153 /* mushlua.c */, + 8BCF6CB313ECCECE00415153 /* mushlua.i */, + 8BCF6CB413ECCECE00415153 /* mycrypt.c */, + 8BCF6CB513ECCECE00415153 /* mymalloc.c */, + 8BCF6CB613ECCECE00415153 /* myrlimit.c */, + 8BCF6CB713ECCECE00415153 /* mysocket.c */, + 8BCF6CB813ECCECE00415153 /* myssl.c */, + 8BCF6CB913ECCECE00415153 /* notify.c */, + 8BCF6CBA13ECCECE00415153 /* parse.c */, + 8BCF6CBB13ECCECE00415153 /* pcre.c */, + 8BCF6CBC13ECCECE00415153 /* player.c */, + 8BCF6CBD13ECCECE00415153 /* plyrlist.c */, + 8BCF6CBE13ECCECE00415153 /* portmsg.c */, + 8BCF6CBF13ECCECE00415153 /* predicat.c */, + 8BCF6CC013ECCECE00415153 /* privtab.c */, + 8BCF6CC113ECCECE00415153 /* prog.c */, + 8BCF6CC213ECCECE00415153 /* ptab.c */, + 8BCF6CC313ECCECE00415153 /* rob.c */, + 8BCF6CC413ECCECE00415153 /* services.c */, + 8BCF6CC513ECCECE00415153 /* set.c */, + 8BCF6CC613ECCECE00415153 /* SFMT.c */, + 8BCF6CC713ECCECE00415153 /* shs.c */, + 8BCF6CC813ECCECE00415153 /* sig.c */, + 8BCF6CC913ECCECE00415153 /* sort.c */, + 8BCF6CCA13ECCECE00415153 /* speech.c */, + 8BCF6CCB13ECCECE00415153 /* sql.c */, + 8BCF6CCC13ECCECE00415153 /* strdup.c */, + 8BCF6CCD13ECCECE00415153 /* strtree.c */, + 8BCF6CCE13ECCECE00415153 /* strutil.c */, + 8BCF6CCF13ECCECE00415153 /* switchinc.c */, + 8BCF6CD013ECCECE00415153 /* tables.c */, + 8BCF6CD113ECCECE00415153 /* timer.c */, + 8BCF6CD213ECCECE00415153 /* unparse.c */, + 8BCF6CD313ECCECE00415153 /* utils.c */, + 8BCF6CD413ECCECE00415153 /* version.c */, + 8BCF6CD513ECCECE00415153 /* wait.c */, + 8BCF6CD613ECCECE00415153 /* warnings.c */, + 8BCF6CD713ECCECE00415153 /* wild.c */, + 8BCF6CD813ECCECE00415153 /* wiz.c */, + ); + name = src; + sourceTree = ""; + }; + 8BCF6C7913ECCEAE00415153 /* hdrs */ = { + isa = PBXGroup; + children = ( + 8BCF6CD913ECCEE000415153 /* access.h */, + 8BCF6CDA13ECCEE000415153 /* ansi.h */, + 8BCF6CDB13ECCEE000415153 /* atr_tab.h */, + 8BCF6CDC13ECCEE000415153 /* attrib.h */, + 8BCF6CDD13ECCEE000415153 /* boolexp.h */, + 8BCF6CDE13ECCEE000415153 /* bufferq.h */, + 8BCF6CDF13ECCEE000415153 /* buildinf.h */, + 8BCF6CE013ECCEE000415153 /* case.h */, + 8BCF6CE113ECCEE000415153 /* chunk.h */, + 8BCF6CE213ECCEE000415153 /* cmds.h */, + 8BCF6CE313ECCEE000415153 /* command.h */, + 8BCF6CE413ECCEE000415153 /* compile.h */, + 8BCF6CE513ECCEE000415153 /* conf.h */, + 8BCF6CE613ECCEE000415153 /* copyrite.h */, + 8BCF6CE713ECCEE000415153 /* cron.h */, + 8BCF6CE813ECCEE000415153 /* csrimalloc.h */, + 8BCF6CE913ECCEE000415153 /* dbdefs.h */, + 8BCF6CEA13ECCEE000415153 /* dbio.h */, + 8BCF6CEB13ECCEE000415153 /* division.h */, + 8BCF6CEC13ECCEE000415153 /* extchat.h */, + 8BCF6CED13ECCEE000415153 /* externs.h */, + 8BCF6CEE13ECCEE000415153 /* extmail.h */, + 8BCF6CEF13ECCEE000415153 /* flags.h */, + 8BCF6CF013ECCEE000415153 /* function.h */, + 8BCF6CF113ECCEE000415153 /* funs.h */, + 8BCF6CF213ECCEE000415153 /* game.h */, + 8BCF6CF313ECCEE000415153 /* getpgsiz.h */, + 8BCF6CF413ECCEE000415153 /* help.h */, + 8BCF6CF513ECCEE000415153 /* htab.h */, + 8BCF6CF613ECCEE000415153 /* ident.h */, + 8BCF6CF713ECCEE000415153 /* intmap.h */, + 8BCF6CF813ECCEE000415153 /* intrface.h */, + 8BCF6CF913ECCEE000415153 /* lock.h */, + 8BCF6CFA13ECCEE000415153 /* log.h */, + 8BCF6CFB13ECCEE000415153 /* lookup.h */, + 8BCF6CFC13ECCEE000415153 /* malias.h */, + 8BCF6CFD13ECCEE000415153 /* match.h */, + 8BCF6CFE13ECCEE000415153 /* modules.h */, + 8BCF6CFF13ECCEE000415153 /* mushdb.h */, + 8BCF6D0013ECCEE000415153 /* mushlua.h */, + 8BCF6D0113ECCEE000415153 /* mushtype.h */, + 8BCF6D0213ECCEE000415153 /* mymalloc.h */, + 8BCF6D0313ECCEE000415153 /* mypcre.h */, + 8BCF6D0413ECCEE000415153 /* mysocket.h */, + 8BCF6D0513ECCEE000415153 /* myssl.h */, + 8BCF6D0613ECCEE000415153 /* oldflags.h */, + 8BCF6D0713ECCEE000415153 /* parse.h */, + 8BCF6D0813ECCEE000415153 /* patches.h */, + 8BCF6D0913ECCEE000415153 /* privtab.h */, + 8BCF6D0A13ECCEE000415153 /* ptab.h */, + 8BCF6D0B13ECCEE000415153 /* pueblo.h */, + 8BCF6D0C13ECCEE000415153 /* SFMT-alti.h */, + 8BCF6D0D13ECCEE000415153 /* SFMT-params.h */, + 8BCF6D0E13ECCEE000415153 /* SFMT-params19937.h */, + 8BCF6D0F13ECCEE000415153 /* SFMT-sse2.h */, + 8BCF6D1013ECCEE000415153 /* SFMT.h */, + 8BCF6D1113ECCEE000415153 /* shs.h */, + 8BCF6D1213ECCEE000415153 /* sort.h */, + 8BCF6D1313ECCEE000415153 /* strtree.h */, + 8BCF6D1413ECCEE000415153 /* switches.h */, + 8BCF6D1513ECCEE000415153 /* version.h */, + 8BCF6D1613ECCEE000415153 /* wait.h */, + ); + name = hdrs; + sourceTree = ""; + }; + 8BCF6D1C13ECD09700415153 /* Products */ = { + isa = PBXGroup; + children = ( + 8BCF6D1B13ECD09700415153 /* XCobraMUSH */, + ); + name = Products; + sourceTree = ""; + }; + 8BCF6D1E13ECD09700415153 /* XCobraMUSH */ = { + isa = PBXGroup; + children = ( + 8BCF6D1F13ECD09700415153 /* main.c */, + 8BCF6D2113ECD09700415153 /* XCobraMUSH.1 */, + ); + path = XCobraMUSH; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXLegacyTarget section */ + 8BCF6C7213ECCE8200415153 /* CobraMUSH */ = { + isa = PBXLegacyTarget; + buildArgumentsString = install; + buildConfigurationList = 8BCF6C7513ECCE8200415153 /* Build configuration list for PBXLegacyTarget "CobraMUSH" */; + buildPhases = ( + ); + buildToolPath = /usr/bin/make; + buildWorkingDirectory = /Users/nveid/dev/cobramush; + dependencies = ( + ); + name = CobraMUSH; + passBuildSettingsInEnvironment = 1; + productName = CobraMUSH; + }; +/* End PBXLegacyTarget section */ + +/* Begin PBXNativeTarget section */ + 8BCF6D1A13ECD09700415153 /* XCobraMUSH */ = { + isa = PBXNativeTarget; + buildConfigurationList = 8BCF6D2313ECD09700415153 /* Build configuration list for PBXNativeTarget "XCobraMUSH" */; + buildPhases = ( + 8BCF6D1713ECD09700415153 /* Sources */, + 8BCF6D1813ECD09700415153 /* Frameworks */, + 8BCF6D1913ECD09700415153 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = XCobraMUSH; + productName = XCobraMUSH; + productReference = 8BCF6D1B13ECD09700415153 /* XCobraMUSH */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 8BCF6C6D13ECCE8200415153 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 8BCF6C7013ECCE8200415153 /* Build configuration list for PBXProject "CobraMUSH" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 8BCF6C6B13ECCE8200415153; + productRefGroup = 8BCF6D1C13ECD09700415153 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8BCF6C7213ECCE8200415153 /* CobraMUSH */, + 8BCF6D1A13ECD09700415153 /* XCobraMUSH */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 8BCF6D1713ECD09700415153 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8BCF6D2013ECD09700415153 /* main.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 8BCF6C7313ECCE8200415153 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + COPY_PHASE_STRIP = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 8BCF6C7413ECCE8200415153 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 8BCF6C7613ECCE8200415153 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DEBUGGING_SYMBOLS = YES; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 8BCF6C7713ECCE8200415153 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 8BCF6D2413ECD09700415153 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 8BCF6D2513ECD09700415153 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 8BCF6C7013ECCE8200415153 /* Build configuration list for PBXProject "CobraMUSH" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8BCF6C7313ECCE8200415153 /* Debug */, + 8BCF6C7413ECCE8200415153 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8BCF6C7513ECCE8200415153 /* Build configuration list for PBXLegacyTarget "CobraMUSH" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8BCF6C7613ECCE8200415153 /* Debug */, + 8BCF6C7713ECCE8200415153 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; + 8BCF6D2313ECD09700415153 /* Build configuration list for PBXNativeTarget "XCobraMUSH" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 8BCF6D2413ECD09700415153 /* Debug */, + 8BCF6D2513ECD09700415153 /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 8BCF6C6D13ECCE8200415153 /* Project object */; +} diff --git a/osx/CobraMUSH/CobraMUSH.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/osx/CobraMUSH/CobraMUSH.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..8089fd9 --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/osx/CobraMUSH/CobraMUSH.xcodeproj/project.xcworkspace/xcuserdata/nveid.xcuserdatad/UserInterfaceState.xcuserstate b/osx/CobraMUSH/CobraMUSH.xcodeproj/project.xcworkspace/xcuserdata/nveid.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..267b532 --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH.xcodeproj/project.xcworkspace/xcuserdata/nveid.xcuserdatad/UserInterfaceState.xcuserstate @@ -0,0 +1,3559 @@ + + + + + $archiver + NSKeyedArchiver + $objects + + $null + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 2 + + + CF$UID + 3 + + + NS.objects + + + CF$UID + 4 + + + CF$UID + 136 + + + + IDEWorkspaceDocument + C10D9AAB-0A7A-4AD2-904E-9DEDD0A97805 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 5 + + + CF$UID + 6 + + + CF$UID + 7 + + + CF$UID + 8 + + + CF$UID + 9 + + + CF$UID + 10 + + + CF$UID + 11 + + + CF$UID + 12 + + + CF$UID + 13 + + + CF$UID + 14 + + + NS.objects + + + CF$UID + 15 + + + CF$UID + 16 + + + CF$UID + 90 + + + CF$UID + 94 + + + CF$UID + 99 + + + CF$UID + 102 + + + CF$UID + 133 + + + CF$UID + 134 + + + CF$UID + 15 + + + CF$UID + 15 + + + + BreakpointsActivated + DefaultEditorStatesForURLs + DebuggingWindowBehavior + ActiveRunDestination + ActiveScheme + LastCompletedPersistentSchemeBasedActivityReport + DocumentWindows + RecentEditorDocumentURLs + AppFocusInMiniDebugging + MiniDebuggingConsole + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 17 + + + CF$UID + 18 + + + NS.objects + + + CF$UID + 19 + + + CF$UID + 27 + + + + Xcode.IDEKit.EditorDocument.MemoryBrowserDocument + Xcode.Xcode3ProjectSupport.EditorDocument.Xcode3Project + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 20 + + + NS.objects + + + CF$UID + 23 + + + + + $class + + CF$UID + 22 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 21 + + + x-xcode-memory-browser://16BE3E94-6B83-4995-A1CF-BFB84D81DE14 + + $classes + + NSURL + NSObject + + $classname + NSURL + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 24 + + + NS.objects + + + CF$UID + 25 + + + + IDEHexEditorScrollRange + {0.000000, 1.000000} + + $classes + + NSMutableDictionary + NSDictionary + NSObject + + $classname + NSMutableDictionary + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 28 + + + NS.objects + + + CF$UID + 31 + + + + + $class + + CF$UID + 22 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 29 + + + + $class + + CF$UID + 30 + + NS.string + file://localhost/Users/nveid/dev/cobramush/osx/CobraMUSH/CobraMUSH.xcodeproj/ + + + $classes + + NSMutableString + NSString + NSObject + + $classname + NSMutableString + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + CF$UID + 34 + + + CF$UID + 35 + + + NS.objects + + + CF$UID + 36 + + + CF$UID + 48 + + + CF$UID + 49 + + + CF$UID + 93 + + + + Xcode3ProjectEditor.sourceList.splitview + Xcode3ProjectEditorPreviousTargetEditorClass + Xcode3ProjectEditorSelectedDocumentLocations + Xcode3ProjectEditor_Xcode3BuildSettingsEditor + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 38 + + + + DVTSplitViewItems + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 39 + + + CF$UID + 45 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 43 + + + + DVTIdentifier + DVTViewMagnitude + + 170 + + $classes + + NSDictionary + NSObject + + $classname + NSDictionary + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 46 + + + + 970 + + $classes + + NSMutableArray + NSArray + NSObject + + $classname + NSMutableArray + + Xcode3BuildSettingsEditor + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 50 + + + + + $class + + CF$UID + 92 + + documentURL + + CF$UID + 51 + + selection + + CF$UID + 53 + + timestamp + + CF$UID + 52 + + + file://localhost/Users/nveid/dev/cobramush/osx/CobraMUSH/CobraMUSH.xcodeproj/ + 334286886.87487203 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 54 + + + CF$UID + 55 + + + CF$UID + 56 + + + NS.objects + + + CF$UID + 57 + + + CF$UID + 58 + + + CF$UID + 59 + + + + Editor + Target + Xcode3BuildSettingsEditorLocations + Xcode3BuildSettingsEditor + CobraMUSH + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 60 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 61 + + + CF$UID + 62 + + + CF$UID + 63 + + + CF$UID + 64 + + + CF$UID + 65 + + + CF$UID + 66 + + + NS.objects + + + CF$UID + 67 + + + CF$UID + 87 + + + CF$UID + 89 + + + CF$UID + 90 + + + CF$UID + 90 + + + CF$UID + 89 + + + + Collapsed Build Property Categories + Selected Build Properties + Xcode3BuildSettingsEditorDisplayMode + Xcode3BuildPropertyValueDisplayMode + Xcode3BuildSettingsEditorMode + Xcode3BuildPropertyNameDisplayMode + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 68 + + + CF$UID + 69 + + + CF$UID + 70 + + + CF$UID + 71 + + + CF$UID + 72 + + + CF$UID + 73 + + + CF$UID + 74 + + + CF$UID + 75 + + + CF$UID + 76 + + + CF$UID + 77 + + + CF$UID + 78 + + + CF$UID + 79 + + + CF$UID + 80 + + + CF$UID + 81 + + + CF$UID + 82 + + + CF$UID + 83 + + + CF$UID + 84 + + + CF$UID + 85 + + + CF$UID + 86 + + + + + $class + + CF$UID + 30 + + NS.string + User-Defined||ALWAYS_SEARCH_USER_PATHS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||ARCHS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||COPY_PHASE_STRIP + + + $class + + CF$UID + 30 + + NS.string + User-Defined||DEBUGGING_SYMBOLS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_C_LANGUAGE_STANDARD + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_DYNAMIC_NO_PIC + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_ENABLE_OBJC_EXCEPTIONS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_GENERATE_DEBUGGING_SYMBOLS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_SYMBOLS_PRIVATE_EXTERN + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_VERSION + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_64_TO_32_BIT_CONVERSION + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_ABOUT_MISSING_PROTOTYPES + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_ABOUT_RETURN_TYPE + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_UNUSED_VARIABLE + + + $class + + CF$UID + 30 + + NS.string + User-Defined||MACOSX_DEPLOYMENT_TARGET + + + $class + + CF$UID + 30 + + NS.string + User-Defined||OTHER_CFLAGS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||OTHER_LDFLAGS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||PRODUCT_NAME + + + $class + + CF$UID + 30 + + NS.string + User-Defined||SDKROOT + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 88 + + + + + $class + + CF$UID + 30 + + NS.string + User-Defined||DEBUG_INFORMATION_FORMAT||Debug + + 1 + 0 + + $classes + + NSArray + NSObject + + $classname + NSArray + + + $classes + + Xcode3ProjectDocumentLocation + DVTDocumentLocation + NSObject + + $classname + Xcode3ProjectDocumentLocation + + + $class + + CF$UID + 26 + + NS.keys + + NS.objects + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 95 + + + CF$UID + 96 + + + NS.objects + + + CF$UID + 97 + + + CF$UID + 98 + + + + IDEDeviceLocation + IDEDeviceArchitecture + dvtdevice-local-computer:localhost + x86_64 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 100 + + + NS.objects + + + CF$UID + 101 + + + + IDENameString + CobraMUSH + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 103 + + + CF$UID + 104 + + + CF$UID + 105 + + + NS.objects + + + CF$UID + 106 + + + CF$UID + 132 + + + CF$UID + 58 + + + + IDEActivityReportCompletionSummaryStringSegments + IDEActivityReportOptions + IDEActivityReportTitle + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 107 + + + CF$UID + 114 + + + CF$UID + 118 + + + CF$UID + 123 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 108 + + + CF$UID + 109 + + + CF$UID + 110 + + + NS.objects + + + CF$UID + 111 + + + CF$UID + 112 + + + CF$UID + 113 + + + + IDEActivityReportStringSegmentPriority + IDEActivityReportStringSegmentBackSeparator + IDEActivityReportStringSegmentStringValue + 2 + + Build + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 108 + + + CF$UID + 109 + + + CF$UID + 110 + + + NS.objects + + + CF$UID + 115 + + + CF$UID + 116 + + + CF$UID + 117 + + + + 4 + : + CobraMUSH + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 108 + + + CF$UID + 109 + + + CF$UID + 110 + + + NS.objects + + + CF$UID + 119 + + + CF$UID + 120 + + + CF$UID + 121 + + + + 1 + │ + + $class + + CF$UID + 122 + + NS.data + + YnBsaXN0MDDUAQIDBAUGOzxYJHZlcnNpb25YJG9iamVjdHNZJGFy + Y2hpdmVyVCR0b3ASAAGGoK0HCA8QGhscJCUrMTQ3VSRudWxs0wkK + CwwNDlxOU0F0dHJpYnV0ZXNWJGNsYXNzWE5TU3RyaW5ngAOADIAC + WVN1Y2NlZWRlZNMKERITFBdXTlMua2V5c1pOUy5vYmplY3RzgAui + FRaABIAFohgZgAaACVZOU0ZvbnRXTlNDb2xvctQKHR4fICEiI1ZO + U05hbWVWTlNTaXplWE5TZkZsYWdzgAiAByNAJgAAAAAAABENEF8Q + EUx1Y2lkYUdyYW5kZS1Cb2xk0iYnKClaJGNsYXNzbmFtZVgkY2xh + c3Nlc1ZOU0ZvbnSiKCpYTlNPYmplY3TTCiwtLi8wXE5TQ29sb3JT + cGFjZVdOU1doaXRlgAoQA0IwANImJzIzV05TQ29sb3KiMirSJic1 + NlxOU0RpY3Rpb25hcnmiNSrSJic4OV8QEk5TQXR0cmlidXRlZFN0 + cmluZ6I6Kl8QEk5TQXR0cmlidXRlZFN0cmluZ18QD05TS2V5ZWRB + cmNoaXZlctE9PlRyb290gAEACAARABoAIwAtADIANwBFAEsAUgBf + AGYAbwBxAHMAdQB/AIYAjgCZAJsAngCgAKIApQCnAKkAsAC4AMEA + yADPANgA2gDcAOUA6AD8AQEBDAEVARwBHwEoAS8BPAFEAUYBSAFL + AVABWAFbAWABbQFwAXUBigGNAaIBtAG3AbwAAAAAAAACAQAAAAAA + AAA/AAAAAAAAAAAAAAAAAAABvg== + + + + $classes + + NSMutableData + NSData + NSObject + + $classname + NSMutableData + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 108 + + + CF$UID + 124 + + + CF$UID + 125 + + + CF$UID + 110 + + + CF$UID + 126 + + + CF$UID + 127 + + + NS.objects + + + CF$UID + 128 + + + CF$UID + 89 + + + CF$UID + 129 + + + CF$UID + 131 + + + CF$UID + 89 + + + CF$UID + 89 + + + + IDEActivityReportStringSegmentType + IDEActivityReportStringSegmentDate + IDEActivityReportStringSegmentDateStyle + IDEActivityReportStringSegmentTimeStyle + 3 + + $class + + CF$UID + 130 + + NS.time + 334286856.95650202 + + + $classes + + NSDate + NSObject + + $classname + NSDate + + Today at 9:27 PM + 234 + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 3 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 135 + + + CF$UID + 20 + + + + + $class + + CF$UID + 22 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 51 + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 137 + + + CF$UID + 138 + + + CF$UID + 139 + + + CF$UID + 140 + + + CF$UID + 141 + + + CF$UID + 142 + + + CF$UID + 143 + + + CF$UID + 144 + + + NS.objects + + + CF$UID + 145 + + + CF$UID + 146 + + + CF$UID + 15 + + + CF$UID + 147 + + + CF$UID + 3 + + + CF$UID + 140 + + + CF$UID + 156 + + + CF$UID + 15 + + + + IDEWindowFrame + IDEOrderedWorkspaceTabControllers + IDEWindowInFullscreenMode + IDEWorkspaceTabController_CB722095-4D14-4770-8854-4124126E04D9 + IDEWorkspaceWindowControllerUniqueIdentifier + IDEActiveWorkspaceTabController + IDEWindowToolbarIsVisible + IDEWindowTabBarIsVisible + {{30, 69}, {1400, 809}} + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 140 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 148 + + + CF$UID + 149 + + + CF$UID + 150 + + + CF$UID + 151 + + + CF$UID + 152 + + + CF$UID + 153 + + + CF$UID + 154 + + + CF$UID + 155 + + + NS.objects + + + CF$UID + 90 + + + CF$UID + 156 + + + CF$UID + 157 + + + CF$UID + 158 + + + CF$UID + 164 + + + CF$UID + 184 + + + CF$UID + 15 + + + CF$UID + 193 + + + + AssistantEditorsLayout + IDEShowNavigator + IDETabLabel + IDEWorkspaceTabControllerUtilityAreaSplitView + IDENavigatorArea + IDEWorkspaceTabControllerDesignAreaSplitView + IDEShowUtilities + IDEEditorArea + + CobraMUSH.xcodeproj + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 159 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 160 + + + CF$UID + 162 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 161 + + + + 509 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 163 + + + + 224 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 165 + + + CF$UID + 166 + + + NS.objects + + + CF$UID + 166 + + + CF$UID + 167 + + + + SelectedNavigator + Xcode.IDEKit.Navigator.Structure + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 168 + + + CF$UID + 169 + + + CF$UID + 170 + + + CF$UID + 171 + + + CF$UID + 172 + + + CF$UID + 173 + + + CF$UID + 174 + + + NS.objects + + + CF$UID + 175 + + + CF$UID + 15 + + + CF$UID + 176 + + + CF$UID + 15 + + + CF$UID + 15 + + + CF$UID + 178 + + + CF$UID + 182 + + + + IDEVisibleRect + IDEUnsavedDocumentFilteringEnabled + IDENavigatorExpandedItemsBeforeFilteringSet + IDERecentDocumentFilteringEnabled + IDESCMStatusFilteringEnabled + IDESelectedObjects + IDEExpandedItemsSet + {{0, 0}, {259, 689}} + + $class + + CF$UID + 177 + + NS.objects + + + + $classes + + NSSet + NSObject + + $classname + NSSet + + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 179 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 180 + + + CF$UID + 181 + + + + CobraMUSH + src + + $class + + CF$UID + 177 + + NS.objects + + + CF$UID + 183 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 180 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 185 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 186 + + + CF$UID + 188 + + + CF$UID + 190 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 152 + + + CF$UID + 187 + + + + 260 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 155 + + + CF$UID + 189 + + + + 1140 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 191 + + + CF$UID + 192 + + + + IDEUtilitiesArea + 260 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 194 + + + CF$UID + 195 + + + CF$UID + 196 + + + CF$UID + 197 + + + CF$UID + 198 + + + CF$UID + 199 + + + CF$UID + 200 + + + CF$UID + 201 + + + NS.objects + + + CF$UID + 202 + + + CF$UID + 218 + + + CF$UID + 243 + + + CF$UID + 156 + + + CF$UID + 90 + + + CF$UID + 310 + + + CF$UID + 318 + + + CF$UID + 156 + + + + layoutTree + IDEEDitorArea_DebugArea + IDEEditorMode_Standard + IDEShowEditor + EditorMode + DebuggerSplitView + DefaultPersistentRepresentations + ShowDebuggerArea + + $class + + CF$UID + 217 + + geniusEditorContextNode + + CF$UID + 0 + + primaryEditorContextNode + + CF$UID + 203 + + rootLayoutTreeNode + + CF$UID + 214 + + + + $class + + CF$UID + 216 + + children + + CF$UID + 0 + + contentType + 1 + documentArchivableRepresentation + + CF$UID + 204 + + orientation + 0 + parent + + CF$UID + 214 + + + + $class + + CF$UID + 213 + + DocumentLocation + + CF$UID + 211 + + DomainIdentifier + + CF$UID + 205 + + IdentifierPath + + CF$UID + 206 + + IndexOfDocumentIdentifier + + CF$UID + 210 + + + Xcode.IDENavigableItemDomain.WorkspaceStructure + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 207 + + + + + $class + + CF$UID + 209 + + Identifier + + CF$UID + 208 + + + CobraMUSH + + $classes + + IDEArchivableStringIndexPair + NSObject + + $classname + IDEArchivableStringIndexPair + + 9223372036854775807 + + $class + + CF$UID + 212 + + documentURL + + CF$UID + 29 + + timestamp + + CF$UID + 0 + + + + $classes + + DVTDocumentLocation + NSObject + + $classname + DVTDocumentLocation + + + $classes + + IDENavigableItemArchivableRepresentation + NSObject + + $classname + IDENavigableItemArchivableRepresentation + + + $class + + CF$UID + 216 + + children + + CF$UID + 215 + + contentType + 0 + documentArchivableRepresentation + + CF$UID + 0 + + orientation + 0 + parent + + CF$UID + 0 + + + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 203 + + + + + $classes + + IDEWorkspaceTabControllerLayoutTreeNode + NSObject + + $classname + IDEWorkspaceTabControllerLayoutTreeNode + + + $classes + + IDEWorkspaceTabControllerLayoutTree + NSObject + + $classname + IDEWorkspaceTabControllerLayoutTree + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 219 + + + CF$UID + 220 + + + CF$UID + 221 + + + CF$UID + 222 + + + CF$UID + 223 + + + CF$UID + 224 + + + NS.objects + + + CF$UID + 89 + + + CF$UID + 225 + + + CF$UID + 227 + + + CF$UID + 89 + + + CF$UID + 229 + + + CF$UID + 237 + + + + LayoutFocusMode + console + variables + LayoutMode + IDEDebugArea_SplitView + IDEDebuggerAreaSplitView + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 226 + + + NS.objects + + + CF$UID + 90 + + + + ConsoleFilterMode + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 228 + + + NS.objects + + + CF$UID + 89 + + + + VariablesViewSelectedScope + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 230 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 231 + + + CF$UID + 234 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 232 + + + CF$UID + 233 + + + + VariablesView + 570 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 235 + + + CF$UID + 236 + + + + ConsoleArea + 569 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 238 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 239 + + + CF$UID + 241 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 232 + + + CF$UID + 240 + + + + 570 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 235 + + + CF$UID + 242 + + + + 569 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 244 + + + NS.objects + + + CF$UID + 245 + + + + EditorLayout_PersistentRepresentation + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 246 + + + NS.objects + + + CF$UID + 247 + + + + Main + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 248 + + + CF$UID + 249 + + + CF$UID + 250 + + + NS.objects + + + CF$UID + 251 + + + CF$UID + 90 + + + CF$UID + 308 + + + + EditorLayout_StateSavingStateDictionaries + EditorLayout_Selected + EditorLayout_Geometry + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 252 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 253 + + + CF$UID + 254 + + + CF$UID + 255 + + + CF$UID + 256 + + + CF$UID + 257 + + + CF$UID + 258 + + + CF$UID + 259 + + + NS.objects + + + CF$UID + 260 + + + CF$UID + 261 + + + CF$UID + 266 + + + CF$UID + 305 + + + CF$UID + 305 + + + CF$UID + 18 + + + CF$UID + 306 + + + + FileDataType + ArchivableRepresentation + EditorState + NavigableItemName + DocumentNavigableItemName + DocumentExtensionIdentifier + DocumentURL + com.apple.xcode.project + + $class + + CF$UID + 213 + + DocumentLocation + + CF$UID + 211 + + DomainIdentifier + + CF$UID + 205 + + IdentifierPath + + CF$UID + 262 + + IndexOfDocumentIdentifier + + CF$UID + 265 + + + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 263 + + + + + $class + + CF$UID + 209 + + Identifier + + CF$UID + 264 + + + CobraMUSH + 9223372036854775807 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 32 + + + CF$UID + 33 + + + CF$UID + 34 + + + CF$UID + 35 + + + NS.objects + + + CF$UID + 267 + + + CF$UID + 273 + + + CF$UID + 274 + + + CF$UID + 304 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 268 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 269 + + + CF$UID + 271 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 270 + + + + 170 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 42 + + + CF$UID + 272 + + + + 970 + Xcode3BuildSettingsEditor + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 275 + + + + + $class + + CF$UID + 92 + + documentURL + + CF$UID + 51 + + selection + + CF$UID + 277 + + timestamp + + CF$UID + 276 + + + 334286886.87736899 + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 54 + + + CF$UID + 55 + + + CF$UID + 278 + + + NS.objects + + + CF$UID + 279 + + + CF$UID + 58 + + + CF$UID + 280 + + + + Xcode3BuildSettingsEditorLocations + Xcode3BuildSettingsEditor + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 281 + + + + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 61 + + + CF$UID + 62 + + + CF$UID + 63 + + + CF$UID + 64 + + + CF$UID + 65 + + + CF$UID + 66 + + + NS.objects + + + CF$UID + 282 + + + CF$UID + 302 + + + CF$UID + 89 + + + CF$UID + 90 + + + CF$UID + 90 + + + CF$UID + 89 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 283 + + + CF$UID + 284 + + + CF$UID + 285 + + + CF$UID + 286 + + + CF$UID + 287 + + + CF$UID + 288 + + + CF$UID + 289 + + + CF$UID + 290 + + + CF$UID + 291 + + + CF$UID + 292 + + + CF$UID + 293 + + + CF$UID + 294 + + + CF$UID + 295 + + + CF$UID + 296 + + + CF$UID + 297 + + + CF$UID + 298 + + + CF$UID + 299 + + + CF$UID + 300 + + + CF$UID + 301 + + + + + $class + + CF$UID + 30 + + NS.string + User-Defined||ALWAYS_SEARCH_USER_PATHS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||ARCHS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||COPY_PHASE_STRIP + + + $class + + CF$UID + 30 + + NS.string + User-Defined||DEBUGGING_SYMBOLS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_C_LANGUAGE_STANDARD + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_DYNAMIC_NO_PIC + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_ENABLE_OBJC_EXCEPTIONS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_GENERATE_DEBUGGING_SYMBOLS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_SYMBOLS_PRIVATE_EXTERN + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_VERSION + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_64_TO_32_BIT_CONVERSION + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_ABOUT_MISSING_PROTOTYPES + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_ABOUT_RETURN_TYPE + + + $class + + CF$UID + 30 + + NS.string + User-Defined||GCC_WARN_UNUSED_VARIABLE + + + $class + + CF$UID + 30 + + NS.string + User-Defined||MACOSX_DEPLOYMENT_TARGET + + + $class + + CF$UID + 30 + + NS.string + User-Defined||OTHER_CFLAGS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||OTHER_LDFLAGS + + + $class + + CF$UID + 30 + + NS.string + User-Defined||PRODUCT_NAME + + + $class + + CF$UID + 30 + + NS.string + User-Defined||SDKROOT + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 303 + + + + + $class + + CF$UID + 30 + + NS.string + User-Defined||DEBUG_INFORMATION_FORMAT||Debug + + + $class + + CF$UID + 26 + + NS.keys + + NS.objects + + + CobraMUSH + + $class + + CF$UID + 22 + + NS.base + + CF$UID + 0 + + NS.relative + + CF$UID + 307 + + + file://localhost/Users/nveid/dev/cobramush/osx/CobraMUSH/CobraMUSH.xcodeproj/ + + $class + + CF$UID + 91 + + NS.objects + + + CF$UID + 309 + + + + {{0, 0}, {1140, 450}} + + $class + + CF$UID + 26 + + NS.keys + + + CF$UID + 37 + + + NS.objects + + + CF$UID + 311 + + + + + $class + + CF$UID + 47 + + NS.objects + + + CF$UID + 312 + + + CF$UID + 315 + + + + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 313 + + + CF$UID + 314 + + + + IDEEditor + 472 + + $class + + CF$UID + 44 + + NS.keys + + + CF$UID + 40 + + + CF$UID + 41 + + + NS.objects + + + CF$UID + 316 + + + CF$UID + 317 + + + + IDEDebuggerArea + 261 + + $class + + CF$UID + 26 + + NS.keys + + NS.objects + + + + $top + + State + + CF$UID + 1 + + + $version + 100000 + + diff --git a/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/CobraMUSH.xcscheme b/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/CobraMUSH.xcscheme new file mode 100644 index 0000000..867ab4f --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/CobraMUSH.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/XCobraMUSH.xcscheme b/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/XCobraMUSH.xcscheme new file mode 100644 index 0000000..230b3e2 --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/XCobraMUSH.xcscheme @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + diff --git a/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/xcschememanagement.plist b/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..b3b1e0a --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH.xcodeproj/xcuserdata/nveid.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,27 @@ + + + + + SchemeUserState + + CobraMUSH.xcscheme + + orderHint + 0 + + XCobraMUSH.xcscheme + + orderHint + 1 + + + SuppressBuildableAutocreation + + 8BCF6C7213ECCE8200415153 + + primary + + + + + diff --git a/osx/CobraMUSH/CobraMUSH/CobraMUSH.1 b/osx/CobraMUSH/CobraMUSH/CobraMUSH.1 new file mode 100644 index 0000000..2ef8c5c --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH/CobraMUSH.1 @@ -0,0 +1,79 @@ +.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples. +.\"See Also: +.\"man mdoc.samples for a complete listing of options +.\"man mdoc for the short list of editing options +.\"/usr/share/misc/mdoc.template +.Dd 8/5/11 \" DATE +.Dt CobraMUSH 1 \" Program name and manual section number +.Os Darwin +.Sh NAME \" Section Header - required - don't modify +.Nm CobraMUSH, +.\" The following lines are read in generating the apropos(man -k) database. Use only key +.\" words here as the database is built based on the words here and in the .ND line. +.Nm Other_name_for_same_program(), +.Nm Yet another name for the same program. +.\" Use .Nm macro to designate other names for the documented program. +.Nd This line parsed for whatis database. +.Sh SYNOPSIS \" Section Header - required - don't modify +.Nm +.Op Fl abcd \" [-abcd] +.Op Fl a Ar path \" [-a path] +.Op Ar file \" [file] +.Op Ar \" [file ...] +.Ar arg0 \" Underlined argument - use .Ar anywhere to underline +arg2 ... \" Arguments +.Sh DESCRIPTION \" Section Header - required - don't modify +Use the .Nm macro to refer to your program throughout the man page like such: +.Nm +Underlining is accomplished with the .Ar macro like this: +.Ar underlined text . +.Pp \" Inserts a space +A list of items with descriptions: +.Bl -tag -width -indent \" Begins a tagged list +.It item a \" Each item preceded by .It macro +Description of item a +.It item b +Description of item b +.El \" Ends the list +.Pp +A list of flags and their descriptions: +.Bl -tag -width -indent \" Differs from above in tag removed +.It Fl a \"-a flag as a list item +Description of -a flag +.It Fl b +Description of -b flag +.El \" Ends the list +.Pp +.\" .Sh ENVIRONMENT \" May not be needed +.\" .Bl -tag -width "ENV_VAR_1" -indent \" ENV_VAR_1 is width of the string ENV_VAR_1 +.\" .It Ev ENV_VAR_1 +.\" Description of ENV_VAR_1 +.\" .It Ev ENV_VAR_2 +.\" Description of ENV_VAR_2 +.\" .El +.Sh FILES \" File used or created by the topic of the man page +.Bl -tag -width "/Users/joeuser/Library/really_long_file_name" -compact +.It Pa /usr/share/file_name +FILE_1 description +.It Pa /Users/joeuser/Library/really_long_file_name +FILE_2 description +.El \" Ends the list +.\" .Sh DIAGNOSTICS \" May not be needed +.\" .Bl -diag +.\" .It Diagnostic Tag +.\" Diagnostic informtion here. +.\" .It Diagnostic Tag +.\" Diagnostic informtion here. +.\" .El +.Sh SEE ALSO +.\" List links in ascending order by section, alphabetically within a section. +.\" Please do not reference files that do not exist without filing a bug report +.Xr a 1 , +.Xr b 1 , +.Xr c 1 , +.Xr a 2 , +.Xr b 2 , +.Xr a 3 , +.Xr b 3 +.\" .Sh BUGS \" Document known, unremedied bugs +.\" .Sh HISTORY \" Document history if command behaves in a unique manner \ No newline at end of file diff --git a/osx/CobraMUSH/CobraMUSH/main.c b/osx/CobraMUSH/CobraMUSH/main.c new file mode 100644 index 0000000..95ebc54 --- /dev/null +++ b/osx/CobraMUSH/CobraMUSH/main.c @@ -0,0 +1,18 @@ +// +// main.c +// CobraMUSH +// +// Created by Rick Bird on 8/5/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#include + +int main (int argc, const char * argv[]) +{ + + // insert code here... + printf("Hello, World!\n"); + return 0; +} + diff --git a/osx/CobraMUSH/XCobraMUSH/main.c b/osx/CobraMUSH/XCobraMUSH/main.c new file mode 100644 index 0000000..77e1e83 --- /dev/null +++ b/osx/CobraMUSH/XCobraMUSH/main.c @@ -0,0 +1,18 @@ +// +// main.c +// XCobraMUSH +// +// Created by Rick Bird on 8/5/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#include + +int main (int argc, const char * argv[]) +{ + + // insert code here... + printf("Hello, World!\n"); + return 0; +} +