diff options
| author | Gisle Vanem <gvanem@broadpark.no> | 2004-11-26 15:04:15 +0000 | 
|---|---|---|
| committer | Gisle Vanem <gvanem@broadpark.no> | 2004-11-26 15:04:15 +0000 | 
| commit | f0e66d8c76dc53ab9046f82e14ff9785b439a9da (patch) | |
| tree | 03b23edf876c1b858d1a73f123e0f21ea1218837 /docs | |
| parent | af114358c86a9c6a85402d80980bb919c99bbef9 (diff) | |
Added anyauthput.exe.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/makefile.dj | 66 | 
1 files changed, 33 insertions, 33 deletions
| diff --git a/docs/examples/makefile.dj b/docs/examples/makefile.dj index 4200520be..35e53d381 100644 --- a/docs/examples/makefile.dj +++ b/docs/examples/makefile.dj @@ -1,33 +1,33 @@ -#
 -#  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
 -
 -all: $(PROGRAMS)
 -
 -%.exe: %.c
 -	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
 -	@echo
 -
 -clean:
 -	rm -f $(PROGRAMS)
 -
 +# +#  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) + | 
