Added anyauthput.exe.
authorGisle Vanem <gvanem@broadpark.no>
Fri, 26 Nov 2004 15:04:15 +0000 (15:04 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Fri, 26 Nov 2004 15:04:15 +0000 (15:04 +0000)
docs/examples/makefile.dj

index 4200520..35e53d3 100644 (file)
@@ -1,33 +1,33 @@
-#\r
-#  Adapted for djgpp / Watt-32 / DOS by\r
-#  Gisle Vanem <giva@bgnett.no>\r
-#\r
-\r
-include ../../packages/DOS/common.dj\r
-\r
-CFLAGS += -I../../include -DFALSE=0 -DTRUE=1\r
-\r
-LIBS = ../../lib/libcurl.a\r
-\r
-ifeq ($(USE_SSL),1)\r
-  LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a\r
-endif\r
-\r
-LIBS += $(WATT32_ROOT)/lib/libwatt.a $(ZLIB_ROOT)/libz.a\r
-\r
-PROGRAMS  = fopen.exe ftpget.exe ftpgetresp.exe ftpupload.exe \\r
-            getinmemory.exe http-post.exe httpput.exe multi-app.exe \\r
-            multi-double.exe multi-post.exe multi-single.exe \\r
-            persistant.exe post-callback.exe postit2.exe \\r
-            sepheaders.exe simple.exe simplessl.exe https.exe \\r
-            ftp3rdparty.exe getinfo.exe\r
-\r
-all: $(PROGRAMS)\r
-\r
-%.exe: %.c\r
-       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)\r
-       @echo\r
-\r
-clean:\r
-       rm -f $(PROGRAMS)\r
-\r
+#
+#  Adapted for djgpp / Watt-32 / DOS by
+#  Gisle Vanem <giva@bgnett.no>
+#
+
+include ../../packages/DOS/common.dj
+
+CFLAGS += -I../../include -DFALSE=0 -DTRUE=1
+
+LIBS = ../../lib/libcurl.a
+
+ifeq ($(USE_SSL),1)
+  LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a
+endif
+
+LIBS += $(WATT32_ROOT)/lib/libwatt.a $(ZLIB_ROOT)/libz.a
+
+PROGRAMS  = fopen.exe ftpget.exe ftpgetresp.exe ftpupload.exe \
+            getinmemory.exe http-post.exe httpput.exe multi-app.exe \
+            multi-double.exe multi-post.exe multi-single.exe \
+            persistant.exe post-callback.exe postit2.exe \
+            sepheaders.exe simple.exe simplessl.exe https.exe \
+            ftp3rdparty.exe getinfo.exe anyauthput.exe
+
+all: $(PROGRAMS)
+
+%.exe: %.c
+       $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+       @echo
+
+clean:
+       rm -f $(PROGRAMS)
+