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

20 Commits

Author SHA1 Message Date
skidder
aca5a83a46 Fixed CORE-2609: Update support for Windows 98/ME and NT4.0 2009-08-30 19:00:46 +00:00
hvlad
fbeb005108 Move DLL instance variable into separate file. It would be much better to make it member of Config class but currently it is not desirable due to big amount of related changes of build process. 2009-02-08 15:40:05 +00:00
hvlad
83ec221c08 Improvement CORE-2243 : Make Firebird distribution on Windows easier.
Don't embedd manifest into fbintl.dll, fbudf.dll, ib_udf.dll and ib_util.dll.
2008-12-16 11:29:21 +00:00
robocop
c6f11b3247 Fixed the Windows build after Alex' changes. 2008-07-08 06:47:01 +00:00
dimitr
e1d53429ae Fixed the win32 build. 2008-01-23 19:27:36 +00:00
dimitr
91da348ad3 The merge continued. 2008-01-16 11:32:21 +00:00
paul_reeves
11e13470c7 Fix debug build to use release target when building ICU module 2007-09-17 08:14:06 +00:00
paul_reeves
8d76d28b21 Roll back support for icu debug builds as part of the Firebird build process on Windows 2007-09-12 14:05:00 +00:00
paul_reeves
04f2b3a372 link with icu debug libraries when appropriate. 2007-09-10 13:48:48 +00:00
paul_reeves
b88af36f52 Add target specific property sheets to VS2005 projects. 2007-09-06 12:57:31 +00:00
asfernandes
f2ecfc4898 Misc changes as per Claudio and Alex comments 2007-04-19 01:09:44 +00:00
asfernandes
9582ea243c 1) Upgrade INTL interface to undestand misc. configuration informations
2) Make our ICU collations work with different ICU versions (tested with ICU 3.6)
2007-04-15 15:57:12 +00:00
paul_reeves
7d85073417 Use a property sheet for VS2005 builds
Fully separate the win32 output from the x64 output
2007-02-26 15:12:07 +00:00
dimitr
820f5769c1 Changed the optimization mode. This is required because MS has deprecated /Og. 2006-10-31 12:03:42 +00:00
dimitr
581092e80f Updated projects for the AMD64 target.
+ added Vlad's new files.
2006-10-31 10:12:02 +00:00
asfernandes
1d422a8330 1) Refactor intl_classes.h and intl.cpp
2) Make conversions from CharSet1->UTF16->CharSet2 job of CsConvert class
2006-10-10 19:40:33 +00:00
asfernandes
45346169c5 1) UNICODE_CI - UNICODE case-insensitive collation for UTF8
2) Locale specific attribute for UNICODE collations
3) Remove code duplication in implementation of UNICODE collations for fbintl
4) Remove ugly TEXTTYPE type
2006-09-17 20:06:36 +00:00
asfernandes
4f0b4a3775 Add fb_string.cpp in MSVC6/8 intl projects 2006-07-31 01:11:45 +00:00
asfernandes
c13b4cc61a Work on collation attributes:
1) Define a common format for it
2) Merge attributes of the base collation in the attributes of the derived one
2006-07-30 20:31:25 +00:00
dimitr
f18e7e6f86 Added project files for VC8. 2006-07-20 08:06:41 +00:00