This commit is contained in:
parent
47fe57b31c
commit
f8a94b7380
31 changed files with 220 additions and 180 deletions
10
pl/ostype/ClassicMacOS.pl
Normal file
10
pl/ostype/ClassicMacOS.pl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use_backend("classicmacos");
|
||||
|
||||
print("Compiling for Classic Mac OS via ./configure currently outputs a broken executable and it only supports PowerPC. Help is wanted. In the mean time, use CMake.")
|
||||
|
||||
$cc = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/powerpc-apple-macos-gcc";
|
||||
$ar = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/powerpc-apple-macos-ar";
|
||||
add_cflags("-DCLASSIC_MAC_OS");
|
||||
add_cflags("-DSTBI_NO_THREAD_LOCALS");
|
||||
|
||||
1;
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
use_backend("classicmacos");
|
||||
|
||||
$cc = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/m68k-apple-macos-gcc";
|
||||
$ar = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/m68k-apple-macos-ar";
|
||||
add_cflags("-DCLASSIC_MAC_OS");
|
||||
|
||||
1;
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
use_backend("classicmacos");
|
||||
|
||||
$cc = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/powerpc-apple-macos-gcc";
|
||||
$ar = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/powerpc-apple-macos-ar";
|
||||
add_cflags("-DCLASSIC_MAC_OS");
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue