From 3dacc60073a8e6845a02afe94988c3fb15b50cc7 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Wed, 12 Apr 2006 12:56:58 +0000 Subject: [PATCH] Minor MSVC Project Changes: 1) Automatically add "bl" to binary name on BinLog builds 2) Exclude binlog.cpp from non-BinLog builds --- amxmodx/msvc/amxmodx_mm.vcproj | 42 ++++++++++++++--------------- amxmodx/msvc8/amxmodx_mm.vcproj | 48 ++++++++++++++++----------------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/amxmodx/msvc/amxmodx_mm.vcproj b/amxmodx/msvc/amxmodx_mm.vcproj index ddbd5855..c0abf4c7 100755 --- a/amxmodx/msvc/amxmodx_mm.vcproj +++ b/amxmodx/msvc/amxmodx_mm.vcproj @@ -52,8 +52,8 @@ IgnoreDefaultLibraryNames="MSVCRT;LIBC" ModuleDefinitionFile="" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\jitdebug/amxx_mm.pdb" - ImportLibrary=".\jitdebug/amxx_mm.lib"/> + ProgramDatabaseFile=".\jitdebug/amxmodx_mm.pdb" + ImportLibrary=".\jitdebug/amxmodx_mm.lib"/> + ImportLibrary=".\jitrelease/amxmodx_mm.lib"/> + ProgramDatabaseFile=".\jitdebugbinlog/amxmodx_bl_mm.pdb" + ImportLibrary=".\jitdebugbinlog/amxmodx_bl_mm.lib"/> + ImportLibrary=".\jitreleasebinlog/amxmodx_bl_mm.lib"/> + + + + + + @@ -369,18 +381,6 @@ - - - - - - diff --git a/amxmodx/msvc8/amxmodx_mm.vcproj b/amxmodx/msvc8/amxmodx_mm.vcproj index 35475c8e..a2faf470 100644 --- a/amxmodx/msvc8/amxmodx_mm.vcproj +++ b/amxmodx/msvc8/amxmodx_mm.vcproj @@ -89,7 +89,7 @@ ModuleDefinitionFile="" GenerateDebugInformation="true" ProgramDatabaseFile=".\jitdebug/amxx_mm.pdb" - ImportLibrary=".\jitdebug/amxx_mm.lib" + ImportLibrary=".\jitdebug/amxmodx_mm.lib" /> + + + + + + - - - - - -