[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Evert Glebbeek wrote:
On Friday 04 February 2005 23:45, Michal Molhanec wrote:
That makes no sense since the Allegro headers are not in the examples
directory. RTFM for your favourite compiler :-))))))).
No, they're included in the search path using a -I directive. Doesn't mean
they're in a system location...
MSVC, GCC, Watcom do this:
#include <...>
1) search the /I dirs
2) search some default
#include "..."
1) search current dir/dir with the including file
2) search the /I dirs
3) search some default
--
Regards,
Michal