Skip to content

Commit

Permalink
[Reg] Bump the minimum required Windows 10 version to 1903 for all mo…
Browse files Browse the repository at this point in the history
…dern OpenMPT and libopenmpt builds. Older versions of Windows 10 are still supported by legacy builds. Any of the removed Windows 10 versions are only supported for Windows 10 Enterprise by now, and not for consumer versions. Newer VS2022 functionality (like std::chrono timezone handling, see <microsoft/STL#1911> and <microsoft/STL#2163>) does not target these outdated Windows 10 versions any more. See <https://bugs.openmpt.org/view.php?id=1555>.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@17241 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Apr 14, 2022
1 parent 095a307 commit 0c64035
Show file tree
Hide file tree
Showing 158 changed files with 4,652 additions and 4,692 deletions.
8 changes: 4 additions & 4 deletions build/premake/premake-defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,16 @@
defines { "_WIN32_WINNT=0x0A00" }
filter {}
filter { "architecture:x86" }
defines { "NTDDI_VERSION=0x0A000000" }
defines { "NTDDI_VERSION=0x0A000007" } -- Windows 10 1903 Build 18362
filter {}
filter { "architecture:x86_64" }
defines { "NTDDI_VERSION=0x0A000000" }
defines { "NTDDI_VERSION=0x0A000007" } -- Windows 10 1903 Build 18362
filter {}
filter { "architecture:ARM" }
defines { "NTDDI_VERSION=0x0A000004" } -- Windows 10 1709 Build 16299
defines { "NTDDI_VERSION=0x0A000007" } -- Windows 10 1903 Build 18362
filter {}
filter { "architecture:ARM64" }
defines { "NTDDI_VERSION=0x0A000004" } -- Windows 10 1709 Build 16299
defines { "NTDDI_VERSION=0x0A000007" } -- Windows 10 1903 Build 18362
filter {}
elseif _OPTIONS["windows-version"] == "win81" then
filter {}
Expand Down
96 changes: 48 additions & 48 deletions build/vs2019win10/OpenMPT-ANSI.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/OpenMPT-NativeSupport.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/OpenMPT-UTF8.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/OpenMPT-WineWrapper.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/OpenMPT.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/PluginBridge.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/PluginBridgeLegacy.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/UnRAR.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/ancient.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/flac.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/lame.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/lhasa.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/minimp3.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/miniz.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/minizip.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/mpg123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/ogg.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/opus.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/opusenc.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/opusfile.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/portaudio.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/portaudiocpp.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/pugixml.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/r8brain.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/rtaudio.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/rtmidi.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/smbPitchShift.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/soundtouch.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/stb_vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/ext/zlib.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/in_openmpt.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2019win10/libopenmpt-small.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2019win10/libopenmpt.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/libopenmpt_example_c.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/libopenmpt_example_c_mem.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/libopenmpt_example_c_probe.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/libopenmpt_example_c_unsafe.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/libopenmpt_example_cxx.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/libopenmpt_test.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/openmpt123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10/updatesigntool.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2019win10/xmp-openmpt.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/minimp3.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/miniz.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/mpg123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/ogg.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/stb_vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2019win10uwp/ext/zlib.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2019win10uwp/libopenmpt-small.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2019win10uwp/libopenmpt.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/OpenMPT-ANSI.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/OpenMPT-NativeSupport.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/OpenMPT-UTF8.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/OpenMPT-WineWrapper.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/OpenMPT.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/PluginBridge.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/PluginBridgeLegacy.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/UnRAR.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/ancient.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/flac.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/lame.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/lhasa.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/minimp3.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/miniz.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/minizip.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/mpg123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/ogg.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/opus.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/opusenc.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/opusfile.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/portaudio.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/portaudiocpp.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/pugixml.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/r8brain.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/rtaudio.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/rtmidi.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/smbPitchShift.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/soundtouch.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/stb_vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/ext/zlib.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/in_openmpt.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2022win10/libopenmpt-small.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2022win10/libopenmpt.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/libopenmpt_example_c.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/libopenmpt_example_c_mem.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/libopenmpt_example_c_probe.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/libopenmpt_example_c_unsafe.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/libopenmpt_example_cxx.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/libopenmpt_test.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/openmpt123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10/updatesigntool.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10/xmp-openmpt.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/OpenMPT-ANSI.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/OpenMPT-NativeSupport.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/OpenMPT-UTF8.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/OpenMPT-WineWrapper.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/OpenMPT.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/PluginBridge.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/PluginBridgeLegacy.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/UnRAR.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/ancient.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/flac.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/lame.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/lhasa.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/minimp3.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/miniz.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/minizip.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/mpg123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/ogg.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/opus.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/opusenc.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/opusfile.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/portaudio.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/portaudiocpp.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/pugixml.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/r8brain.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/rtaudio.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/rtmidi.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/smbPitchShift.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/soundtouch.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/stb_vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/ext/zlib.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/in_openmpt.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2022win10clang/libopenmpt-small.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2022win10clang/libopenmpt.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/libopenmpt_example_c.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/libopenmpt_example_c_mem.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/libopenmpt_example_c_probe.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/libopenmpt_example_c_unsafe.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/libopenmpt_example_cxx.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/libopenmpt_test.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/openmpt123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10clang/updatesigntool.vcxproj

Large diffs are not rendered by default.

96 changes: 48 additions & 48 deletions build/vs2022win10clang/xmp-openmpt.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/minimp3.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/miniz.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/mpg123.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/ogg.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/stb_vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/vorbis.vcxproj

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions build/vs2022win10uwp/ext/zlib.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2022win10uwp/libopenmpt-small.vcxproj

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions build/vs2022win10uwp/libopenmpt.vcxproj

Large diffs are not rendered by default.

94 changes: 46 additions & 48 deletions build/xcode-ios/ext/mpg123.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
748089C69CBB42788456D006 /* layer1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = layer1.c; path = ../../../include/mpg123/src/libmpg123/layer1.c; sourceTree = "<group>"; };
754AC0BABDBBA4EC025A76FA /* index.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = index.c; path = ../../../include/mpg123/src/libmpg123/index.c; sourceTree = "<group>"; };
78DBF380C14CD7B205EBA9C0 /* frame.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = frame.c; path = ../../../include/mpg123/src/libmpg123/frame.c; sourceTree = "<group>"; };
87D8429AB76A118C927750DA /* libopenmpt-mpg123.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = "libopenmpt-mpg123.so"; path = "libopenmpt-mpg123.so"; sourceTree = BUILT_PRODUCTS_DIR; };
907B4FB6D8EC33E81D8B05F6 /* synth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = synth.c; path = ../../../include/mpg123/src/libmpg123/synth.c; sourceTree = "<group>"; };
9796B208BFD16ABAA76CF848 /* layer2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = layer2.c; path = ../../../include/mpg123/src/libmpg123/layer2.c; sourceTree = "<group>"; };
A1E03F02D3D989B44DB8C542 /* synth_8bit.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = synth_8bit.c; path = ../../../include/mpg123/src/libmpg123/synth_8bit.c; sourceTree = "<group>"; };
Expand All @@ -57,14 +56,15 @@
BAACDA4AE2E792FCCA83208A /* layer3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = layer3.c; path = ../../../include/mpg123/src/libmpg123/layer3.c; sourceTree = "<group>"; };
C3752BE686E0ED98C5849226 /* icy2utf8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = icy2utf8.c; path = ../../../include/mpg123/src/libmpg123/icy2utf8.c; sourceTree = "<group>"; };
C3CD341CF5C67ECE6FA5BA5C /* synth_real.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = synth_real.c; path = ../../../include/mpg123/src/libmpg123/synth_real.c; sourceTree = "<group>"; };
C6BCBF7D1D4A29EFF5C33DBD /* openmpt-mpg123.dll */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = "openmpt-mpg123.dll"; path = "openmpt-mpg123.dll"; sourceTree = BUILT_PRODUCTS_DIR; };
CDD5DB15FEB9D30711D20955 /* compat_str.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = compat_str.c; path = ../../../include/mpg123/src/compat/compat_str.c; sourceTree = "<group>"; };
E598BBB4FCAB56E6ECC751F4 /* icy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = icy.c; path = ../../../include/mpg123/src/libmpg123/icy.c; sourceTree = "<group>"; };
F4F6A4743D6788A682065AB4 /* dct64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = dct64.c; path = ../../../include/mpg123/src/libmpg123/dct64.c; sourceTree = "<group>"; };
F56A100A0C7CAB3CFC98A64A /* id3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = id3.c; path = ../../../include/mpg123/src/libmpg123/id3.c; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
292CFB0A141920FC5BFEE94A /* Frameworks */ = {
A9087E6DA26E7FDF9609DCAD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -74,7 +74,7 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXCopyFilesBuildPhase section */
FE2335F654B0A0682D29B436 /* Embed Libraries */ = {
E2ED1E19CDD9440B15BF0C59 /* Embed Libraries */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
Expand Down Expand Up @@ -139,30 +139,30 @@
A6C936B49B3FADE6EA134CF4 /* Products */ = {
isa = PBXGroup;
children = (
87D8429AB76A118C927750DA /* libopenmpt-mpg123.so */,
C6BCBF7D1D4A29EFF5C33DBD /* openmpt-mpg123.dll */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
EEF52F40172FE7F2FECB7580 /* mpg123 */ = {
6CFC1BC3B56CFFF5FA0BD203 /* mpg123 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 176843690254695B4A3A31A9 /* Build configuration list for PBXNativeTarget "mpg123" */;
buildConfigurationList = 9743C6CC90A9C83E8445250C /* Build configuration list for PBXNativeTarget "mpg123" */;
buildPhases = (
99147BAA8400A19CCBE669EA /* Resources */,
02C19501EDADBAF335938341 /* Sources */,
292CFB0A141920FC5BFEE94A /* Frameworks */,
FE2335F654B0A0682D29B436 /* Embed Libraries */,
18EFFF0D1256007F05F15D4D /* Resources */,
829D18647C0319D66F9E76A4 /* Sources */,
A9087E6DA26E7FDF9609DCAD /* Frameworks */,
E2ED1E19CDD9440B15BF0C59 /* Embed Libraries */,
);
buildRules = (
);
dependencies = (
);
name = mpg123;
productName = mpg123;
productReference = 87D8429AB76A118C927750DA /* libopenmpt-mpg123.so */;
productReference = C6BCBF7D1D4A29EFF5C33DBD /* openmpt-mpg123.dll */;
productType = "com.apple.product-type.library.dynamic";
};
/* End PBXNativeTarget section */
Expand All @@ -177,13 +177,13 @@
projectDirPath = "";
projectRoot = "";
targets = (
EEF52F40172FE7F2FECB7580 /* libopenmpt-mpg123.so */,
6CFC1BC3B56CFFF5FA0BD203 /* openmpt-mpg123.dll */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
99147BAA8400A19CCBE669EA /* Resources */ = {
18EFFF0D1256007F05F15D4D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -193,7 +193,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
02C19501EDADBAF335938341 /* Sources */ = {
829D18647C0319D66F9E76A4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -231,34 +231,6 @@
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
274D00696B9BA5DBADC2DEA9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/release/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = so;
EXECUTABLE_PREFIX = lib;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-mpg123";
};
name = Release;
};
28A3BDAF99C65EA14F8D0BEF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/debug/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = so;
EXECUTABLE_PREFIX = lib;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-mpg123";
};
name = Debug;
};
4C50EB499ED7163B711B7989 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -290,6 +262,19 @@
};
name = Debug;
};
7C31350CED53D5FEA31A834C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/release/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = dll;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-mpg123";
};
name = Release;
};
98A0BBC3A55D6B351A47DA03 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -318,23 +303,36 @@
};
name = Release;
};
9C9C6D92965E2A04D05D2BD2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/debug/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = dll;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-mpg123";
};
name = Debug;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
176843690254695B4A3A31A9 /* Build configuration list for PBXNativeTarget "libopenmpt-mpg123.so" */ = {
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "mpg123" */ = {
isa = XCConfigurationList;
buildConfigurations = (
28A3BDAF99C65EA14F8D0BEF /* Debug */,
274D00696B9BA5DBADC2DEA9 /* Release */,
4C50EB499ED7163B711B7989 /* Debug */,
98A0BBC3A55D6B351A47DA03 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "mpg123" */ = {
9743C6CC90A9C83E8445250C /* Build configuration list for PBXNativeTarget "openmpt-mpg123.dll" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C50EB499ED7163B711B7989 /* Debug */,
98A0BBC3A55D6B351A47DA03 /* Release */,
9C9C6D92965E2A04D05D2BD2 /* Debug */,
7C31350CED53D5FEA31A834C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
Expand Down
70 changes: 34 additions & 36 deletions build/xcode-ios/ext/ogg.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
/* Begin PBXFileReference section */
1891292F3EB758E1A5BE4F6F /* bitwise.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = bitwise.c; path = ../../../include/ogg/src/bitwise.c; sourceTree = "<group>"; };
1E47F32D446E22DFAB75196D /* ogg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ogg.h; path = ../../../include/ogg/include/ogg/ogg.h; sourceTree = "<group>"; };
6851D87DB0C2BCAFF5618EBD /* libopenmpt-ogg.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = "libopenmpt-ogg.so"; path = "libopenmpt-ogg.so"; sourceTree = BUILT_PRODUCTS_DIR; };
5036DE60765D0E12DD6404A0 /* openmpt-ogg.dll */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = "openmpt-ogg.dll"; path = "openmpt-ogg.dll"; sourceTree = BUILT_PRODUCTS_DIR; };
93F6FCDFE159F3115778F31F /* os_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../../../include/ogg/include/ogg/os_types.h; sourceTree = "<group>"; };
B766F1A9DD8D215B449417E9 /* framing.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = framing.c; path = ../../../include/ogg/src/framing.c; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
81F9176D990BB29F8927ADAD /* Frameworks */ = {
95F8A3D038E6CA82C80CAA10 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -30,7 +30,7 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXCopyFilesBuildPhase section */
BA67F719E08E26CB47951D59 /* Embed Libraries */ = {
CC7C283CE38EC36ED3AABE7C /* Embed Libraries */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
Expand Down Expand Up @@ -73,7 +73,7 @@
A6C936B49B3FADE6EA134CF4 /* Products */ = {
isa = PBXGroup;
children = (
6851D87DB0C2BCAFF5618EBD /* libopenmpt-ogg.so */,
5036DE60765D0E12DD6404A0 /* openmpt-ogg.dll */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -90,22 +90,22 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
33D214C31EBE3AB566A40303 /* ogg */ = {
886C6A4681D26BB8756DC886 /* ogg */ = {
isa = PBXNativeTarget;
buildConfigurationList = 70345FCC8746FAFE7762F60C /* Build configuration list for PBXNativeTarget "ogg" */;
buildConfigurationList = 8433EC2F272212E1B647F26F /* Build configuration list for PBXNativeTarget "ogg" */;
buildPhases = (
F1E0980D08F3333FF90F2E4D /* Resources */,
5B8DB16472A04C9662BC47A4 /* Sources */,
81F9176D990BB29F8927ADAD /* Frameworks */,
BA67F719E08E26CB47951D59 /* Embed Libraries */,
05E02470A8CE4B2237F42AB0 /* Resources */,
6F8D3DC7127B6479A1A14407 /* Sources */,
95F8A3D038E6CA82C80CAA10 /* Frameworks */,
CC7C283CE38EC36ED3AABE7C /* Embed Libraries */,
);
buildRules = (
);
dependencies = (
);
name = ogg;
productName = ogg;
productReference = 6851D87DB0C2BCAFF5618EBD /* libopenmpt-ogg.so */;
productReference = 5036DE60765D0E12DD6404A0 /* openmpt-ogg.dll */;
productType = "com.apple.product-type.library.dynamic";
};
/* End PBXNativeTarget section */
Expand All @@ -120,13 +120,13 @@
projectDirPath = "";
projectRoot = "";
targets = (
33D214C31EBE3AB566A40303 /* libopenmpt-ogg.so */,
886C6A4681D26BB8756DC886 /* openmpt-ogg.dll */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
F1E0980D08F3333FF90F2E4D /* Resources */ = {
05E02470A8CE4B2237F42AB0 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -136,7 +136,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
5B8DB16472A04C9662BC47A4 /* Sources */ = {
6F8D3DC7127B6479A1A14407 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -151,20 +151,6 @@
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
2A3A8692779D7CC4EDBC7CD2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/debug/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = so;
EXECUTABLE_PREFIX = lib;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-ogg";
};
name = Debug;
};
8F6FCF26DF8363D862019566 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand All @@ -190,6 +176,19 @@
};
name = Release;
};
C49D8BAF120081E1881F81EF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/release/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = dll;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-ogg";
};
name = Release;
};
C86DC9EC74D08A1E3359002C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -218,19 +217,18 @@
};
name = Debug;
};
E9B98E0C1BB2D8BE9592144C /* Release */ = {
DFACBF75A3188127E1BC25B5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CONFIGURATION_BUILD_DIR = "../../../bin/release/xcode4-ios/all";
CONFIGURATION_BUILD_DIR = "../../../bin/debug/xcode4-ios/all";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
EXECUTABLE_EXTENSION = so;
EXECUTABLE_PREFIX = lib;
EXECUTABLE_EXTENSION = dll;
GCC_DYNAMIC_NO_PIC = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = "openmpt-ogg";
};
name = Release;
name = Debug;
};
/* End XCBuildConfiguration section */

Expand All @@ -244,11 +242,11 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
};
70345FCC8746FAFE7762F60C /* Build configuration list for PBXNativeTarget "libopenmpt-ogg.so" */ = {
8433EC2F272212E1B647F26F /* Build configuration list for PBXNativeTarget "openmpt-ogg.dll" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2A3A8692779D7CC4EDBC7CD2 /* Debug */,
E9B98E0C1BB2D8BE9592144C /* Release */,
DFACBF75A3188127E1BC25B5 /* Debug */,
C49D8BAF120081E1881F81EF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
Expand Down
Loading

0 comments on commit 0c64035

Please sign in to comment.