|
13 | 13 | 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; |
14 | 14 | 74063A3E1751ADDB0015D12C /* mod_skeletal_animatevertices_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 74063A3C1751ADDA0015D12C /* mod_skeletal_animatevertices_sse.c */; }; |
15 | 15 | 74063A421751B0AF0015D12C /* clvm_cmds.c in Sources */ = {isa = PBXBuildFile; fileRef = 74063A411751B0AF0015D12C /* clvm_cmds.c */; }; |
| 16 | + 7463B7F612F9CE6B00983F6A /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7463B7F512F9CE6B00983F6A /* libopus.a */; }; |
16 | 17 | 74063A491751B9B60015D12C /* libSDL2-ios-armv7.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 74063A471751B9B60015D12C /* libSDL2-ios-armv7.a */; }; |
17 | 18 | 74063A4A1751B9B60015D12C /* libSDL2-ios-simulator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 74063A481751B9B60015D12C /* libSDL2-ios-simulator.a */; }; |
18 | 19 | 74063A511751C4560015D12C /* gamedata in Resources */ = {isa = PBXBuildFile; fileRef = 74063A501751C4560015D12C /* gamedata */; }; |
|
87 | 88 | 7463B7BF12F9CE6B00983F6A /* snd_mix.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B75512F9CE6B00983F6A /* snd_mix.c */; }; |
88 | 89 | 7463B7C112F9CE6B00983F6A /* snd_ogg.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B75812F9CE6B00983F6A /* snd_ogg.c */; }; |
89 | 90 | 7463B7C212F9CE6B00983F6A /* snd_sdl.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B75A12F9CE6B00983F6A /* snd_sdl.c */; }; |
| 91 | + 7463B7F412F9CE6B00983F6A /* snd_voip.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B7F112F9CE6B00983F6A /* snd_voip.c */; }; |
90 | 92 | 7463B7C312F9CE6B00983F6A /* snd_wav.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B75B12F9CE6B00983F6A /* snd_wav.c */; }; |
91 | 93 | 7463B7C412F9CE6B00983F6A /* sv_demo.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B75F12F9CE6B00983F6A /* sv_demo.c */; }; |
92 | 94 | 7463B7C512F9CE6B00983F6A /* sv_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 7463B76112F9CE6B00983F6A /* sv_main.c */; }; |
|
122 | 124 | 74063A3C1751ADDA0015D12C /* mod_skeletal_animatevertices_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mod_skeletal_animatevertices_sse.c; sourceTree = "<group>"; }; |
123 | 125 | 74063A3D1751ADDA0015D12C /* mod_skeletal_animatevertices_sse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mod_skeletal_animatevertices_sse.h; sourceTree = "<group>"; }; |
124 | 126 | 74063A411751B0AF0015D12C /* clvm_cmds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = clvm_cmds.c; sourceTree = "<group>"; }; |
| 127 | + 7463B7F512F9CE6B00983F6A /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopus.a; path = "lib/libopus.a"; sourceTree = "<group>"; }; |
125 | 128 | 74063A471751B9B60015D12C /* libSDL2-ios-armv7.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libSDL2-ios-armv7.a"; path = "lib/libSDL2-ios-armv7.a"; sourceTree = "<group>"; }; |
126 | 129 | 74063A481751B9B60015D12C /* libSDL2-ios-simulator.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libSDL2-ios-simulator.a"; path = "lib/libSDL2-ios-simulator.a"; sourceTree = "<group>"; }; |
127 | 130 | 74063A501751C4560015D12C /* gamedata */ = {isa = PBXFileReference; lastKnownFileType = folder; path = gamedata; sourceTree = "<group>"; }; |
|
272 | 275 | 7463B75812F9CE6B00983F6A /* snd_ogg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snd_ogg.c; sourceTree = "<group>"; }; |
273 | 276 | 7463B75912F9CE6B00983F6A /* snd_ogg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = snd_ogg.h; sourceTree = "<group>"; }; |
274 | 277 | 7463B75A12F9CE6B00983F6A /* snd_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snd_sdl.c; sourceTree = "<group>"; }; |
| 278 | + 7463B7F112F9CE6B00983F6A /* snd_voip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snd_voip.c; sourceTree = "<group>"; }; |
| 279 | + 7463B7F212F9CE6B00983F6A /* snd_voip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = snd_voip.h; sourceTree = "<group>"; }; |
275 | 280 | 7463B75B12F9CE6B00983F6A /* snd_wav.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = snd_wav.c; sourceTree = "<group>"; }; |
276 | 281 | 7463B75C12F9CE6B00983F6A /* snd_wav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = snd_wav.h; sourceTree = "<group>"; }; |
277 | 282 | 7463B75D12F9CE6B00983F6A /* sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sound.h; sourceTree = "<group>"; }; |
|
322 | 327 | FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */, |
323 | 328 | FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */, |
324 | 329 | FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */, |
| 330 | + 7463B7F612F9CE6B00983F6A /* libopus.a in Frameworks */, |
325 | 331 | 74063A491751B9B60015D12C /* libSDL2-ios-armv7.a in Frameworks */, |
326 | 332 | 74063A4A1751B9B60015D12C /* libSDL2-ios-simulator.a in Frameworks */, |
327 | 333 | ); |
|
506 | 512 | 7463B75A12F9CE6B00983F6A /* snd_sdl.c */, |
507 | 513 | 7463B75B12F9CE6B00983F6A /* snd_wav.c */, |
508 | 514 | 7463B75C12F9CE6B00983F6A /* snd_wav.h */, |
| 515 | + 7463B7F112F9CE6B00983F6A /* snd_voip.c */, |
| 516 | + 7463B7F212F9CE6B00983F6A /* snd_voip.h */, |
509 | 517 | 7463B75D12F9CE6B00983F6A /* sound.h */, |
510 | 518 | 7463B75E12F9CE6B00983F6A /* spritegn.h */, |
511 | 519 | 7463B75F12F9CE6B00983F6A /* sv_demo.c */, |
|
565 | 573 | FD779EC50E26B99E00F39101 /* Libraries */ = { |
566 | 574 | isa = PBXGroup; |
567 | 575 | children = ( |
| 576 | + 7463B7F512F9CE6B00983F6A /* libopus.a */, |
568 | 577 | 74063A471751B9B60015D12C /* libSDL2-ios-armv7.a */, |
569 | 578 | 74063A481751B9B60015D12C /* libSDL2-ios-simulator.a */, |
570 | 579 | ); |
|
706 | 715 | 7463B7BF12F9CE6B00983F6A /* snd_mix.c in Sources */, |
707 | 716 | 7463B7C112F9CE6B00983F6A /* snd_ogg.c in Sources */, |
708 | 717 | 7463B7C212F9CE6B00983F6A /* snd_sdl.c in Sources */, |
| 718 | + 7463B7F412F9CE6B00983F6A /* snd_voip.c in Sources */, |
709 | 719 | 7463B7C312F9CE6B00983F6A /* snd_wav.c in Sources */, |
710 | 720 | 7463B7C412F9CE6B00983F6A /* sv_demo.c in Sources */, |
711 | 721 | 7463B7C512F9CE6B00983F6A /* sv_main.c in Sources */, |
|
745 | 755 | GCC_PREFIX_HEADER = ""; |
746 | 756 | GCC_PREPROCESSOR_DEFINITIONS = ( |
747 | 757 | __IPHONEOS__, |
| 758 | + CONFIG_VOIP, |
748 | 759 | USE_GLES2, |
749 | 760 | "FORCEGAME=\\\"steelstorm\\\"", |
750 | 761 | "DP_FS_BASEDIR=\\\"\\\"", |
|
771 | 782 | GCC_PREFIX_HEADER = ""; |
772 | 783 | GCC_PREPROCESSOR_DEFINITIONS = ( |
773 | 784 | __IPHONEOS__, |
| 785 | + CONFIG_VOIP, |
774 | 786 | USE_GLES2, |
775 | 787 | "FORCEGAME=\\\"steelstorm\\\"", |
776 | 788 | "DP_FS_BASEDIR=\\\"\\\"", |
|
801 | 813 | OTHER_CFLAGS = ""; |
802 | 814 | OTHER_LDFLAGS = ( |
803 | 815 | "-ObjC", |
| 816 | + "-lopus", |
804 | 817 | "-lz", |
805 | 818 | ); |
806 | 819 | PRODUCT_NAME = Darkplaces; |
|
822 | 835 | OTHER_CFLAGS = ""; |
823 | 836 | OTHER_LDFLAGS = ( |
824 | 837 | "-ObjC", |
| 838 | + "-lopus", |
825 | 839 | "-lz", |
826 | 840 | ); |
827 | 841 | PRODUCT_NAME = Darkplaces; |
|
0 commit comments