8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 19:23:03 +01:00
firebird-mirror/builds/win32/msvc9
dimitr ee1ef4d167 Cleanup the MSVC9 build to benefit from the latest changes by Alex:
1) Make remote.lib independent of SUPERSERVER and containing only the protocol and authentication files (needed for both server and client)
2) Drop remote_classic.lib
3) Add the server-only remote files (listener and server.cpp) directly into fbserver.exe and fb_inet_server.exe
4) Make fbembed.dll, fbclient.dll, fbserver.exe and fb_inet_server.exe dependent on remote.lib
5) Explicitly add interface.cpp into fbclient.dll to benefit from the SUPERCLIENT stuff (override the code from remote.lib)
6) Some cleanup in fbclient/fbembed regarding common.lib
7) Add pwd.cpp into fbserver.exe and fb_inet_server.exe

Also, fixed compilation of fbudf.dll. The only easy way to do that was to re-link it (dynamically) with fbclient.dll. To be reconsidered, if required.
2010-03-26 11:45:10 +00:00
..
alice.vcproj Solution/project files for MSVC9. 2008-09-02 07:50:56 +00:00
btyacc.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
build_msg.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
burp.vcproj Finally use the same logic to detect ODS capabilities in backup and restore. 2010-01-03 03:45:09 +00:00
codes.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
common_classic.vcproj Fixed MSVC9 build after recent changes 2010-03-01 08:18:37 +00:00
common_static.vcproj Unfortunately several of these are intertwined: 2009-11-05 09:03:41 +00:00
common.vcproj Fixed MSVC9 build after recent changes 2010-03-01 08:18:37 +00:00
config.vcproj Fixed MSVC9 build after recent changes 2010-03-01 08:18:37 +00:00
DllNoEmbedManifest.vsprops Sync with MSVC8 changes. 2008-12-18 10:48:55 +00:00
dsql_server_classic.vcproj Update VC9 project files. 2010-02-16 08:57:02 +00:00
dsql_server.vcproj Update VC9 project files. 2010-02-16 08:57:02 +00:00
empbuild.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
engine_classic.vcproj Cleanup. 2010-03-16 11:21:05 +00:00
engine_embed.vcproj Cleanup. 2010-03-16 11:21:05 +00:00
engine.vcproj Cleanup. 2010-03-16 11:21:05 +00:00
fb2control.vcproj More MSVC9 specifics (missed in the prior commit). 2008-09-02 14:52:33 +00:00
fb_inet_server.vcproj Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
fb_lock_print.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
fbclient.vcproj Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
fbembed.vcproj Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
fbguard.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
fbrmclib.vcproj Fixed MSVC9 build. 2009-09-01 14:31:30 +00:00
fbserver.vcproj Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
fbsvcmgr.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
fbtrace.vcproj Fixed bug CORE-2934 : Memory leak in FB2.5 trace plugin. 2010-03-24 13:13:12 +00:00
fbtracemgr.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
fbudf.vcproj Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
firebird2.vsprops Solution/project files for MSVC9. 2008-09-02 07:50:56 +00:00
firebird2debug.vsprops Solution/project files for MSVC9. 2008-09-02 07:50:56 +00:00
firebird2release.vsprops Solution/project files for MSVC9. 2008-09-02 07:50:56 +00:00
Firebird2_Examples.sln Fixed MSVC9 build. 2009-10-22 07:07:13 +00:00
Firebird2.sln Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
Firebird2Boot.sln Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
gbak_embed.vcproj Finally use the same logic to detect ODS capabilities in backup and restore. 2010-01-03 03:45:09 +00:00
gbak.vcproj Finally use the same logic to detect ODS capabilities in backup and restore. 2010-01-03 03:45:09 +00:00
gfix.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
gpre_boot.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
gpre_embed.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
gpre.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
gsec.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
gsplit.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
gstat.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
ib_udf.vcproj Sync with MSVC8 changes. 2008-12-18 10:48:55 +00:00
ib_util.vcproj Sync with MSVC8 changes. 2008-12-18 10:48:55 +00:00
instclient.vcproj Put the correct information for UAC in VC9. 2009-11-15 09:42:37 +00:00
instreg.vcproj Put the correct information for UAC in VC9. 2009-11-15 09:42:37 +00:00
instsvc.vcproj Put the correct information for UAC in VC9. 2009-11-15 09:42:37 +00:00
intl.vcproj Fixed CORE-2609: Update support for Windows 98/ME and NT4.0 2009-08-30 19:00:46 +00:00
intlbuild.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
isql_embed.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
isql.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
lock_classic.vcproj Cleanup 2009-12-05 20:10:59 +00:00
lock.vcproj Cleanup 2009-12-05 20:10:59 +00:00
nbackup.vcproj Forgotten changes 2009-12-14 11:38:42 +00:00
qli.vcproj Get rid of references to the manifest files not needed by VC9. 2009-11-09 12:29:10 +00:00
remote_classic.vcproj Compile /jrd/pwd.cpp as a remote module, not an engine one. This is logically correct, while looks weird. 2010-01-23 12:01:12 +00:00
remote.vcproj Cleanup the MSVC9 build to benefit from the latest changes by Alex: 2010-03-26 11:45:10 +00:00
udr_engine.vcproj Added DllNoEmbedManifest.vsprops to udr_engine of MSVC9 2009-11-13 00:51:36 +00:00
udrcpp_example.vcproj Follow the VC8 settings. 2009-11-06 10:43:58 +00:00