1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

dist: include the projects/ files in releases

... the recent MSVC project files added by Steve Holme
This commit is contained in:
Daniel Stenberg 2014-04-08 10:17:03 +02:00
parent 73b7a03c3f
commit a700f9002c

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms
@ -38,6 +38,10 @@ VC8LIBPRJ = vs/vc8/lib/vc8libcurl.vcproj
VC8LIBPRJHEAD = vs/t/lib/vc8_libcurl_prj.head VC8LIBPRJHEAD = vs/t/lib/vc8_libcurl_prj.head
VC8LIBPRJFOOT = vs/t/lib/vc8_libcurl_prj.foot VC8LIBPRJFOOT = vs/t/lib/vc8_libcurl_prj.foot
VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \
projects/Windows/VC8/lib/libcurl.tmpl projects/Windows/VC8/curl.sln \
projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.sln
VC_DIST = \ VC_DIST = \
vs/t/README \ vs/t/README \
$(VC6LIBDSP) $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \ $(VC6LIBDSP) $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \
@ -45,7 +49,7 @@ VC_DIST = \
vs/vc6/vc6curl.dsw \ vs/vc6/vc6curl.dsw \
vs/vc6/lib/vc6libcurl.dsw \ vs/vc6/lib/vc6libcurl.dsw \
vs/vc6/src/vc6curltool.dsw \ vs/vc6/src/vc6curltool.dsw \
vs/vc6/src/vc6curltool.dsp vs/vc6/src/vc6curltool.dsp $(VCPROJECTS)
VC6LIBDSP_DEPS = $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \ VC6LIBDSP_DEPS = $(VC6LIBDSPHEAD) $(VC6LIBDSPFOOT) \
Makefile.am lib/Makefile.inc Makefile.am lib/Makefile.inc