Skip to content
Snippets Groups Projects
Commit c324033b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Tweaked the include paths to work in CodeWarrior

parent 74a16db9
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,9 @@ SOURCEPATH ../../../lib
SOURCE \
rawstr.c
SYSTEMINCLUDE ../../../include ../../../lib ../../../include/curl \
/epoc32/include /epoc32/include/stdapis
USERINCLUDE ../../../src ../../../lib ../../../include/curl
SYSTEMINCLUDE ../../../include /epoc32/include /epoc32/include/stdapis
LIBRARY euser.lib libc.lib libcurl.lib
STATICLIBRARY libcrt0.lib
......
......@@ -32,10 +32,9 @@ SOURCE \
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c
USERINCLUDE ../../../lib
USERINCLUDE ../../../lib ../../../include/curl
SYSTEMINCLUDE ../../../include ../../../include/curl \
/epoc32/include/stdapis /epoc32/include
SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
LIBRARY euser.lib libc.lib
#ifdef ENABLE_ZLIB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment