Commit c324033b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Tweaked the include paths to work in CodeWarrior

parent 74a16db9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
+2 −3
Original line number Diff line number Diff line
@@ -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