diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-12 16:45:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-12 16:45:25 +0100 |
commit | 50525f4f40b47c635a6b1570dc285ac7c2625f46 (patch) | |
tree | a1075677b2c57d700cb554ef76a57357be54d0fa /buildconf.bat | |
parent | d6b37d83f941c7b38336c62e06ff87157b3cf6ae (diff) | |
download | curl-50525f4f40b47c635a6b1570dc285ac7c2625f46.tar.gz |
dist: ship buildconf.bat too
As the winbuild/* stuff uses it!
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/buildconf.bat b/buildconf.bat index e09d67ea8..ad3fba6bc 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -6,7 +6,7 @@ rem * / __| | | | |_) | | rem * | (__| |_| | _ <| |___ rem * \___|\___/|_| \_\_____| rem * -rem * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. +rem * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. rem * rem * This software is licensed as described in the file COPYING, which rem * you should have received as part of this distribution. The terms @@ -26,8 +26,6 @@ rem rem This batch file must be used to set up a git tree to build on systems where rem there is no autotools support (i.e. DOS and Windows). rem -rem This file is not included or required for curl's release archives or daily -rem snapshot archives. :begin rem Set our variables |