projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba52e0a
)
Added Win32-only samples.
author
Guenter Knauf
<lists@gknw.net>
Fri, 23 Sep 2011 01:00:32 +0000
(
03:00
+0200)
committer
Guenter Knauf
<lists@gknw.net>
Fri, 23 Sep 2011 01:00:32 +0000
(
03:00
+0200)
docs/examples/Makefile.m32
patch
|
blob
|
history
diff --git
a/docs/examples/Makefile.m32
b/docs/examples/Makefile.m32
index 909ec8cdedf7a27ce5a0589f2289a3df768a3532..975eed6b9a0f280001a70aae039b607bed14cef7 100644
(file)
--- a/
docs/examples/Makefile.m32
+++ b/
docs/examples/Makefile.m32
@@
-216,6
+216,7
@@
curl_LDADD += -lws2_32
include Makefile.inc
check_PROGRAMS := $(patsubst %,%.exe,$(strip $(check_PROGRAMS)))
+check_PROGRAMS += ftpuploadresume.exe synctime.exe
all: $(check_PROGRAMS)