Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-26 | build: Added support to Generate.bat for files in the upcoming vauth folder | Steve Holme | |
2015-02-02 | build: Added removal of Visual Studio project files | Steve Holme | |
Added the removal of the locally generated project files so one may revert to a clean repository. | |||
2014-11-05 | build: Fixed Visual Studio project file generation of strdup.[c|h] | Steve Holme | |
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. | |||
2014-11-02 | build: Added optional specific version generation of VC project files | Steve Holme | |
..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. | |||
2014-05-22 | build: Use CURLX_* file lists for Visual Studio curl tool project generation | Steve Holme | |
2014-05-17 | build: Fixed another tabulation issue in the Visual Studio file generator | Steve Holme | |
2014-05-11 | build: Fixed some tabulation issues in the Visual Studio file generator | Steve Holme | |
2014-05-01 | build: Fixed Visual Studio project file generator missing some files | Steve Holme | |
As of commit 6cdd88f22c the Visual Studio project file generator would skip the first and last file from each group of files. | |||
2014-04-30 | build: Fixed generation when source file names contain spaces | Steve Holme | |
This shouldn't happen with the source files in the repository, but fixed the output when there are spurious files lying around that contain spaces. For example "pop3 - Copy.c" By including the offending source file in the project files the user can then see the file and remove it if necessary. | |||
2014-04-29 | build: Added VC7 and VC7.1 support to the project file generator | Steve Holme | |
Note: VC7.1 templates are currently not available. | |||
2014-04-29 | build: Added VC6 and VC12 support to the project file generator | Steve Holme | |
2014-04-29 | build: Added VC11 support to the project file generator | Steve Holme | |
2014-04-29 | build: Added VC9 and VC10 support to the project file generator | Steve Holme | |
2014-04-29 | build: Added Visual Studio project file generator | Steve Holme | |
Added a batch file for generating the Visual Studio project files from the new template files. |