-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (23 loc) · 810 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
1 README
********
This header set is intended to be used while porting Mac apps to GNUstep.
Currently it consists of two headers you may be interested in:
TargetConditionals.h
AvailabilityMacros.h
In future it will also include following:
OSTypes.h
OSAtomic.h
1.1 Requirements
================
On Linux libatomic_ops (http://www.hpl.hp.com/research/linux/atomic_ops/) is required to use OSAtomic.h
1.2 Install
===========
Currently there is no automatic installer, just copy files under the 'Headers' folder to the location of your choise.
1.3 Usage
=========
Add 'Portability' folder to your compilers include paths. Build.
Warning: please do not reference them as <Portability/SomeHeader.h> - it will invariably lead to #ifdefs in code.
1.4 License
===========
LGPLv2
Happy hacking!