diff options
author | Mutwin Kraus | 2002-03-12 18:45:35 +0000 |
---|---|---|
committer | Mutwin Kraus | 2002-03-12 18:45:35 +0000 |
commit | 699307c20ec90b832b90a37a3ad409e27f1f6e31 (patch) | |
tree | 66dc9ce344c72802823d7b8ab11bef2bd2704092 /mac | |
parent | 9dee7b53d2fbae337261d67f55b23a5edf516c3d (diff) | |
download | scummvm-rg350-699307c20ec90b832b90a37a3ad409e27f1f6e31.tar.gz scummvm-rg350-699307c20ec90b832b90a37a3ad409e27f1f6e31.tar.bz2 scummvm-rg350-699307c20ec90b832b90a37a3ad409e27f1f6e31.zip |
A read me with bugs, and how to compile the Mac Carbon Port.
svn-id: r3735
Diffstat (limited to 'mac')
-rw-r--r-- | mac/CarbonPort-ReadMe.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mac/CarbonPort-ReadMe.txt b/mac/CarbonPort-ReadMe.txt new file mode 100644 index 0000000000..a97ea278ca --- /dev/null +++ b/mac/CarbonPort-ReadMe.txt @@ -0,0 +1,18 @@ +README FOR THE MAC CARBON PORT + +Runs on Mac OS X 10.1 (could also run on 10.0.x, but not tested), and Mac OS 8.6 or later (with CarbonLib +installed). + +HOW TO COMPILE? +Launch the scummvm.mcp file in CodeWarrior and choose one of the Targets to compile. For just playing, +you should choose "ScummVM Final", the Debug one is just for Developing. +Also, when it runs stable, I will put some Binaries at our Site. + +BUGS: +- No Sound support at all +- On OS X it got some Problems with KeyDown-Events (hope I get them fixed) +- Some minor bugs + +If you find any bugs, just make a Bug Report on our SourceForge Page. + +-- Mutle
\ No newline at end of file |