This commit is contained in:
jvernet 2018-01-02 17:01:45 +01:00
parent b904304e89
commit ea626e216d
6 changed files with 5 additions and 2461 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -1447,7 +1447,7 @@
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "";
OTHER_CFLAGS = "-D__MACH__";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
"-pagezero_size",
@ -1506,7 +1506,7 @@
INSTALL_PATH = "$(HOME)/Applications";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "";
OTHER_CFLAGS = "-D__MACH__";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
OTHER_LDFLAGS = (
"-pagezero_size",

View File

@ -9,7 +9,7 @@
/* #undef AC_APPLE_UNIVERSAL_BUILD */
/* Define if using a PowerPC CPU emulator. */
#define EMULATED_PPC 1
// #define EMULATED_PPC 1
/* Define to enable dyngen engine */
#define ENABLE_DYNGEN 1
@ -114,8 +114,8 @@
/* #undef HAVE_FRAMEWORK_SDL */
/* Define if framework SDL2 is available. */
/* #undef HAVE_FRAMEWORK_SDL2 */
#define HAVE_FRAMEWORK_SDL2 */
#error stophere
/* Define to 1 if you have the <history.h> header file. */
/* #undef HAVE_HISTORY_H */