mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
Tweaked the include paths to work in CodeWarrior
This commit is contained in:
parent
74a16db975
commit
c324033ba4
@ -15,8 +15,9 @@ SOURCEPATH ../../../lib
|
|||||||
SOURCE \
|
SOURCE \
|
||||||
rawstr.c
|
rawstr.c
|
||||||
|
|
||||||
SYSTEMINCLUDE ../../../include ../../../lib ../../../include/curl \
|
USERINCLUDE ../../../src ../../../lib ../../../include/curl
|
||||||
/epoc32/include /epoc32/include/stdapis
|
|
||||||
|
SYSTEMINCLUDE ../../../include /epoc32/include /epoc32/include/stdapis
|
||||||
|
|
||||||
LIBRARY euser.lib libc.lib libcurl.lib
|
LIBRARY euser.lib libc.lib libcurl.lib
|
||||||
STATICLIBRARY libcrt0.lib
|
STATICLIBRARY libcrt0.lib
|
||||||
|
@ -32,10 +32,9 @@ SOURCE \
|
|||||||
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
|
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
|
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c
|
||||||
|
|
||||||
USERINCLUDE ../../../lib
|
USERINCLUDE ../../../lib ../../../include/curl
|
||||||
|
|
||||||
SYSTEMINCLUDE ../../../include ../../../include/curl \
|
SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include
|
||||||
/epoc32/include/stdapis /epoc32/include
|
|
||||||
|
|
||||||
LIBRARY euser.lib libc.lib
|
LIBRARY euser.lib libc.lib
|
||||||
#ifdef ENABLE_ZLIB
|
#ifdef ENABLE_ZLIB
|
||||||
|
Loading…
Reference in New Issue
Block a user