Compare commits
No commits in common. "master" and "ver/2.0-beta10" have entirely different histories.
master
...
ver/2.0-be
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
/.vs
|
/*.opensdf
|
||||||
|
/*.sdf
|
||||||
|
/*.suo
|
||||||
|
/ipch
|
||||||
*.user
|
*.user
|
||||||
temp
|
temp
|
||||||
|
24
.gitmodules
vendored
24
.gitmodules
vendored
@ -1,24 +1,24 @@
|
|||||||
|
[submodule "lib/atlex"]
|
||||||
|
path = lib/atlex
|
||||||
|
url = https://github.com/Amebis/atlex.git
|
||||||
|
[submodule "lib/MSICALib"]
|
||||||
|
path = lib/MSICALib
|
||||||
|
url = https://github.com/Amebis/MSICALib.git
|
||||||
[submodule "lib/stdex"]
|
[submodule "lib/stdex"]
|
||||||
path = lib/stdex
|
path = lib/stdex
|
||||||
url = https://git.amebis.si/Amebis/stdex.git
|
url = https://github.com/Amebis/stdex.git
|
||||||
[submodule "lib/WinStd"]
|
[submodule "lib/WinStd"]
|
||||||
path = lib/WinStd
|
path = lib/WinStd
|
||||||
url = https://git.amebis.si/Amebis/WinStd.git
|
url = https://github.com/Amebis/WinStd.git
|
||||||
[submodule "lib/wxExtend"]
|
[submodule "lib/wxExtend"]
|
||||||
path = lib/wxExtend
|
path = lib/wxExtend
|
||||||
url = https://git.amebis.si/Amebis/wxExtend.git
|
url = https://github.com/Amebis/wxExtend.git
|
||||||
[submodule "MSI/MSIBuild"]
|
[submodule "MSI/MSIBuild"]
|
||||||
path = MSI/MSIBuild
|
path = MSI/MSIBuild
|
||||||
url = https://git.amebis.si/Amebis/MSIBuild.git
|
url = https://github.com/Amebis/MSIBuild.git
|
||||||
[submodule "MSI/MSICA"]
|
[submodule "MSI/MSICA"]
|
||||||
path = MSI/MSICA
|
path = MSI/MSICA
|
||||||
url = https://git.amebis.si/Amebis/MSICA.git
|
url = https://github.com/Amebis/MSICA.git
|
||||||
[submodule "Updater"]
|
[submodule "Updater"]
|
||||||
path = Updater
|
path = Updater
|
||||||
url = https://git.amebis.si/Amebis/Updater.git
|
url = https://github.com/Amebis/Updater.git
|
||||||
[submodule "lib/oatpp"]
|
|
||||||
path = lib/oatpp
|
|
||||||
url = https://github.com/oatpp/oatpp.git
|
|
||||||
[submodule "lib/oatpp-swagger"]
|
|
||||||
path = lib/oatpp-swagger
|
|
||||||
url = https://github.com/oatpp/oatpp-swagger.git
|
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
# Localization of ZRCola
|
|
||||||
|
|
||||||
In order to get ZRCola experience in your language the following resources should be translated:
|
|
||||||
|
|
||||||
1. [ZRCola Application](https://www.transifex.com/amebis/zrcola/app/)
|
|
||||||
2. [ZRCola Database](https://www.transifex.com/amebis/zrcola/database/)
|
|
||||||
3. [ZRCola Core](https://www.transifex.com/amebis/zrcola/core/)
|
|
||||||
4. [Updater](https://www.transifex.com/amebis/updater/updater/) and [Updater UpdCheck](https://www.transifex.com/amebis/updater/updcheck/)
|
|
||||||
5. [wxExtend](https://www.transifex.com/amebis/wxextend/wxextend/)
|
|
||||||
6. Setup
|
|
||||||
- [ZRCola Setup](https://www.transifex.com/amebis/zrcola/setup/)
|
|
||||||
- [MSIBuild UI](https://www.transifex.com/amebis/msibuild/ui/)
|
|
||||||
- [MSIBuild Core](https://www.transifex.com/amebis/msibuild/core/)
|
|
||||||
- [MSICALib](https://www.transifex.com/amebis/msicalib/msicalib/)
|
|
||||||
- [MSICA](https://www.transifex.com/amebis/msica/msica/)
|
|
||||||
|
|
||||||
## General Guidelines
|
|
||||||
|
|
||||||
Please use the Windows "official" translations for terms published at [Microsoft Language Portal](https://www.microsoft.com/en-us/language). This will provide a consistent terminology experience on Windows.
|
|
||||||
|
|
||||||
Should you need any assistance to get started, please do not hesitate to contact project maintainer at [simon.rozman@amebis.si](mailto:simon.rozman@amebis.si).
|
|
@ -1 +1 @@
|
|||||||
Subproject commit b8364dea81f39b321d726317a9dcbf6b13a455e0
|
Subproject commit f6238f0895791a4358c032c0665f8c537f8e9fb1
|
@ -1 +1 @@
|
|||||||
Subproject commit f989fdc827d8fa731977d1771097cf038a50e145
|
Subproject commit 4c053cc221966cb2b2217898c4d38377f1ba1de1
|
5
MSI/MSM/.gitignore
vendored
Normal file
5
MSI/MSM/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/*.log
|
||||||
|
/Microsoft_VC100_CRT_x64.msm
|
||||||
|
/Microsoft_VC100_CRT_x86.msm
|
||||||
|
/Microsoft_VC100_DebugCRT_x64.msm
|
||||||
|
/Microsoft_VC100_DebugCRT_x86.msm
|
2
MSI/MSM/Microsoft_VC100_CRT_x64.lst
Normal file
2
MSI/MSM/Microsoft_VC100_CRT_x64.lst
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Win\System64\msvcp100.dll
|
||||||
|
Win\System64\msvcr100.dll
|
24
MSI/MSM/Microsoft_VC100_CRT_x64.msmcfg
Normal file
24
MSI/MSM/Microsoft_VC100_CRT_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
2
MSI/MSM/Microsoft_VC100_CRT_x86.lst
Normal file
2
MSI/MSM/Microsoft_VC100_CRT_x86.lst
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Win\System\msvcp100.dll
|
||||||
|
Win\System\msvcr100.dll
|
24
MSI/MSM/Microsoft_VC100_CRT_x86.msmcfg
Normal file
24
MSI/MSM/Microsoft_VC100_CRT_x86.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
2
MSI/MSM/Microsoft_VC100_DebugCRT_x64.lst
Normal file
2
MSI/MSM/Microsoft_VC100_DebugCRT_x64.lst
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Win\System64\msvcp100d.dll
|
||||||
|
Win\System64\msvcr100d.dll
|
24
MSI/MSM/Microsoft_VC100_DebugCRT_x64.msmcfg
Normal file
24
MSI/MSM/Microsoft_VC100_DebugCRT_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
2
MSI/MSM/Microsoft_VC100_DebugCRT_x86.lst
Normal file
2
MSI/MSM/Microsoft_VC100_DebugCRT_x86.lst
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Win\System\msvcp100d.dll
|
||||||
|
Win\System\msvcr100d.dll
|
24
MSI/MSM/Microsoft_VC100_DebugCRT_x86.msmcfg
Normal file
24
MSI/MSM/Microsoft_VC100_DebugCRT_x86.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30u_net_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30u_net_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxbase30u_net_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxbase30u_net_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30u_net_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30u_net_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30u_net_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30u_net_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30u_net_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxbase30u_net_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxbase30u_net_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30u_net_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30u_net_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30u_net_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30u_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30u_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxbase30u_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxbase30u_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30u_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30u_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30u_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30u_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30u_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxbase30u_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxbase30u_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30u_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30u_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30u_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30u_xml_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30u_xml_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxbase30u_xml_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxbase30u_xml_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30u_xml_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30u_xml_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30u_xml_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30u_xml_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30u_xml_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxbase30u_xml_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxbase30u_xml_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30u_xml_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30u_xml_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30u_xml_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30ud_net_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30ud_net_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxbase30ud_net_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxbase30ud_net_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30ud_net_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30ud_net_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30ud_net_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30ud_net_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30ud_net_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxbase30ud_net_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxbase30ud_net_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30ud_net_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30ud_net_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30ud_net_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30ud_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30ud_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxbase30ud_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxbase30ud_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30ud_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30ud_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30ud_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30ud_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30ud_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxbase30ud_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxbase30ud_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30ud_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30ud_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30ud_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30ud_xml_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30ud_xml_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxbase30ud_xml_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxbase30ud_xml_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30ud_xml_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30ud_xml_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30ud_xml_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxbase30ud_xml_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxbase30ud_xml_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxbase30ud_xml_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxbase30ud_xml_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxbase30ud_xml_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxbase30ud_xml_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxbase30ud_xml_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featUpdCheck
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30u_adv_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30u_adv_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxmsw30u_adv_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30u_adv_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30u_adv_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30u_adv_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30u_adv_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30u_adv_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30u_adv_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxmsw30u_adv_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30u_adv_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30u_adv_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30u_adv_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30u_adv_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30u_aui_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30u_aui_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxmsw30u_aui_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30u_aui_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30u_aui_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30u_aui_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30u_aui_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30u_aui_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30u_aui_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxmsw30u_aui_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30u_aui_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30u_aui_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30u_aui_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30u_aui_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30u_core_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30u_core_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxmsw30u_core_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30u_core_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30u_core_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30u_core_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30u_core_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30u_core_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30u_core_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxmsw30u_core_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30u_core_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30u_core_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30u_core_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30u_core_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxmsw30ud_adv_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxmsw30ud_adv_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30ud_adv_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxmsw30ud_aui_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxmsw30ud_aui_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30ud_aui_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30ud_core_vc100.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30ud_core_vc100.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System Folder\wxmsw30ud_core_vc100.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30ud_core_vc100.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30ud_core_vc100.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30ud_core_vc100.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30ud_core_vc100.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
1
MSI/MSM/wxMSW_wxmsw30ud_core_vc100_x64.lst
Normal file
1
MSI/MSM/wxMSW_wxmsw30ud_core_vc100_x64.lst
Normal file
@ -0,0 +1 @@
|
|||||||
|
System (64-bit) Folder\wxmsw30ud_core_vc100_x64.dll
|
BIN
MSI/MSM/wxMSW_wxmsw30ud_core_vc100_x64.msm
Normal file
BIN
MSI/MSM/wxMSW_wxmsw30ud_core_vc100_x64.msm
Normal file
Binary file not shown.
24
MSI/MSM/wxMSW_wxmsw30ud_core_vc100_x64.msmcfg
Normal file
24
MSI/MSM/wxMSW_wxmsw30ud_core_vc100_x64.msmcfg
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
[splosno]
|
||||||
|
jezik=0
|
||||||
|
deli=featZRCola
|
||||||
|
|
||||||
|
[parametri]
|
Binary file not shown.
@ -1,5 +1,21 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
#
|
||||||
# Copyright © 1991-2022 Amebis
|
# Copyright 1991-2016 Amebis
|
||||||
|
#
|
||||||
|
# This file is part of ZRCola.
|
||||||
|
#
|
||||||
|
# ZRCola is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# ZRCola is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with ZRCola. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
!INCLUDE "..\..\include\MSIBuildCfg.mak"
|
!INCLUDE "..\..\include\MSIBuildCfg.mak"
|
||||||
!INCLUDE "..\MSIBuild\Makefile"
|
!INCLUDE "..\MSIBuild\Makefile"
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
MakefileLang.mak
BIN
MakefileLang.mak
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
MakefilePlat.mak
BIN
MakefilePlat.mak
Binary file not shown.
Binary file not shown.
41
README.md
41
README.md
@ -6,47 +6,29 @@ A Microsoft Windows application for composing texts using a wide range of Slavic
|
|||||||
http://zrcola.zrc-sazu.si/en/
|
http://zrcola.zrc-sazu.si/en/
|
||||||
|
|
||||||
## Binaries for Download
|
## Binaries for Download
|
||||||
https://prenos.amebis.si/ZRCola/
|
https://www.amebis.si/prenos/ZRCola/
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
### Building Environment Requirements
|
### Building Environment Requirements
|
||||||
- Microsoft Windows Vista or later
|
- Microsoft Windows Vista or later
|
||||||
- Microsoft Visual Studio 2017
|
- Microsoft Visual Studio 2010 SP1
|
||||||
- _sed.exe_ and _grep.exe_
|
- _sed.exe_ and _grep.exe_
|
||||||
- Command line utilities from Microsoft Windows SDK Bin folder: distributed with Visual Studio, add Bin folder to path manually.
|
- Command line utilities from Microsoft Windows SDK Bin folder: distributed with Visual Studio, add Bin folder to path manually.
|
||||||
- Additional command line utilities from project's bin folder: add bin folder to path. The source code is provided on request.
|
- Additional command line utilities from project’s bin folder: add bin folder to path. The source code is provided on request.
|
||||||
|
|
||||||
### wxWidgets
|
|
||||||
ZRCola is using wxWidgets static libraries. You have to compile static libraries yourself.
|
|
||||||
|
|
||||||
#### Compiling wxWidgets Win32 static libraries
|
|
||||||
1. Start _x86 Native Tools Command Prompt for VS 2017_
|
|
||||||
2. Change working folder to `build\msw`
|
|
||||||
3. Run: `nmake /f makefile.vc /ls RUNTIME_LIBS=static SHARED=0 COMPILER_VERSION=141`
|
|
||||||
4. Run: `nmake /f makefile.vc /ls RUNTIME_LIBS=static SHARED=0 COMPILER_VERSION=141 BUILD=release`
|
|
||||||
|
|
||||||
#### Compiling wxWidgets x64 static libraries
|
|
||||||
1. Start _x64 Native Tools Command Prompt for VS 2017_
|
|
||||||
2. Change working folder to `build\msw`
|
|
||||||
3. Run: `nmake /f makefile.vc /ls RUNTIME_LIBS=static SHARED=0 COMPILER_VERSION=141 TARGET_CPU=X64`
|
|
||||||
4. Run: `nmake /f makefile.vc /ls RUNTIME_LIBS=static SHARED=0 COMPILER_VERSION=141 TARGET_CPU=X64 BUILD=release`
|
|
||||||
|
|
||||||
#### Specifying wxWidgets path
|
|
||||||
ZRCola compilation references wxWidgets libraries using `WXWIN` environment variable. Please set it to wxWidgets folder (e.g. `C:\SDK\wxWidgets`).
|
|
||||||
|
|
||||||
### Digital Signing of Build Outputs
|
### Digital Signing of Build Outputs
|
||||||
In order to have the build process digitally sign output files, one should provide the following:
|
In order to have the build process digitally sign output files, one should provide the following:
|
||||||
|
|
||||||
1. A signing certificate installed in the current user's certificate store.
|
1. A signing certificate installed in the current user’s certificate store.
|
||||||
2. The following variables in the environment:
|
2. The following variables in the environment:
|
||||||
- `ManifestCertificateThumbprint` - set the value to certificate's SHA1 thumbprint (hexadecimal, without spaces, e.g. `f61b973226c502a732d24f41aa85e192b009e7c0`).
|
- `ManifestCertificateThumbprint` - set the value to certificate’s SHA1 thumbprint (hexadecimal, without spaces, i.e. `bc0d8da45f9eeefcbe4e334e1fc262804df88d7e`).
|
||||||
- `ManifestTimestampRFC3161Url` - set the value to URL used to perform RFC3161 timestamp signature (e.g. `http://time.certum.pl`). In order to perform timestamp signing successfully, the computer running the build should be online and able to access this URL.
|
- `ManifestTimestampUrl` - set the value to URL used to perform timestamp signature (i.e. `http://timestamp.verisign.com/scripts/timstamp.dll`). In order to perform timestamp signing successfully, the computer running the build should be online and able to access this URL.
|
||||||
|
|
||||||
Please note that only Release builds are configured for timestamp signing. Debug configurations do not attempt to timestamp sign the resulting DLL and EXE files in order to speed up the building process and enable offline building.
|
Please note that only Release builds are configured for timestamp signing. Debug configurations do not attempt to timestamp sign the resulting DLL and EXE files in order to speed up the building process and enable offline building.
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
Use Microsoft NMAKE to build the project. The resulting files can be found in output subfolder. Open _x64 Native Tools Command Prompt for VS 2017_ for building.
|
Use Microsoft NMAKE to build the project. The resulting files can be found in output subfolder.
|
||||||
|
|
||||||
- `nmake Clean` Delete all intermediate and output files.
|
- `nmake Clean` Delete all intermediate and output files.
|
||||||
- `nmake Setup` Build a release version of project and release MSI setup files.
|
- `nmake Setup` Build a release version of project and release MSI setup files.
|
||||||
@ -54,14 +36,7 @@ Use Microsoft NMAKE to build the project. The resulting files can be found in ou
|
|||||||
- `nmake Register` Build a debug version of project, install fonts (reboot required), and Start Menu shortcuts. For development purposes only!
|
- `nmake Register` Build a debug version of project, install fonts (reboot required), and Start Menu shortcuts. For development purposes only!
|
||||||
- `nmake Unregister` Remove Start Menu shortcuts, and fonts. For development purposes only!
|
- `nmake Unregister` Remove Start Menu shortcuts, and fonts. For development purposes only!
|
||||||
|
|
||||||
The `/ls` flag can be appended to the commands above to reduce NMAKE's verbosity. You can combine multiple targets (e.g. nmake Unregister Clean). Please, see NMAKE reference for further reading.
|
The `/ls` flag can be appended to the commands above to reduce NMAKE’s verbosity. You can combine multiple targets (i.e. nmake Unregister Clean). Please, see NMAKE reference for further reading.
|
||||||
|
|
||||||
## Building and installing ZRCola webservice
|
|
||||||
|
|
||||||
ZRCola is also available as a Linux web-service. See [ZRColaWS/README.md](ZRColaWS/README.md) for instructions.
|
|
||||||
|
|
||||||
## Translating ZRCola
|
|
||||||
Instructions how to translate ZRCola to your language can be found [here](LOCALIZATION.md).
|
|
||||||
|
|
||||||
## Contact Information
|
## Contact Information
|
||||||
Please contact the following addressee for further information and help:
|
Please contact the following addressee for further information and help:
|
||||||
|
2
Updater
2
Updater
@ -1 +1 @@
|
|||||||
Subproject commit a98ef46c5d38dec796dcb78f48240c17f743e3af
|
Subproject commit 3cab0a45a928b5951a1bfabbf399a83ab87633a2
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user