History log of /curl/projects/generate.bat (Results 26 – 50 of 56)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_47_1
# d49881cb 03-Feb-2016 Viktor Szakats

URLs: change more http to https


# 4af40b36 02-Feb-2016 Daniel Stenberg

URLs: change all http:// URLs to https://


Revision tags: curl-7_47_0, curl-7_46_0, curl-7_45_0
# bedf0a58 14-Aug-2015 Steve Holme

generate.bat: Added support for generating only the prerequisite files


# 6ba9a1b9 14-Aug-2015 Steve Holme

generate.bat: Only call buildconf.bat if it exists


# bc66c21c 14-Aug-2015 Steve Holme

generate.bat: Fixed issues when ran in directories with special chars


Revision tags: curl-7_44_0
# cde44721 09-Aug-2015 Steve Holme

generate.bat: Use buildconf.bat for prerequisite file generation


# 4a21346e 08-Aug-2015 Steve Holme

scripts: Always perform setlocal and endlocal calls in pairs

Ensure that there isn't a mismatch between setlocal and endlocal calls,
which could have happened due to setlocal being calle

scripts: Always perform setlocal and endlocal calls in pairs

Ensure that there isn't a mismatch between setlocal and endlocal calls,
which could have happened due to setlocal being called after certain
error conditions were checked for.

show more ...


# 4aee1f9c 08-Aug-2015 Steve Holme

scripts: Allow -help to be specified in any argument

Allow the -help command line argument to be specified in any argument
and not just as the first.


# 0342ada3 06-Aug-2015 Steve Holme

generate.bat: Added a check for the presence of a git repository


# 473807b9 05-Aug-2015 Steve Holme

generate.bat: Use buildconf.bat for prerequisite file clean-up


# 37257485 03-Aug-2015 Steve Holme

generate.bat: Only clean prerequisite files when in ALL mode


# 1e67bc5e 03-Aug-2015 Steve Holme

generate.bat: Moved error messages out of sub-routines


# 12f915ca 03-Aug-2015 Steve Holme

generate.bat: More use of lower-case for commands and reserved keywords


# b656715d 26-Jul-2015 Steve Holme

generate.bat: Use lower-case for commands and reserved keywords

Whilst there are no coding standards for the batch files used in curl,
most tend to use lower-case for keywords and upper-

generate.bat: Use lower-case for commands and reserved keywords

Whilst there are no coding standards for the batch files used in curl,
most tend to use lower-case for keywords and upper-case for variables.

show more ...


# 9b95306d 26-Jul-2015 Steve Holme

build: Added initial VC14 support to generate.bat

Visual Studio project files and updates to makefile.am to follow.


# 16279301 26-Jul-2015 Steve Holme

build: Renamed curl src Visual Studio project files

Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.


Revision tags: curl-7_43_0, curl-7_42_1, curl-7_42_0
# 139141f8 08-Apr-2015 Jay Satiro

build: Generate source prerequisites for Visual Studio in generate.bat

Prior to this change Visual Studio builds could fail due to missing
prerequisites src/tool_hugehelp.c and include/c

build: Generate source prerequisites for Visual Studio in generate.bat

Prior to this change Visual Studio builds could fail due to missing
prerequisites src/tool_hugehelp.c and include/curl/curlbuild.h.

http://curl.haxx.se/mail/lib-2015-04/0034.html

show more ...


# 0d04e859 26-Feb-2015 Steve Holme

build: Added support to Generate.bat for files in the upcoming vauth folder


Revision tags: curl-7_41_0
# c49e2289 01-Feb-2015 Steve Holme

build: Added removal of Visual Studio project files

Added the removal of the locally generated project files so one
may revert to a clean repository.


Revision tags: curl-7_40_0
# 3aa51450 05-Nov-2014 Steve Holme

build: Fixed Visual Studio project file generation of strdup.[c|h]

As the curl command-line tool now includes it's own version of strdup(),
for platforms that don't have it, fixed up the

build: Fixed Visual Studio project file generation of strdup.[c|h]

As the curl command-line tool now includes it's own version of strdup(),
for platforms that don't have it, fixed up the git respository Visual
Studio project file generator to not include the version from lib in the
tool project files, rather than having both lib\strdup.[c|h] and
src\tool_strdup.[c|h] present.

show more ...


Revision tags: curl-7_39_0
# 9029297d 02-Nov-2014 Steve Holme

build: Added optional specific version generation of VC project files

..when working from the git repository. This is particularly useful
for single development environments where the pr

build: Added optional specific version generation of VC project files

..when working from the git repository. This is particularly useful
for single development environments where the project files for all
supported versions of Visual Studio may not be required.

show more ...


Revision tags: curl-7_38_0, curl-7_37_1
# a9388b73 22-May-2014 Steve Holme

build: Use CURLX_* file lists for Visual Studio curl tool project generation


Revision tags: curl-7_37_0
# 831f6dd1 17-May-2014 Steve Holme

build: Fixed another tabulation issue in the Visual Studio file generator


# 63f7e642 11-May-2014 Steve Holme

build: Fixed some tabulation issues in the Visual Studio file generator


# 96876b37 01-May-2014 Steve Holme

build: Fixed Visual Studio project file generator missing some files

As of commit 6cdd88f22c the Visual Studio project file generator would
skip the first and last file from each group o

build: Fixed Visual Studio project file generator missing some files

As of commit 6cdd88f22c the Visual Studio project file generator would
skip the first and last file from each group of files.

show more ...


123