diff --git a/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj b/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj index e7f94aaf..753f908b 100644 --- a/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj +++ b/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj @@ -120,6 +120,8 @@ 66991C091DBAB4A600C373C0 /* Quakespasm-Music.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 66991C031DBAB47000C373C0 /* Quakespasm-Music.txt */; }; 66991C0A1DBAB4A600C373C0 /* Quakespasm.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 66991C041DBAB47000C373C0 /* Quakespasm.html */; }; 66991C0B1DBAB4A600C373C0 /* Quakespasm.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 66991C051DBAB47000C373C0 /* Quakespasm.txt */; }; + CE9FFE482AF78E4B00E53854 /* pmove.c in Sources */ = {isa = PBXBuildFile; fileRef = CE9FFE452AF78E4B00E53854 /* pmove.c */; }; + CE9FFE492AF78E4B00E53854 /* pmovetst.c in Sources */ = {isa = PBXBuildFile; fileRef = CE9FFE472AF78E4B00E53854 /* pmovetst.c */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -355,6 +357,9 @@ 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; B021C20714A5FF7E003F18D6 /* cfgfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cfgfile.c; path = ../Quake/cfgfile.c; sourceTree = SOURCE_ROOT; }; B021C20814A5FF7E003F18D6 /* cfgfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cfgfile.h; path = ../Quake/cfgfile.h; sourceTree = SOURCE_ROOT; }; + CE9FFE452AF78E4B00E53854 /* pmove.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pmove.c; path = ../Quake/pmove.c; sourceTree = ""; }; + CE9FFE462AF78E4B00E53854 /* pmove.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pmove.h; path = ../Quake/pmove.h; sourceTree = ""; }; + CE9FFE472AF78E4B00E53854 /* pmovetst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pmovetst.c; path = ../Quake/pmovetst.c; sourceTree = ""; }; F5F5DE80017CB4370103A810 /* libmikmod.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libmikmod.dylib; path = codecs/lib/libmikmod.dylib; sourceTree = ""; }; /* End PBXFileReference section */ @@ -509,6 +514,8 @@ 668A0111277D0BE8009D9427 /* mdfour.c */, 483A78190D2EEA5400CB2E4C /* menu.c */, 48895DB80D4914A000849ABF /* pl_osx.m */, + CE9FFE452AF78E4B00E53854 /* pmove.c */, + CE9FFE472AF78E4B00E53854 /* pmovetst.c */, 483A781A0D2EEA5400CB2E4C /* pr_cmds.c */, 483A781B0D2EEA5400CB2E4C /* pr_edict.c */, 483A781C0D2EEA5400CB2E4C /* pr_exec.c */, @@ -628,6 +635,7 @@ 483A77EB0D2EE97700CB2E4C /* mathlib.h */, 483A77EC0D2EE97700CB2E4C /* menu.h */, 4846EB500D329BEB00A108DE /* platform.h */, + CE9FFE462AF78E4B00E53854 /* pmove.h */, 483A77ED0D2EE97700CB2E4C /* pr_comp.h */, 483A77EE0D2EE97700CB2E4C /* progdefs.h */, 483A77EF0D2EE97700CB2E4C /* progs.h */, @@ -803,6 +811,7 @@ 664D989119CF6B78000D395C /* common.c in Sources */, 664D989219CF6B78000D395C /* console.c in Sources */, 664D989319CF6B78000D395C /* crc.c in Sources */, + CE9FFE482AF78E4B00E53854 /* pmove.c in Sources */, 664D989419CF6B78000D395C /* cvar.c in Sources */, 664D989519CF6B78000D395C /* host_cmd.c in Sources */, 664D989619CF6B78000D395C /* host.c in Sources */, @@ -873,6 +882,7 @@ 664D98D319CF6B78000D395C /* snd_vorbis.c in Sources */, 664D98D419CF6B78000D395C /* snd_wave.c in Sources */, 664D98D519CF6B78000D395C /* snd_mp3.c in Sources */, + CE9FFE492AF78E4B00E53854 /* pmovetst.c in Sources */, 664D98D619CF6B78000D395C /* snd_mikmod.c in Sources */, 668A0113277D0BE8009D9427 /* mdfour.c in Sources */, 664D98D719CF6B78000D395C /* snd_umx.c in Sources */,