ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
cebix
/
SheepShaver
/
src
/
MacOSX
/
config
/
config.h
Revision:
1.1
Committed:
2011-12-28T22:38:03Z
(12 years, 10 months ago) by
asvitkine
Content type:
text/plain
Branch:
MAIN
Log Message:
add pre-generated config files for Xcode project so far, only the x86-64 config
File Contents
#
User
Rev
Content
1
asvitkine
1.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_64.h"
7
#else
8
#error Unknown platform
9
#endif