comparison autovar/README.txt @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children 43675cb378ce
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 autovar -- a small macro auto-detection library
2
3
4 the following gives the list of variables available.
5 for each variable, a separate header file is used.
6
7 OS: Operating System
8 ARCH: Architecture
9 CC: C Compiler
10 ABI: Application Binary Interface
11 OSFAMILY: OS Roots
12
13
14 the following gives the tree of variables
15
16 OS:
17 Win32
18 Win64
19 Darwin
20 IOS
21 MacOSX
22 Linux
23 FreeBSD
24 OpenBSD
25 NetBSD
26 DragonFlyBSD
27 SunOS
28 Cygwin
29 MinGW
30 NDS
31 PSP
32 BeOS
33 Plan9
34 VMS
35 Minix
36 Unknown
37
38 ARCH:
39 X86
40 X64
41 IA64
42 PPC
43 PPC64
44 MIPS64
45 MIPS
46 ARM
47 THUMB
48 SH
49 SPARC64
50 SPARC
51
52 ABI:
53 PE
54 Mach
55 ELF
56 ELF32
57 ELF64
58
59 OSFAMILY:
60 Windows
61 Unix
62
63 CC:
64 INTEL
65 MSVC
66 GNU
67 WATCOM
68 PCC
69 SUN