1
0
mirror of https://github.com/cahirwpz/amigaos-gcc-2.95.3.git synced 2025-12-08 14:58:59 +00:00

add extra includes directory for 3rd party libraries

This commit is contained in:
Krystian Bacławski
2017-01-18 21:13:07 +01:00
parent f979e3d653
commit eef13d1aba

View File

@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
{ \ { \
{ GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 }, \ { GPLUSPLUS_INCLUDE_DIR, "G++", 1, 1 }, \
{ GCC_INCLUDE_DIR, "GCC", 0, 0 }, \ { GCC_INCLUDE_DIR, "GCC", 0, 0 }, \
{ TOOL_INCLUDE_DIR "/../include", "GCC", 0, 0 }, \
{ TOOL_INCLUDE_DIR "/../ndk/include", "GCC", 0, 0 }, \ { TOOL_INCLUDE_DIR "/../ndk/include", "GCC", 0, 0 }, \
{ CROSS_INCLUDE_DIR, "GCC", 0, 0, 0 }, \ { CROSS_INCLUDE_DIR, "GCC", 0, 0, 0 }, \
{ 0, 0, 0, 0 } \ { 0, 0, 0, 0 } \