Skip to content

Commit 3764c8c

Browse files
committed
Update dependencies
1 parent 8fe6151 commit 3764c8c

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ For a full list of changes, see the [git commit log][log]
55

66
[log]: https://github.com/mturk/cmsc/commits/
77

8+
## cmsc 15.0_41
9+
10+
* Update cygwrun dependency
11+
812
## cmsc 15.0_40
913

1014
* Use amd64/lib.exe

setenv.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if not exist "%CmscRootDir%\msvc\bin\build.exe" (
2626
exit /B 1
2727
)
2828
set "WINVER=0x0601"
29-
set "CMSC_VERSION=15040"
29+
set "CMSC_VERSION=15041"
3030
rem
3131
rem Default target is 64-bit Windows
3232
rem

tools/7za.exe

41 KB
Binary file not shown.

tools/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
```
5-
curl.exe 7.79.1 https://curl.se/windows/dl-7.79.1/curl-7.79.1-win64-mingw.zip
6-
7za.exe 21.03 https://www.7-zip.org/a/7z2103-extra.7z
5+
curl.exe 7.80.0 https://curl.se/windows/dl-7.80.0/curl-7.80.0-win64-mingw.zip
6+
7za.exe 21.04 https://www.7-zip.org/a/7z2104-extra.7z
77
patch.exe 2.5.9 http://gnuwin32.sourceforge.net
88
```
99

tools/cmsc15_versions.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rem limitations under the License.
1414
rem
1515
rem Setup environment for Microsoft Compiler Toolkit
1616
rem
17-
set "CmscVer=15.0_40"
17+
set "CmscVer=15.0_41"
1818
set "CmscSys=64"
1919
set "CmscOsv=win7"
2020
set "NasmVer=2.15.05"

tools/curl.exe

4.57 KB
Binary file not shown.

0 commit comments

Comments
 (0)