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

653 Commits

Author SHA1 Message Date
paul_reeves
016c7a51b0 Add explanatory note. 2011-01-26 10:38:15 +00:00
dimitr
a079468ec1 Cleanup. For a long time already, the only proper way to generate gds32.dll is to use instclient.exe. 2010-12-29 08:35:20 +00:00
asfernandes
3650c36501 Set svn:eol-style to native 2010-06-05 00:26:55 +00:00
dimitr
ef59bd2819 Added support for the MSVC9 compiler. 2010-03-09 15:24:43 +00:00
dimitr
f5f30fa4f3 Added support for the MSVC9 compiler. 2010-03-09 14:59:09 +00:00
robocop
6b99a4a706 Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation. 2009-03-05 06:40:25 +00:00
dimitr
4ddadee74f Sync with HEAD. 2009-01-17 06:46:45 +00:00
dimitr
d86bbafe62 Sync with HEAD. 2009-01-16 20:40:14 +00:00
dimitr
f73aadebc5 Misc. 2008-12-31 07:51:01 +00:00
hvlad
685acf8e9d 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-15 21:46:52 +00:00
robocop
c9109f4e66 - Delete references to header files that only existed in FB1 or until FB2.0.
- Fix references to files that are in another location.
- Delete references to files that don't belong to Windows (the VMS files).
2008-05-14 11:52:56 +00:00
robocop
3d299813bf Delete the VC6 project files from FB v2.1 and beyond because building FB2.1+ with VC6 requires more than the reasonable workarounds that were used for previous FB versions. 2008-05-11 14:35:56 +00:00
robocop
76f91d24cd - Delete references to header files that only existed in FB1 or until FB1.5.
- Fix references to files that are in another location.
- Delete references to files that don't belong to Windows (the VMS files).
2008-05-11 12:26:27 +00:00
robocop
fbec82e010 Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause).
Fix reference to header files that existed in another location in FB1.
2008-05-10 11:11:58 +00:00
robocop
c3efa0cd81 Fix reference to header file that existed in another location in FB1. 2008-05-10 08:54:42 +00:00
robocop
41713b6cde Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause). 2008-05-10 05:10:21 +00:00
robocop
955272b1e5 Delete useless files. 2008-05-01 11:56:36 +00:00
asfernandes
9294c095eb Rollback changes already rolled-back in HEAD 2008-04-20 19:16:33 +00:00
alexpeshkoff
7afd61dfe2 Make it buildable with VC7 2008-03-12 10:38:44 +00:00
paul_reeves
0640a8924b Default to using embedded server to build examples 2008-02-13 10:54:00 +00:00
paul_reeves
d3a5c1f6f8 MInor tweaks to a) speed up testing the installer, and b) document the available options. 2007-12-21 12:22:22 +00:00
paul_reeves
50d5e101ed Add support to build VCRT merge modules. These files are VC8 specific, and technically they belong under the 'install\arch-specific\win32\msvc8' directory. But that directory does not exist (and may never exist), so they can be parked here for the time being. 2007-12-21 12:21:25 +00:00
paul_reeves
74b3502494 Fix build 2007-12-13 11:04:58 +00:00
robocop
8a7da83a18 Follow VC8 changes. 2007-12-04 08:36:09 +00:00
hvlad
8e52da6e14 Make instreg independent from common 2007-11-26 12:32:23 +00:00
robocop
2d2b8cf718 Misc. 2007-11-17 10:18:10 +00:00
asfernandes
54b36766c0 Misc 2007-11-17 00:38:16 +00:00
alexpeshkoff
6af3bfc4e9 Fixed VC7 build 2007-11-15 13:29:57 +00:00
dimitr
ae790e61bc Fixed the CPL applet linkage (made it static instead of dynamic).
This is the only project that overrides the common property sheets (in terms of linkage).
2007-11-14 10:02:33 +00:00
dimitr
0f4023ee6e Fixed linkage issues. 2007-11-13 15:01:26 +00:00
dimitr
4f48b4e61a Re-enable the dynamic linkage for the release builds as well. This should solve both CORE-1587 and CORE-1590. 2007-11-13 14:09:46 +00:00
robocop
3fc16e5848 Fix the VC6 project files. 2007-10-29 03:22:13 +00:00
asfernandes
9dd863d6d7 Create class to buffer random bytes generation as process of generate many small random bytes is slow - thanks to Nickolay 2007-10-28 14:54:16 +00:00
skidder
1a8e6e55be Fix broken MSVC 2005 build. The problem was about the GUIDs in solution file
not matching the ones in project files causing VS to kill dependencies in SLN file during the build.

Tested against recent MSVC 8.0.50727.867
2007-10-26 10:44:57 +00:00
robocop
5db43d6e6c Add fbsvcmgr project to VC6. 2007-10-25 04:01:21 +00:00
robocop
08ddfb000d Misc. 2007-10-24 06:13:08 +00:00
alexpeshkoff
3c7d1cc0c1 misc 2007-10-17 14:03:13 +00:00
alexpeshkoff
0aeed96c56 Added project to build fbsvcmgr using VC7 2007-10-17 14:02:18 +00:00
paul_reeves
19f560ef09 Make run_all a little more useful. 2007-10-10 14:00:25 +00:00
paul_reeves
673d5a95ef Restore tabs 2007-10-04 13:23:36 +00:00
hvlad
6ba3cbc242 Remove 'common' from dependencies of 'fb2control' to allow static linkage 2007-10-02 19:19:26 +00:00
robocop
3270ff3971 I'm posting this in case someone wants to play with it. It contains one of our forgotten pieces of code. 2007-10-02 10:21:39 +00:00
robocop
254a38ca77 Misc. 2007-10-02 08:12:38 +00:00
hvlad
977d290487 Add 'common' into dependencies to 'fb2control' 2007-09-30 14:12:46 +00:00
paul_reeves
94c5f7d4c5 Misc. 2007-09-27 13:06:27 +00:00
paul_reeves
aa3fd068b1 Minor cleanup 2007-09-18 12:48:55 +00:00
paul_reeves
ded4267446 More misc tidy up. 2007-09-17 09:49:39 +00:00
paul_reeves
f9d2c07785 Misc tidy up. 2007-09-17 09:48:43 +00:00
paul_reeves
11e13470c7 Fix debug build to use release target when building ICU module 2007-09-17 08:14:06 +00:00
robocop
faaf64c7d4 Totally misc. 2007-09-13 10:47:39 +00:00