ObjFW  Check-in [52fd75e0d0]

Overview
Comment:Change include path in objfw-config.

You need to do #import <objfw/*.h> now instead of #import <*.h>.

This prevents trouble with files like asprintf.h and makes it easier
to build the library as a framework for OS X.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 52fd75e0d0a0fb8367d5fdf62612713727596479091b262bca4a53aaa2909450
User & Date: js on 2009-06-06 19:17:32
Other Links: manifest | tags
Context
2009-06-09
13:01
Use #import "*.h" instead of #import <*.h> in objfw.h. check-in: b7cd1e3dc6 user: js tags: trunk
2009-06-06
19:17
Change include path in objfw-config. check-in: 52fd75e0d0 user: js tags: trunk
14:10
Add OFFile singletons for stdin, stdout and stderr. check-in: f285996b91 user: js tags: trunk
Changes