Skip to content

Commit 029d998

Browse files
committed
Merge remote-tracking branch 'eduke32/master'
2 parents 6c3f8e7 + a3c1d93 commit 029d998

File tree

17 files changed

+10
-1260
lines changed

17 files changed

+10
-1260
lines changed

platform/Apple/EDuke32.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -315,14 +315,8 @@
315315
0013832719F366440007DA6C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0013832619F366440007DA6C /* CoreMotion.framework */; };
316316
00970E2319F2076B00873EB9 /* libFLAC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E1B19F2076B00873EB9 /* libFLAC.a */; };
317317
00970E2419F2076B00873EB9 /* libFLAC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E1B19F2076B00873EB9 /* libFLAC.a */; };
318-
00970E2519F2076B00873EB9 /* libogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E1C19F2076B00873EB9 /* libogg.a */; };
319-
00970E2619F2076B00873EB9 /* libogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E1C19F2076B00873EB9 /* libogg.a */; };
320318
00970E2B19F2076B00873EB9 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E1F19F2076B00873EB9 /* libSDL2.a */; };
321319
00970E2C19F2076B00873EB9 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E1F19F2076B00873EB9 /* libSDL2.a */; };
322-
00970E2D19F2076B00873EB9 /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E2019F2076B00873EB9 /* libvorbis.a */; };
323-
00970E2E19F2076B00873EB9 /* libvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E2019F2076B00873EB9 /* libvorbis.a */; };
324-
00970E2F19F2076B00873EB9 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E2119F2076B00873EB9 /* libvorbisfile.a */; };
325-
00970E3019F2076B00873EB9 /* libvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E2119F2076B00873EB9 /* libvorbisfile.a */; };
326320
00970E3119F2076B00873EB9 /* libvpx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E2219F2076B00873EB9 /* libvpx.a */; };
327321
00970E3219F2076B00873EB9 /* libvpx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00970E2219F2076B00873EB9 /* libvpx.a */; };
328322
00970E3419F207F000873EB9 /* a-c.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00970E3319F207F000873EB9 /* a-c.cpp */; };
@@ -931,10 +925,7 @@
931925
0013832619F366440007DA6C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
932926
0013832819F366720007DA6C /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
933927
00970E1B19F2076B00873EB9 /* libFLAC.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFLAC.a; path = /usr/local/lib/libFLAC.a; sourceTree = "<absolute>"; };
934-
00970E1C19F2076B00873EB9 /* libogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libogg.a; path = /usr/local/lib/libogg.a; sourceTree = "<absolute>"; };
935928
00970E1F19F2076B00873EB9 /* libSDL2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDL2.a; path = /usr/local/lib/libSDL2.a; sourceTree = "<absolute>"; };
936-
00970E2019F2076B00873EB9 /* libvorbis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbis.a; path = /usr/local/lib/libvorbis.a; sourceTree = "<absolute>"; };
937-
00970E2119F2076B00873EB9 /* libvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvorbisfile.a; path = /usr/local/lib/libvorbisfile.a; sourceTree = "<absolute>"; };
938929
00970E2219F2076B00873EB9 /* libvpx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libvpx.a; path = /usr/local/lib/libvpx.a; sourceTree = "<absolute>"; };
939930
00970E3319F207F000873EB9 /* a-c.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.c; path = "a-c.cpp"; sourceTree = "<group>"; };
940931
00970E5A19F2139500873EB9 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ForceFeedback.framework; path = System/Library/Frameworks/ForceFeedback.framework; sourceTree = SDKROOT; };
@@ -1109,11 +1100,8 @@
11091100
00970E4B19F20F7E00873EB9 /* libMACT.a in Frameworks */,
11101101
0008EA8219F1B1E20091588D /* AudioToolbox.framework in Frameworks */,
11111102
00970E2319F2076B00873EB9 /* libFLAC.a in Frameworks */,
1112-
00970E2519F2076B00873EB9 /* libogg.a in Frameworks */,
1113-
00970E2D19F2076B00873EB9 /* libvorbis.a in Frameworks */,
11141103
000C48E619F35DA9006E6B52 /* CoreGraphics.framework in Frameworks */,
11151104
0008EA8019F1B1D30091588D /* AGL.framework in Frameworks */,
1116-
00970E2F19F2076B00873EB9 /* libvorbisfile.a in Frameworks */,
11171105
0008EA7E19F1B1CE0091588D /* AudioUnit.framework in Frameworks */,
11181106
00970E5C19F2139C00873EB9 /* ForceFeedback.framework in Frameworks */,
11191107
00970E2B19F2076B00873EB9 /* libSDL2.a in Frameworks */,
@@ -1137,12 +1125,9 @@
11371125
00970E4719F20F7E00873EB9 /* libMACT.a in Frameworks */,
11381126
0008EA8919F1B2400091588D /* AudioUnit.framework in Frameworks */,
11391127
00970E2419F2076B00873EB9 /* libFLAC.a in Frameworks */,
1140-
00970E2619F2076B00873EB9 /* libogg.a in Frameworks */,
1141-
00970E2E19F2076B00873EB9 /* libvorbis.a in Frameworks */,
11421128
00970E5F19F2140E00873EB9 /* libiconv.dylib in Frameworks */,
11431129
000C48E319F35DA8006E6B52 /* CoreGraphics.framework in Frameworks */,
11441130
0008EA8A19F1B2400091588D /* IOKit.framework in Frameworks */,
1145-
00970E3019F2076B00873EB9 /* libvorbisfile.a in Frameworks */,
11461131
0008EA8519F1B22E0091588D /* AGL.framework in Frameworks */,
11471132
00970E2C19F2076B00873EB9 /* libSDL2.a in Frameworks */,
11481133
0008EA8619F1B22E0091588D /* Carbon.framework in Frameworks */,
@@ -1558,9 +1543,6 @@
15581543
children = (
15591544
00970E1F19F2076B00873EB9 /* libSDL2.a */,
15601545
00970E1B19F2076B00873EB9 /* libFLAC.a */,
1561-
00970E2019F2076B00873EB9 /* libvorbis.a */,
1562-
00970E2119F2076B00873EB9 /* libvorbisfile.a */,
1563-
00970E1C19F2076B00873EB9 /* libogg.a */,
15641546
00970E2219F2076B00873EB9 /* libvpx.a */,
15651547
);
15661548
name = Libraries;

0 commit comments

Comments
 (0)