We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2088a commit 3d83123Copy full SHA for 3d83123
mkrelease.bat
@@ -34,7 +34,7 @@ set "BuildDir=%cd%"
34
popd
35
rem
36
rem Create builds
37
-nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3_STATIC=1 install
+nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 _STATIC=1 install
38
nmake "INSTALLDIR=%BuildDir%\dist\%ReleaseName%" %~3 install
39
40
rem Set path for ClamAV and 7za
windows/libiconv.rc
@@ -5,7 +5,7 @@
5
#define PACKAGE_VERSION_MAJOR 1
6
#define PACKAGE_VERSION_MINOR 16
7
#define PACKAGE_VERSION_SUBMINOR 0
8
-#define PACKAGE_VERSION_VENDOR "_1"
+#define PACKAGE_VERSION_VENDOR "_2"
9
#define PACKAGE_VERSION_STRING "1.16.0" PACKAGE_VERSION_VENDOR
10
11
VS_VERSION_INFO VERSIONINFO
0 commit comments