Skip to content

Commit

Permalink
Update Monkey's Audio to version 5.08b.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Dec 15, 2019
1 parent b1bce1d commit 9de9b3d
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 151 deletions.
6 changes: 3 additions & 3 deletions packaging/flatpak/org.freac.freac.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
"sources": [
{
"type": "archive",
"url": "https://monkeysaudio.com/files/MAC_SDK_507.zip",
"sha256": "c982405faa575ff879be234a7ec66fd11a3f9275ee7bd8f5854d2195f834412b",
"url": "https://monkeysaudio.com/files/MAC_SDK_508b.zip",
"sha256": "29a3b8f34f4121b1c391ec4ed7f84dedba3066bb66a99a46edb5bebaa4795392",
"strip-components": 0
},
{
"type": "patch",
"path": "patches/mac-sdk-5.07-gcc.patch"
"path": "patches/mac-sdk-5.08b-gcc.patch"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -Naur mac-sdk-5.07/Makefile mac-sdk-5.07-gcc/Makefile
--- mac-sdk-5.07/Makefile 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.07-gcc/Makefile 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/Makefile mac-sdk-5.08b-gcc/Makefile
--- mac-sdk-5.08b/Makefile 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.08b-gcc/Makefile 2019-11-21 21:28:57 +0000
@@ -0,0 +1,8 @@
+all:
+ $(MAKE) -f Source/Projects/NonWindows/Makefile
Expand All @@ -10,10 +10,10 @@ diff -Naur mac-sdk-5.07/Makefile mac-sdk-5.07-gcc/Makefile
+
+clean:
+ $(MAKE) -f Source/Projects/NonWindows/Makefile clean
diff -Naur mac-sdk-5.07/Shared/All.h mac-sdk-5.07-gcc/Shared/All.h
--- mac-sdk-5.07/Shared/All.h 2019-11-18 20:48:52 +0000
+++ mac-sdk-5.07-gcc/Shared/All.h 2019-11-21 10:49:22 +0000
@@ -87,46 +87,17 @@
diff -Naur mac-sdk-5.08b/Shared/All.h mac-sdk-5.08b-gcc/Shared/All.h
--- mac-sdk-5.08b/Shared/All.h 2019-12-03 22:21:41 +0000
+++ mac-sdk-5.08b-gcc/Shared/All.h 2019-12-15 10:05:55 +0000
@@ -86,46 +86,17 @@
#define ENABLE_COMPRESSION_MODE_HIGH
#define ENABLE_COMPRESSION_MODE_EXTRA_HIGH

Expand Down Expand Up @@ -62,7 +62,7 @@ diff -Naur mac-sdk-5.07/Shared/All.h mac-sdk-5.07-gcc/Shared/All.h

typedef uint64_t uint64;
typedef uint32_t uint32;
@@ -180,9 +151,13 @@
@@ -179,9 +150,13 @@
#define TICK_COUNT_FREQ 1000000
#undef ASSERT
#define ASSERT(e)
Expand All @@ -77,20 +77,21 @@ diff -Naur mac-sdk-5.07/Shared/All.h mac-sdk-5.07-gcc/Shared/All.h
#define strcpy_s(A, B, C) strcpy(A, C)
#define _tcscat_s(A, B, C) _tcscat(A, C)
#endif
diff -Naur mac-sdk-5.07/Shared/NoWindows.h mac-sdk-5.07-gcc/Shared/NoWindows.h
--- mac-sdk-5.07/Shared/NoWindows.h 2019-10-29 14:16:46 +0000
+++ mac-sdk-5.07-gcc/Shared/NoWindows.h 2019-11-21 10:39:43 +0000
@@ -42,6 +42,7 @@
#define _T(x) L ## x
diff -Naur mac-sdk-5.08b/Shared/NoWindows.h mac-sdk-5.08b-gcc/Shared/NoWindows.h
--- mac-sdk-5.08b/Shared/NoWindows.h 2019-12-03 22:21:06 +0000
+++ mac-sdk-5.08b-gcc/Shared/NoWindows.h 2019-12-15 10:16:26 +0000
@@ -48,7 +48,7 @@
#define _totlower towlower
#define _totupper towupper
#define _tcschr wcschr
-#define _tcsicmp wcscasecmp
+#define _tcsicmp wcscmp
#define _tcscpy wcscpy
#define _tcslen wcslen

#define _strnicmp strncasecmp
+#define _wcsicmp wcscmp
#define _wtoi(x) wcstol(x, NULL, 10)
#define _tcscat wcscat
#undef _totlower
diff -Naur mac-sdk-5.07/Source/Console/Console.cpp mac-sdk-5.07-gcc/Source/Console/Console.cpp
--- mac-sdk-5.07/Source/Console/Console.cpp 2019-11-18 20:48:12 +0000
+++ mac-sdk-5.07-gcc/Source/Console/Console.cpp 2019-11-21 10:50:28 +0000
diff -Naur mac-sdk-5.08b/Source/Console/Console.cpp mac-sdk-5.08b-gcc/Source/Console/Console.cpp
--- mac-sdk-5.08b/Source/Console/Console.cpp 2019-12-03 22:21:04 +0000
+++ mac-sdk-5.08b-gcc/Source/Console/Console.cpp 2019-12-15 10:15:31 +0000
@@ -21,7 +21,12 @@
#define UNDEFINED_MODE -1

Expand All @@ -105,51 +106,25 @@ diff -Naur mac-sdk-5.07/Source/Console/Console.cpp mac-sdk-5.07-gcc/Source/Conso
#define _tmain(argc, argv) main(argc, argv)
#define _tcscpy_s(dst, num, src) strcpy(dst, src)
#define _tcsncpy_s(dst, num, src, count) strncpy(dst, src, count)
@@ -222,18 +227,18 @@
else if (nMode == DECOMPRESS_MODE)
{
_ftprintf(stderr, _T("Decompressing...\n"));
- if (_tcsicmp(spOutputFilename, _T("auto")) == 0)
+ if (_wcsicmp(spOutputFilename, L"auto") == 0)
{
- TCHAR cOutput[MAX_PATH];
- TCHAR * pExtension = wcschr(spInputFilename, '.');
+ wchar_t cOutput[MAX_PATH];
+ wchar_t * pExtension = wcschr(spInputFilename, '.');
if (pExtension != NULL)
*pExtension = 0;
- _tcscpy(cOutput, spInputFilename);
+ wcscpy(cOutput, spInputFilename);
if (pExtension != NULL)
*pExtension = '.';
- _tcscat(cOutput, _T(".wav"));
- spOutputFilename.Assign(new TCHAR[_tcslen(cOutput) + 1], true);
- _tcscpy(spOutputFilename, cOutput);
+ wcscat(cOutput, L".wav");
+ spOutputFilename.Assign(new wchar_t[wcslen(cOutput) + 1], true);
+ wcscpy(spOutputFilename, cOutput);
}
nRetVal = DecompressFileW(spInputFilename, spOutputFilename, &nPercentageDone, ProgressCallback, &nKillFlag);
}
diff -Naur mac-sdk-5.07/Source/Projects/NonWindows/Makefile mac-sdk-5.07-gcc/Source/Projects/NonWindows/Makefile
--- mac-sdk-5.07/Source/Projects/NonWindows/Makefile 2019-04-27 12:24:04 +0000
+++ mac-sdk-5.07-gcc/Source/Projects/NonWindows/Makefile 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/Source/Projects/NonWindows/Makefile mac-sdk-5.08b-gcc/Source/Projects/NonWindows/Makefile
--- mac-sdk-5.08b/Source/Projects/NonWindows/Makefile 2019-12-03 22:38:44 +0000
+++ mac-sdk-5.08b-gcc/Source/Projects/NonWindows/Makefile 2019-11-21 21:28:57 +0000
@@ -1,9 +1,9 @@
# Find system
UNAME = $(shell uname)

-VERSION = 5
+VERSION = 6

-CXXOPTS = -I Shared -I Source/Shared -I Source/MACLib -c
-CXXOPTS = -O2 -I Shared -I Source/Shared -I Source/MACLib -c
+CXXOPTS = -I Source/Shared -I Source/MACLib -c
LDOPTS = -lstdc++

DLLLDOPTS = -shared
diff -Naur mac-sdk-5.07/Source/Shared/All.h mac-sdk-5.07-gcc/Source/Shared/All.h
--- mac-sdk-5.07/Source/Shared/All.h 2019-11-18 20:48:52 +0000
+++ mac-sdk-5.07-gcc/Source/Shared/All.h 2019-11-21 10:49:22 +0000
@@ -87,46 +87,17 @@
diff -Naur mac-sdk-5.08b/Source/Shared/All.h mac-sdk-5.08b-gcc/Source/Shared/All.h
--- mac-sdk-5.08b/Source/Shared/All.h 2019-12-03 22:21:41 +0000
+++ mac-sdk-5.08b-gcc/Source/Shared/All.h 2019-12-15 10:05:55 +0000
@@ -86,46 +86,17 @@
#define ENABLE_COMPRESSION_MODE_HIGH
#define ENABLE_COMPRESSION_MODE_EXTRA_HIGH

Expand Down Expand Up @@ -198,7 +173,7 @@ diff -Naur mac-sdk-5.07/Source/Shared/All.h mac-sdk-5.07-gcc/Source/Shared/All.h

typedef uint64_t uint64;
typedef uint32_t uint32;
@@ -180,9 +151,13 @@
@@ -179,9 +150,13 @@
#define TICK_COUNT_FREQ 1000000
#undef ASSERT
#define ASSERT(e)
Expand All @@ -213,20 +188,21 @@ diff -Naur mac-sdk-5.07/Source/Shared/All.h mac-sdk-5.07-gcc/Source/Shared/All.h
#define strcpy_s(A, B, C) strcpy(A, C)
#define _tcscat_s(A, B, C) _tcscat(A, C)
#endif
diff -Naur mac-sdk-5.07/Source/Shared/NoWindows.h mac-sdk-5.07-gcc/Source/Shared/NoWindows.h
--- mac-sdk-5.07/Source/Shared/NoWindows.h 2019-10-29 14:16:46 +0000
+++ mac-sdk-5.07-gcc/Source/Shared/NoWindows.h 2019-11-21 10:39:43 +0000
@@ -42,6 +42,7 @@
#define _T(x) L ## x
diff -Naur mac-sdk-5.08b/Source/Shared/NoWindows.h mac-sdk-5.08b-gcc/Source/Shared/NoWindows.h
--- mac-sdk-5.08b/Source/Shared/NoWindows.h 2019-12-03 22:21:06 +0000
+++ mac-sdk-5.08b-gcc/Source/Shared/NoWindows.h 2019-12-15 10:16:26 +0000
@@ -48,7 +48,7 @@
#define _totlower towlower
#define _totupper towupper
#define _tcschr wcschr
-#define _tcsicmp wcscasecmp
+#define _tcsicmp wcscmp
#define _tcscpy wcscpy
#define _tcslen wcslen

#define _strnicmp strncasecmp
+#define _wcsicmp wcscmp
#define _wtoi(x) wcstol(x, NULL, 10)
#define _tcscat wcscat
#undef _totlower
diff -Naur mac-sdk-5.07/Source/Shared/StdLibFileIO.cpp mac-sdk-5.07-gcc/Source/Shared/StdLibFileIO.cpp
--- mac-sdk-5.07/Source/Shared/StdLibFileIO.cpp 2019-10-29 14:16:46 +0000
+++ mac-sdk-5.07-gcc/Source/Shared/StdLibFileIO.cpp 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/Source/Shared/StdLibFileIO.cpp mac-sdk-5.08b-gcc/Source/Shared/StdLibFileIO.cpp
--- mac-sdk-5.08b/Source/Shared/StdLibFileIO.cpp 2019-10-29 21:16:45 +0000
+++ mac-sdk-5.08b-gcc/Source/Shared/StdLibFileIO.cpp 2019-11-21 21:28:57 +0000
@@ -218,9 +218,7 @@
{
#ifdef PLATFORM_ANDROID
Expand All @@ -238,8 +214,8 @@ diff -Naur mac-sdk-5.07/Source/Shared/StdLibFileIO.cpp mac-sdk-5.07-gcc/Source/S
return ftello(m_pFile);
#else
return _ftelli64(m_pFile);
diff -Naur mac-sdk-5.07/configure mac-sdk-5.07-gcc/configure
--- mac-sdk-5.07/configure 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.07-gcc/configure 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/configure mac-sdk-5.08b-gcc/configure
--- mac-sdk-5.08b/configure 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.08b-gcc/configure 2019-11-21 21:28:57 +0000
@@ -0,0 +1 @@
+#!/bin/sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -Naur mac-sdk-5.07/Makefile mac-sdk-5.07-gcc/Makefile
--- mac-sdk-5.07/Makefile 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.07-gcc/Makefile 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/Makefile mac-sdk-5.08b-gcc/Makefile
--- mac-sdk-5.08b/Makefile 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.08b-gcc/Makefile 2019-11-21 21:28:57 +0000
@@ -0,0 +1,8 @@
+all:
+ $(MAKE) -f Source/Projects/NonWindows/Makefile
Expand All @@ -10,10 +10,10 @@ diff -Naur mac-sdk-5.07/Makefile mac-sdk-5.07-gcc/Makefile
+
+clean:
+ $(MAKE) -f Source/Projects/NonWindows/Makefile clean
diff -Naur mac-sdk-5.07/Shared/All.h mac-sdk-5.07-gcc/Shared/All.h
--- mac-sdk-5.07/Shared/All.h 2019-11-18 20:48:52 +0000
+++ mac-sdk-5.07-gcc/Shared/All.h 2019-11-21 10:49:22 +0000
@@ -87,46 +87,17 @@
diff -Naur mac-sdk-5.08b/Shared/All.h mac-sdk-5.08b-gcc/Shared/All.h
--- mac-sdk-5.08b/Shared/All.h 2019-12-03 22:21:41 +0000
+++ mac-sdk-5.08b-gcc/Shared/All.h 2019-12-15 10:05:55 +0000
@@ -86,46 +86,17 @@
#define ENABLE_COMPRESSION_MODE_HIGH
#define ENABLE_COMPRESSION_MODE_EXTRA_HIGH

Expand Down Expand Up @@ -62,7 +62,7 @@ diff -Naur mac-sdk-5.07/Shared/All.h mac-sdk-5.07-gcc/Shared/All.h

typedef uint64_t uint64;
typedef uint32_t uint32;
@@ -180,9 +151,13 @@
@@ -179,9 +150,13 @@
#define TICK_COUNT_FREQ 1000000
#undef ASSERT
#define ASSERT(e)
Expand All @@ -77,20 +77,21 @@ diff -Naur mac-sdk-5.07/Shared/All.h mac-sdk-5.07-gcc/Shared/All.h
#define strcpy_s(A, B, C) strcpy(A, C)
#define _tcscat_s(A, B, C) _tcscat(A, C)
#endif
diff -Naur mac-sdk-5.07/Shared/NoWindows.h mac-sdk-5.07-gcc/Shared/NoWindows.h
--- mac-sdk-5.07/Shared/NoWindows.h 2019-10-29 14:16:46 +0000
+++ mac-sdk-5.07-gcc/Shared/NoWindows.h 2019-11-21 10:39:43 +0000
@@ -42,6 +42,7 @@
#define _T(x) L ## x
diff -Naur mac-sdk-5.08b/Shared/NoWindows.h mac-sdk-5.08b-gcc/Shared/NoWindows.h
--- mac-sdk-5.08b/Shared/NoWindows.h 2019-12-03 22:21:06 +0000
+++ mac-sdk-5.08b-gcc/Shared/NoWindows.h 2019-12-15 10:16:26 +0000
@@ -48,7 +48,7 @@
#define _totlower towlower
#define _totupper towupper
#define _tcschr wcschr
-#define _tcsicmp wcscasecmp
+#define _tcsicmp wcscmp
#define _tcscpy wcscpy
#define _tcslen wcslen

#define _strnicmp strncasecmp
+#define _wcsicmp wcscmp
#define _wtoi(x) wcstol(x, NULL, 10)
#define _tcscat wcscat
#undef _totlower
diff -Naur mac-sdk-5.07/Source/Console/Console.cpp mac-sdk-5.07-gcc/Source/Console/Console.cpp
--- mac-sdk-5.07/Source/Console/Console.cpp 2019-11-18 20:48:12 +0000
+++ mac-sdk-5.07-gcc/Source/Console/Console.cpp 2019-11-21 10:50:28 +0000
diff -Naur mac-sdk-5.08b/Source/Console/Console.cpp mac-sdk-5.08b-gcc/Source/Console/Console.cpp
--- mac-sdk-5.08b/Source/Console/Console.cpp 2019-12-03 22:21:04 +0000
+++ mac-sdk-5.08b-gcc/Source/Console/Console.cpp 2019-12-15 10:15:31 +0000
@@ -21,7 +21,12 @@
#define UNDEFINED_MODE -1

Expand All @@ -105,51 +106,25 @@ diff -Naur mac-sdk-5.07/Source/Console/Console.cpp mac-sdk-5.07-gcc/Source/Conso
#define _tmain(argc, argv) main(argc, argv)
#define _tcscpy_s(dst, num, src) strcpy(dst, src)
#define _tcsncpy_s(dst, num, src, count) strncpy(dst, src, count)
@@ -222,18 +227,18 @@
else if (nMode == DECOMPRESS_MODE)
{
_ftprintf(stderr, _T("Decompressing...\n"));
- if (_tcsicmp(spOutputFilename, _T("auto")) == 0)
+ if (_wcsicmp(spOutputFilename, L"auto") == 0)
{
- TCHAR cOutput[MAX_PATH];
- TCHAR * pExtension = wcschr(spInputFilename, '.');
+ wchar_t cOutput[MAX_PATH];
+ wchar_t * pExtension = wcschr(spInputFilename, '.');
if (pExtension != NULL)
*pExtension = 0;
- _tcscpy(cOutput, spInputFilename);
+ wcscpy(cOutput, spInputFilename);
if (pExtension != NULL)
*pExtension = '.';
- _tcscat(cOutput, _T(".wav"));
- spOutputFilename.Assign(new TCHAR[_tcslen(cOutput) + 1], true);
- _tcscpy(spOutputFilename, cOutput);
+ wcscat(cOutput, L".wav");
+ spOutputFilename.Assign(new wchar_t[wcslen(cOutput) + 1], true);
+ wcscpy(spOutputFilename, cOutput);
}
nRetVal = DecompressFileW(spInputFilename, spOutputFilename, &nPercentageDone, ProgressCallback, &nKillFlag);
}
diff -Naur mac-sdk-5.07/Source/Projects/NonWindows/Makefile mac-sdk-5.07-gcc/Source/Projects/NonWindows/Makefile
--- mac-sdk-5.07/Source/Projects/NonWindows/Makefile 2019-04-27 12:24:04 +0000
+++ mac-sdk-5.07-gcc/Source/Projects/NonWindows/Makefile 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/Source/Projects/NonWindows/Makefile mac-sdk-5.08b-gcc/Source/Projects/NonWindows/Makefile
--- mac-sdk-5.08b/Source/Projects/NonWindows/Makefile 2019-12-03 22:38:44 +0000
+++ mac-sdk-5.08b-gcc/Source/Projects/NonWindows/Makefile 2019-11-21 21:28:57 +0000
@@ -1,9 +1,9 @@
# Find system
UNAME = $(shell uname)

-VERSION = 5
+VERSION = 6

-CXXOPTS = -I Shared -I Source/Shared -I Source/MACLib -c
-CXXOPTS = -O2 -I Shared -I Source/Shared -I Source/MACLib -c
+CXXOPTS = -I Source/Shared -I Source/MACLib -c
LDOPTS = -lstdc++

DLLLDOPTS = -shared
diff -Naur mac-sdk-5.07/Source/Shared/All.h mac-sdk-5.07-gcc/Source/Shared/All.h
--- mac-sdk-5.07/Source/Shared/All.h 2019-11-18 20:48:52 +0000
+++ mac-sdk-5.07-gcc/Source/Shared/All.h 2019-11-21 10:49:22 +0000
@@ -87,46 +87,17 @@
diff -Naur mac-sdk-5.08b/Source/Shared/All.h mac-sdk-5.08b-gcc/Source/Shared/All.h
--- mac-sdk-5.08b/Source/Shared/All.h 2019-12-03 22:21:41 +0000
+++ mac-sdk-5.08b-gcc/Source/Shared/All.h 2019-12-15 10:05:55 +0000
@@ -86,46 +86,17 @@
#define ENABLE_COMPRESSION_MODE_HIGH
#define ENABLE_COMPRESSION_MODE_EXTRA_HIGH

Expand Down Expand Up @@ -198,7 +173,7 @@ diff -Naur mac-sdk-5.07/Source/Shared/All.h mac-sdk-5.07-gcc/Source/Shared/All.h

typedef uint64_t uint64;
typedef uint32_t uint32;
@@ -180,9 +151,13 @@
@@ -179,9 +150,13 @@
#define TICK_COUNT_FREQ 1000000
#undef ASSERT
#define ASSERT(e)
Expand All @@ -213,20 +188,21 @@ diff -Naur mac-sdk-5.07/Source/Shared/All.h mac-sdk-5.07-gcc/Source/Shared/All.h
#define strcpy_s(A, B, C) strcpy(A, C)
#define _tcscat_s(A, B, C) _tcscat(A, C)
#endif
diff -Naur mac-sdk-5.07/Source/Shared/NoWindows.h mac-sdk-5.07-gcc/Source/Shared/NoWindows.h
--- mac-sdk-5.07/Source/Shared/NoWindows.h 2019-10-29 14:16:46 +0000
+++ mac-sdk-5.07-gcc/Source/Shared/NoWindows.h 2019-11-21 10:39:43 +0000
@@ -42,6 +42,7 @@
#define _T(x) L ## x
diff -Naur mac-sdk-5.08b/Source/Shared/NoWindows.h mac-sdk-5.08b-gcc/Source/Shared/NoWindows.h
--- mac-sdk-5.08b/Source/Shared/NoWindows.h 2019-12-03 22:21:06 +0000
+++ mac-sdk-5.08b-gcc/Source/Shared/NoWindows.h 2019-12-15 10:16:26 +0000
@@ -48,7 +48,7 @@
#define _totlower towlower
#define _totupper towupper
#define _tcschr wcschr
-#define _tcsicmp wcscasecmp
+#define _tcsicmp wcscmp
#define _tcscpy wcscpy
#define _tcslen wcslen

#define _strnicmp strncasecmp
+#define _wcsicmp wcscmp
#define _wtoi(x) wcstol(x, NULL, 10)
#define _tcscat wcscat
#undef _totlower
diff -Naur mac-sdk-5.07/Source/Shared/StdLibFileIO.cpp mac-sdk-5.07-gcc/Source/Shared/StdLibFileIO.cpp
--- mac-sdk-5.07/Source/Shared/StdLibFileIO.cpp 2019-10-29 14:16:46 +0000
+++ mac-sdk-5.07-gcc/Source/Shared/StdLibFileIO.cpp 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/Source/Shared/StdLibFileIO.cpp mac-sdk-5.08b-gcc/Source/Shared/StdLibFileIO.cpp
--- mac-sdk-5.08b/Source/Shared/StdLibFileIO.cpp 2019-10-29 21:16:45 +0000
+++ mac-sdk-5.08b-gcc/Source/Shared/StdLibFileIO.cpp 2019-11-21 21:28:57 +0000
@@ -218,9 +218,7 @@
{
#ifdef PLATFORM_ANDROID
Expand All @@ -238,8 +214,8 @@ diff -Naur mac-sdk-5.07/Source/Shared/StdLibFileIO.cpp mac-sdk-5.07-gcc/Source/S
return ftello(m_pFile);
#else
return _ftelli64(m_pFile);
diff -Naur mac-sdk-5.07/configure mac-sdk-5.07-gcc/configure
--- mac-sdk-5.07/configure 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.07-gcc/configure 2019-11-21 10:39:43 +0000
diff -Naur mac-sdk-5.08b/configure mac-sdk-5.08b-gcc/configure
--- mac-sdk-5.08b/configure 1970-01-01 00:00:00 +0000
+++ mac-sdk-5.08b-gcc/configure 2019-11-21 21:28:57 +0000
@@ -0,0 +1 @@
+#!/bin/sh
Loading

0 comments on commit 9de9b3d

Please sign in to comment.