Compare commits
20 Commits
Author | SHA1 | Date | |
---|---|---|---|
8539e6eb9f | |||
bd914829c5 | |||
bc22273385 | |||
1d579c922b | |||
083ee099df | |||
7a6607827e | |||
3839f0f99e | |||
e0881da497 | |||
fde9d40105 | |||
c87d95204e | |||
ee9db7e262 | |||
520c5a9b31 | |||
a330bd3c62 | |||
9d36cc2d45 | |||
d200094c7d | |||
214991e4e3 | |||
fdadb29377 | |||
1bcea13f57 | |||
2fa697ea74 | |||
c9ba0d97bf |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
/.vs
|
||||
/*.opensdf
|
||||
/*.sdf
|
||||
/*.suo
|
||||
/ipch
|
||||
*.user
|
||||
temp
|
||||
|
18
.gitmodules
vendored
18
.gitmodules
vendored
@ -1,24 +1,18 @@
|
||||
[submodule "lib/stdex"]
|
||||
path = lib/stdex
|
||||
url = https://git.amebis.si/Amebis/stdex.git
|
||||
url = https://github.com/Amebis/stdex.git
|
||||
[submodule "lib/WinStd"]
|
||||
path = lib/WinStd
|
||||
url = https://git.amebis.si/Amebis/WinStd.git
|
||||
url = https://github.com/Amebis/WinStd.git
|
||||
[submodule "lib/wxExtend"]
|
||||
path = lib/wxExtend
|
||||
url = https://git.amebis.si/Amebis/wxExtend.git
|
||||
url = https://github.com/Amebis/wxExtend.git
|
||||
[submodule "MSI/MSIBuild"]
|
||||
path = MSI/MSIBuild
|
||||
url = https://git.amebis.si/Amebis/MSIBuild.git
|
||||
url = https://github.com/Amebis/MSIBuild.git
|
||||
[submodule "MSI/MSICA"]
|
||||
path = MSI/MSICA
|
||||
url = https://git.amebis.si/Amebis/MSICA.git
|
||||
url = https://github.com/Amebis/MSICA.git
|
||||
[submodule "Updater"]
|
||||
path = Updater
|
||||
url = https://git.amebis.si/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
|
||||
url = https://github.com/Amebis/Updater.git
|
||||
|
@ -1,18 +1,17 @@
|
||||
# Localization of ZRCola
|
||||
# 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/)
|
||||
1. [ZRCola](https://poeditor.com/join/project/NTidhEPdDM)
|
||||
2. [ZRCola-zrcdb](https://poeditor.com/join/project/QBuYsTwk0d)
|
||||
3. [libZRColaUI](https://poeditor.com/join/project/vrnIvk5IOM)
|
||||
4. [Updater](https://poeditor.com/join/project/oDK4ktH3ZV)
|
||||
5. [wxExtend](https://poeditor.com/join/project/YmsdlC3CBv)
|
||||
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/)
|
||||
- [MSIBuildUI](https://poeditor.com/join/project/ikxWBlq1o5)
|
||||
- [MSIBuildCore](https://poeditor.com/join/project/RSCSsz9fXi)
|
||||
- [MSICALib](https://poeditor.com/join/project/cKP0wwBrHU)
|
||||
- [MSICA](https://poeditor.com/join/project/gCNPagUQvn)
|
||||
|
||||
## General Guidelines
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b8364dea81f39b321d726317a9dcbf6b13a455e0
|
||||
Subproject commit 61bca29e40dbdbefa3102dccaff536dc386c89df
|
@ -1 +1 @@
|
||||
Subproject commit f989fdc827d8fa731977d1771097cf038a50e145
|
||||
Subproject commit d0dcb3d357022dcdde74141bd8c6fd5d16a7bab9
|
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-2017 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-2017 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-2017 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-2017 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-2017 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_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-2017 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.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-2017 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-2017 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-2017 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_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-2017 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_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-2017 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_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-2017 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.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-2017 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-2017 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-2017 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_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-2017 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_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-2017 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-2017 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-2017 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_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-2017 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_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-2017 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_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-2017 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_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-2017 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-2017 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-2017 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_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-2017 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_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-2017 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_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-2017 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]
|
Binary file not shown.
@ -1,5 +1,21 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# Copyright © 1991-2022 Amebis
|
||||
#
|
||||
# Copyright 1991-2017 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 "..\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
MSILocal.mak
Normal file
BIN
MSILocal.mak
Normal file
Binary file not shown.
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.
35
README.md
35
README.md
@ -6,47 +6,30 @@ A Microsoft Windows application for composing texts using a wide range of Slavic
|
||||
http://zrcola.zrc-sazu.si/en/
|
||||
|
||||
## Binaries for Download
|
||||
https://prenos.amebis.si/ZRCola/
|
||||
https://www.amebis.si/prenos/ZRCola/
|
||||
|
||||
## Building
|
||||
|
||||
### Building Environment Requirements
|
||||
- Microsoft Windows Vista or later
|
||||
- Microsoft Visual Studio 2017
|
||||
- Microsoft Visual Studio 2010 SP1
|
||||
- _sed.exe_ and _grep.exe_
|
||||
- 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.
|
||||
|
||||
### 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`).
|
||||
- wxWidgets 3.0 - set `WXWIN` environment variable to the folder where wxWidgets include and lib files are located. Official binary builds are required.
|
||||
|
||||
### Digital Signing of Build Outputs
|
||||
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.
|
||||
2. The following variables in the environment:
|
||||
- `ManifestCertificateThumbprint` - set the value to certificate's SHA1 thumbprint (hexadecimal, without spaces, e.g. `f61b973226c502a732d24f41aa85e192b009e7c0`).
|
||||
- `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.
|
||||
- `ManifestCertificateThumbprint` - set the value to certificate's SHA1 thumbprint (hexadecimal, without spaces, i.e. `bc0d8da45f9eeefcbe4e334e1fc262804df88d7e`).
|
||||
- `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.
|
||||
|
||||
### 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 Setup` Build a release version of project and release MSI setup files.
|
||||
@ -54,11 +37,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 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.
|
||||
|
||||
## Building and installing ZRCola webservice
|
||||
|
||||
ZRCola is also available as a Linux web-service. See [ZRColaWS/README.md](ZRColaWS/README.md) for instructions.
|
||||
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.
|
||||
|
||||
## Translating ZRCola
|
||||
Instructions how to translate ZRCola to your language can be found [here](LOCALIZATION.md).
|
||||
|
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