mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 13:38:04 -05:00
Makefile.vc6: fixed the xattr.c compile
This commit is contained in:
parent
c79f816c32
commit
64520e43d4
@ -260,6 +260,8 @@ rawstrr.obj: ../lib/rawstr.c
|
|||||||
$(CCR) $(CFLAGS) /Fo"$@" ../lib/rawstr.c
|
$(CCR) $(CFLAGS) /Fo"$@" ../lib/rawstr.c
|
||||||
strtoofftr.obj: ../lib/strtoofft.c
|
strtoofftr.obj: ../lib/strtoofft.c
|
||||||
$(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
|
$(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
|
||||||
|
xattrr.obj: xattr.c
|
||||||
|
$(CCR) $(CFLAGS) /Fo"$@" xattr.c
|
||||||
mainr.obj: main.c
|
mainr.obj: main.c
|
||||||
$(CCR) $(CFLAGS) /Fo"$@" main.c
|
$(CCR) $(CFLAGS) /Fo"$@" main.c
|
||||||
curlr.res : curl.rc
|
curlr.res : curl.rc
|
||||||
@ -286,6 +288,8 @@ rawstrd.obj: ../lib/rawstr.c
|
|||||||
$(CCD) $(CFLAGS) /Fo"$@" ../lib/rawstr.c
|
$(CCD) $(CFLAGS) /Fo"$@" ../lib/rawstr.c
|
||||||
strtoofftd.obj: ../lib/strtoofft.c
|
strtoofftd.obj: ../lib/strtoofft.c
|
||||||
$(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
|
$(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c
|
||||||
|
xattrd.obj: xattr.c
|
||||||
|
$(CCD) $(CFLAGS) /Fo"$@" xattr.c
|
||||||
maind.obj: main.c
|
maind.obj: main.c
|
||||||
$(CCD) $(CFLAGS) /Fo"$@" main.c
|
$(CCD) $(CFLAGS) /Fo"$@" main.c
|
||||||
curld.res : curl.rc
|
curld.res : curl.rc
|
||||||
|
Loading…
Reference in New Issue
Block a user