1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Fix '!if' expression.

This commit is contained in:
Gisle Vanem 2005-01-11 14:52:42 +00:00
parent bb9e5565f2
commit 2e62458eef

View File

@ -17,7 +17,7 @@ CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm &
-dSIZEOF_CURL_OFF_T=8 -dCURLDEBUG -dCURLTOOLDEBUG -dENABLE_IPV6 &
-dHAVE_WINSOCK2_H -I..\include -I..\lib
!if "STATIC" == "0"
!ifeq STATIC 0
LIBCURL = ..\lib\libcurl_wc_imp.lib
!else