]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added rawstr.c to the non-configure curl makefiles
authorDan Fandrich <dan@coneharvesters.com>
Thu, 23 Oct 2008 17:36:27 +0000 (17:36 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 23 Oct 2008 17:36:27 +0000 (17:36 +0000)
src/Makefile.vc6
src/curlsrc.dsp

index 49438d1e381e01b98c60d95de5242ff97bc7e42f..e85ca2f7f60959ea98a38a8e1d48ca8d37b9bb8a 100644 (file)
@@ -98,6 +98,7 @@ RELEASE_OBJS= \
        getpassr.obj \\r
        homedirr.obj \\r
        curlutilr.obj \\r
+       rawstrr.obj \\r
        strtoofftr.obj \\r
        mainr.obj \\r
        curlr.res\r
@@ -109,6 +110,7 @@ DEBUG_OBJS= \
        getpassd.obj \\r
        homedird.obj \\r
        curlutild.obj \\r
+       rawstrd.obj \\r
        strtoofftd.obj \\r
        maind.obj \\r
        curld.res\r
@@ -245,6 +247,8 @@ homedirr.obj: homedir.c
        $(CCR) $(CFLAGS) /Fo"$@" homedir.c\r
 curlutilr.obj: curlutil.c\r
        $(CCR) $(CFLAGS) /Fo"$@" curlutil.c\r
+rawstrr.obj: ../lib/rawstr.c\r
+       $(CCR) $(CFLAGS) /Fo"$@" ../lib/rawstr.c\r
 strtoofftr.obj: ../lib/strtoofft.c\r
        $(CCR) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c\r
 mainr.obj: main.c\r
@@ -265,6 +269,8 @@ homedird.obj: homedir.c
        $(CCD) $(CFLAGS) /Fo"$@" homedir.c\r
 curlutild.obj: curlutil.c\r
        $(CCD) $(CFLAGS) /Fo"$@" curlutil.c\r
+rawstrd.obj: ../lib/rawstr.c\r
+       $(CCD) $(CFLAGS) /Fo"$@" ../lib/rawstr.c\r
 strtoofftd.obj: ../lib/strtoofft.c\r
        $(CCD) $(CFLAGS) /Fo"$@" ../lib/strtoofft.c\r
 maind.obj: main.c\r
index c5b0ecbf124a503163274c26dec81e1ff0cb97d9..cba6924e27f1378dc056dcf2b97a4d9639096a97 100644 (file)
@@ -159,6 +159,10 @@ SOURCE=.\main.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\lib\rawstr.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\lib\strtoofft.c\r
 # End Source File\r
 # Begin Source File\r
@@ -203,6 +207,10 @@ SOURCE=.\setup.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\lib\rawstr.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\lib\strtoofft.h\r
 # End Source File\r
 # Begin Source File\r