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

626 Commits

Author SHA1 Message Date
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
paul_reeves
7e97411cf6 report correct name of log file in case of error. 2007-09-13 10:20:33 +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
a41bdbb6ec Be consistent with usage of Detect64BitPortabilityProblems property 2007-09-12 13:49:49 +00:00
paul_reeves
5bb396e54c Misc cleanup 2007-09-12 13:09:50 +00:00
asfernandes
71b91dd1c8 We don't want these warnings 2007-09-11 15:20:29 +00:00
paul_reeves
83dfad93b5 Misc. cleanup 2007-09-11 12:10:46 +00:00
paul_reeves
e016b0954a Pass option to buildexecutableinstall 2007-09-11 12:07:35 +00:00
robocop
8e03d9d48e Correction. 2007-09-10 23:43:54 +00:00
paul_reeves
ea197156cf Allow run_all.bat to pass a variable through to each batch file it calls. 2007-09-10 13:55:54 +00:00
paul_reeves
04eaa7199c Document why better cleaning is required for debug builds.
Automatically set variable to implement better cleaning for debug builds.
2007-09-10 13:53:52 +00:00
paul_reeves
6f3ac13222 Copy icu debug dll's too. 2007-09-10 13:52:36 +00:00
paul_reeves
04f2b3a372 link with icu debug libraries when appropriate. 2007-09-10 13:48:48 +00:00
asfernandes
7eb068c3ee Misc 2007-09-10 00:45:40 +00:00
paul_reeves
674bfdb354 Use environment variables to encapsulate directory layout differences between VS2005 and earlier.
Use FB_GEN_DIR env var. to determin location of generated output.
Tidy up usage of FB_GEN_DB_DIR - only use with unix style paths.
Generate platform specific log files during build process.
2007-09-06 13:25:04 +00:00
paul_reeves
b88af36f52 Add target specific property sheets to VS2005 projects. 2007-09-06 12:57:31 +00:00
paul_reeves
32d84a3b81 Add property sheets for VS 2005 builds, to give finer control over release and debug configurations. 2007-09-06 10:59:49 +00:00
robocop
c462d787b6 Fix the VC6 build. 2007-08-07 10:29:16 +00:00
dimitr
bc7145e622 Fixed CORE-1398, CORE-1399, CORE-1400. 2007-08-03 05:21:53 +00:00
paul_reeves
d4415c3e59 Don't build the PDB images by default 2007-07-30 11:03:15 +00:00
paul_reeves
6bcfe3ab5d Add a test for optional env var - FB_NOCLEAN - to speed up rebuilds. 2007-07-30 10:56:16 +00:00
paul_reeves
a399aa0fc4 Statically link cpl applet to mfc for the time being. It doesn't solve all
the problems related to deployment of VC8 apps, but it does solve one.
2007-07-26 12:58:23 +00:00
robocop
ccc2bb779f Sync VC6 files. 2007-05-18 06:31:33 +00:00
asfernandes
b3b980f791 Update MSVC8 build 2007-05-17 14:48:53 +00:00
hvlad
fca89c31f2 Add class for holding status vector and error strings 2007-05-17 13:01:20 +00:00
asfernandes
2faeca0389 Added fbsvcmgr for MSVC8.
Note: it should depend on common and fbclient.
2007-05-04 01:38:43 +00:00
asfernandes
7759dc1bff Correction 2007-05-04 01:23:34 +00:00
robocop
566407aa8c Fix VC6 project files after the last file(s) addition. 2007-05-02 06:59:00 +00:00