mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
Add SDK version to build, correct fciv path.
This commit is contained in:
@@ -47,7 +47,7 @@ rmdir ..\..\lib\%compvers%_x64_dll /s /q
|
||||
del %compvers%x64_Debug.txt
|
||||
del %compvers%x64_Release.txt
|
||||
|
||||
if "%compvers%" == "vc14x" call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64
|
||||
if "%compvers%" == "vc14x" call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64 10.0.17763.0
|
||||
|
||||
@echo 64 bit release build
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ cd %base_dir%\docs
|
||||
7z a -t7z ..\%packagePath%\%VCver%\wxMSW-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER%_%VCver%_x64_Dev.7z licence.txt
|
||||
7z a -t7z ..\%packagePath%\%VCver%\wxMSW-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER%_%VCver%_x64_ReleaseDLL.7z licence.txt
|
||||
|
||||
cd %packagePath%\%VCver%
|
||||
cd ..\%packagePath%\%VCver%
|
||||
del sha1.txt
|
||||
rem fciv requires a complete path to files
|
||||
fciv %cd%\. -type *.7z -sha1 -wp >> sha1.txt
|
||||
|
||||
Reference in New Issue
Block a user