ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/config/config.h
Revision: 1.2
Committed: 2012-01-02T00:03:37Z (12 years, 6 months ago) by asvitkine
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
Log Message:
add ppc build to xcode project

File Contents

# Content
1 #if defined(__x86_64__)
2 #include "config-macosx-x86_64.h"
3 #elif defined(__i386__)
4 #include "config-macosx-x86_32.h"
5 #elif defined(__ppc__)
6 #include "config-macosx-ppc_32.h"
7 #else
8 #error Unknown platform
9 #endif