mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:03:33 +03:00
Initial support of curlbuild.h and curlrules.h which allows
to have a curl_off_t data type no longer gated to off_t.
This commit is contained in:
parent
a3045b4e49
commit
14240e9e10
32 changed files with 1076 additions and 166 deletions
|
|
@ -8,7 +8,7 @@ CC = wcc386
|
|||
|
||||
CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm &
|
||||
-bt=nt -d+ -dWIN32 -dHAVE_STRTOLL &
|
||||
-dSIZEOF_CURL_OFF_T=8 -dCURLDEBUG -dENABLE_IPV6 -dHAVE_WINSOCK2_H &
|
||||
-dCURLDEBUG -dENABLE_IPV6 -dHAVE_WINSOCK2_H &
|
||||
-I..\include -I..\lib
|
||||
|
||||
OBJ_DIR = WC_Win32.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue