Fix package path when adding wx_setup.props
Closes https://github.com/wxWidgets/wxWidgets/pull/1618
This commit is contained in:
committed by
Vadim Zeitlin
parent
5eef7382bc
commit
dc3e685e3a
@@ -76,8 +76,8 @@ copy utils\wxrc\%VCver%_mswudll_x64\wxrc.exe lib\%VCver%_x64_dll
|
||||
|
||||
rem Include the props files: we need wxwidgets.props itself and wx_setup.props
|
||||
rem included from it.
|
||||
7z a -t7z wxMSW-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER%_%VCver%_Dev.7z build\msw\wx_setup.props
|
||||
7z a -t7z wxMSW-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER%_%VCver%_x64_Dev.7z build\msw\wx_setup.props
|
||||
7z a -t7z %packagePath%\%VCver%\wxMSW-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER%_%VCver%_Dev.7z build\msw\wx_setup.props
|
||||
7z a -t7z %packagePath%\%VCver%\wxMSW-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER%_%VCver%_x64_Dev.7z build\msw\wx_setup.props
|
||||
|
||||
rem Create a modified copy of wxwidgets.props suitable for use with our
|
||||
rem binaries: we need to enable automatic ABI-compatible MSVC version detection
|
||||
|
Reference in New Issue
Block a user