mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
win32: add missing "zint.sln", "zint.vcxproj", "libzint.vcxproj"
update_version.php: remove "win32/vs2015/vsx/libzintMD.vcxproj"
This commit is contained in:
parent
f59bad1e6d
commit
29a602c465
4 changed files with 365 additions and 4 deletions
|
@ -307,10 +307,6 @@ version_replace(6, $data_dirname . 'win32/vs2015/libzint.vcxproj', '/ZINT_VERSIO
|
|||
|
||||
version_replace(6, $data_dirname . 'win32/vs2015/zint.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');
|
||||
|
||||
// win32/vs2015/vsx/libzintMD.vcxproj
|
||||
|
||||
version_replace(1, $data_dirname . 'win32/vs2015/vsx/libzintMD.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');
|
||||
|
||||
// win32/vs2017/libzint.vcxproj
|
||||
|
||||
version_replace(2, $data_dirname . 'win32/vs2017/libzint.vcxproj', '/ZINT_VERSION="/', '/ZINT_VERSION="[0-9.]+"/', 'ZINT_VERSION="' . $v_str . '"');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue