Re: [Openvpn-devel] [PATCH 50/52] build: windows: install version.sh to allow installer read version

2012-03-08 Thread Samuli Seppänen
Is this meant to allow using these variables[1] in the NSIS script(s)? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock [1] OPENVPN_PACKAGE_NAME="@PACKAGE_NAME@" OPENVPN_PACKAGE_TARNAME="@PACKAGE_TARNAME@" OPENVPN_PACKAGE_VERSION="@PACKAGE_VERSION@" OPEN

Re: [Openvpn-devel] [PATCH 50/52] build: windows: install version.sh to allow installer read version

2012-03-08 Thread Alon Bar-Lev
Not exactly. It is used[1] by the packaging script... just sourced to get some environment variables. [1] https://github.com/alonbl/openvpn-build/blob/master/windows-nsis/build#L55 2012/3/8 Samuli Seppänen : > Is this meant to allow using these variables[1] in the NSIS script(s)? > > -- > Samuli

Re: [Openvpn-devel] [PATCH 50/52] build: windows: install version.sh to allow installer read version

2012-03-09 Thread Samuli Seppänen
Ok. ACK. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock > Not exactly. > It is used[1] by the packaging script... just sourced to get some > environment variables. > > [1] https://github.com/alonbl/openvpn-build/blob/master/windows-nsis/build#L55 > > 2