]> granicus.if.org Git - curl/commitdiff
Makefile.vc6: fixed the xattr.c compile
authorAdam Light <aclight@gmail.com>
Fri, 12 Nov 2010 19:19:56 +0000 (20:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Nov 2010 22:29:29 +0000 (23:29 +0100)
src/Makefile.vc6

index bd60fc2b340eb4a85be5c9434788f8b69af4c094..da7a2a351e4ffea91351f610a5fbd29720eba9d1 100644 (file)
@@ -260,6 +260,8 @@ rawstrr.obj: ../lib/rawstr.c
        $(CCR) $(CFLAGS) /Fo"$@" ../lib/rawstr.c\r
 strtoofftr.obj: ../lib/strtoofft.c\r
        $(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c\r
+xattrr.obj: xattr.c\r
+       $(CCR) $(CFLAGS) /Fo"$@" xattr.c\r
 mainr.obj: main.c\r
        $(CCR) $(CFLAGS) /Fo"$@" main.c\r
 curlr.res : curl.rc\r
@@ -286,6 +288,8 @@ rawstrd.obj: ../lib/rawstr.c
        $(CCD) $(CFLAGS) /Fo"$@" ../lib/rawstr.c\r
 strtoofftd.obj: ../lib/strtoofft.c\r
        $(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c\r
+xattrd.obj: xattr.c\r
+       $(CCD) $(CFLAGS) /Fo"$@" xattr.c\r
 maind.obj: main.c\r
        $(CCD) $(CFLAGS) /Fo"$@" main.c\r
 curld.res : curl.rc\r