8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
Commit Graph

2319 Commits

Author SHA1 Message Date
Paul Reeves
161500c4ca Deploy fbclient to <sys> by default.
Now that we are deploying the msvc10 runtimes to <sys> it makes sense to deploy the client library to <sys> as well. this will make things easier for users that do a standard firebird install and expect their favourite 3rd-party tools to 'just work'.

In addition, revert to deploying the guardian by default. Until we modify instsvc to configure the firebird service to automatically restart we are more or less stuck with the guardian.
2016-04-01 10:34:11 +02:00
Paul Reeves
c826af58d5 Force file to use CRLF as windows still seems to have problems with call :label. 2016-04-01 10:01:40 +02:00
hvlad
f381270f6f Correction 2016-03-31 11:24:11 +03:00
hvlad
b792847d1f This should fix examples build issue (VC10-14). 2016-03-31 11:13:01 +03:00
f272387c40 Backported fix for CORE-5180: Do not require root rights to build linux package 2016-03-30 21:03:22 +03:00
Dmitry Yemanov
82937db85d Ensure that security database upgrade script is distributed. Remove old
upgrade scripts that are out of interest anymore.
2016-03-27 10:31:31 +03:00
be13a31bd7 .gitignore pass 2016-03-18 20:40:22 +03:00
hvlad
e86efaec88 Ignore what should be ignored 2016-03-18 12:07:25 +02:00
hvlad
9f2a9a98fb MSVC14 build 2016-03-17 23:51:56 +02:00
955e6796f5 Firebird 3.0 64bit MacOSX build with downloaded ICU and tommath 2016-03-17 12:34:25 +00:00
paul_reeves
26b17c2221 Sync B3_0_Release branch with recent windows installer changes for RC2 2016-03-04 08:54:58 +00:00
dimitr
58fd5a6f3c Fixed mistake in the French translation. 2016-02-28 11:15:12 +00:00
paul_reeves
9e860f8052 Add Bosnian i18n files for the Windows binary installer.
With thanks to Fikret Hasovic
2016-02-22 16:20:30 +00:00
dimitr
da0c1c638f Misc adjustments. 2016-02-22 08:27:19 +00:00
dimitr
cf91d6a0b5 Russian translation for the Windows installer. 2016-02-22 08:19:18 +00:00
aafemt
53998b429d Use autoconfig_msvc.h from where it is 2016-02-20 15:34:20 +00:00
makowski
9a481d2a76 update French files for Windows install 2016-02-16 13:47:10 +00:00
asfernandes
6259b1b1e0 Misc. 2016-02-15 02:53:24 +00:00
aafemt
13940f54d1 Messages for CORE-5112 2016-02-14 13:10:23 +00:00
paul_reeves
412a131c43 Miscellaneous changes to prepare windows installer for RC2 2016-02-10 14:25:11 +00:00
paul_reeves
8511591d13 Convert install script to UTF-8
Do not assign name of chosen installation language to BelevedLabel as, at least for the moment non-ascii characters get mangled.
Disable support for Bosnian at install time (temporarily, I hope.)
2016-02-03 15:02:45 +00:00
paul_reeves
b43781496c Convert i18n files to UTF-8 with BOM 2016-02-03 14:59:25 +00:00
paul_reeves
7fde2d2ce3 Convert i18n files to UTF-8 with BOM 2016-02-03 14:57:32 +00:00
paul_reeves
29baa78313 Add BOM to file. Hopefully this finally fixes CORE-5002 2016-01-28 11:40:08 +00:00
hvlad
097cb99024 Update VC10 and VC12 builds 2016-01-25 14:03:43 +00:00
alexpeshkoff
a99381312f Fixed CORE-4996: Need some SECURITY2.FDB --> SECURITY3.FDB upgrade feature, placed new files into linux package 2016-01-11 14:23:35 +00:00
alexpeshkoff
d54d2d46f8 Fixed CORE-5053: changeServerMode.sh can mess with configuration 2015-12-28 14:10:42 +00:00
alexpeshkoff
100d7f5da9 Fixed CORE-4842: Installer script fails in some linux environments 2015-12-25 18:19:49 +00:00
hvlad
e17dd41f19 Build and copy udrcpp_example.dll 2015-12-23 19:42:49 +00:00
hvlad
f9ddb3a99c Fixed MSVC10 build of UDR examples 2015-12-23 19:10:23 +00:00
alexpeshkoff
474538c7ff Added support for using pascal to access OO API 2015-12-21 17:01:26 +00:00
dimitr
d92c26fb1e This should fix CORE-4862: ibase.h from x64 package includes non-existing file. 2015-12-18 12:28:28 +00:00
alexpeshkoff
24394e6481 comments 2015-12-14 12:57:16 +00:00
paul_reeves
dbd023006c Include zlib1.dll in the binary kits 2015-12-11 16:06:37 +00:00
paul_reeves
a8e163ba8c Change file format of custom messages to UTF-8
This ought to fix CORE-5002 but needs further testing
2015-12-09 10:25:53 +00:00
alexpeshkoff
5447e62227 Added build of crypt application sample to posix build at least in order to keep it compilable 2015-11-18 15:57:26 +00:00
asfernandes
85cae875bf Misc. 2015-11-18 01:10:08 +00:00
paul_reeves
f9ef24deff Misc 2015-11-12 07:23:08 +00:00
paul_reeves
cc97f27845 Remove comments left in by error while testing. 2015-11-12 07:19:37 +00:00
paul_reeves
5ea6608626 Fix dumb error which has been lurking in the windows packaging code for a while. 2015-11-10 17:04:56 +00:00
paul_reeves
d8e0de00b9 Sync RC1 windows installer changes to trunk.
Remove old manual install/uninstall scripts
Add new ones
2015-11-10 09:08:19 +00:00
paul_reeves
25ca026d91 Sync RC1 windows installer changes to trunk. 2015-11-10 09:01:42 +00:00
paul_reeves
7ee91130a2 Sync RC1 windows installer changes to trunk.
Misc changes
2015-11-10 08:52:32 +00:00
paul_reeves
f7eea068e9 Sync RC1 windows installer changes to trunk.
Remove references to embedded kits
Include all relevant pdb files in the pdb kits
Bring the contents of the zip kits up-to-date
2015-11-10 08:50:32 +00:00
paul_reeves
aff0d52fa3 Sync RC1 windows installer changes to trunk.
Make sure that renamed batch files to aid manual deployment get copied across at end of build.
2015-11-10 08:44:49 +00:00
aafemt
9694ce5307 Allow build in path containing spaces (CORE-4910) 2015-11-06 16:58:06 +00:00
dimitr
ae3b91aef3 Added version info to the conf file. 2015-10-18 12:14:10 +00:00
dimitr
a5201dca14 Misc corrections by Helen. 2015-10-18 12:03:47 +00:00
paulbeach
aae768b806 More changes to support the new pkgbuild installer for El Capitan 2015-10-15 13:22:52 +00:00
paulbeach
f639ecb65b More changes to support the new pkgbuild installer for El Capitan 2015-10-15 12:32:55 +00:00