milsko/pl/ostype/ClassicMacOSPPC.pl

7 lines
199 B
Perl
Raw Normal View History

2026-04-15 20:21:20 -07:00
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;