From a697d076bc275a76ef3efc6539194e0834d5b29e Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 26 Dec 2000 22:15:32 +0000 Subject: Add Release_TSDbg support. This mode compiles PHP with the release C runtime, but with optimizations disabled and with debug info. Some crashes can only be debugged using this mode. --- ext/mysql/libmysql/libmysql.dsp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ext/mysql/libmysql/libmysql.dsp') diff --git a/ext/mysql/libmysql/libmysql.dsp b/ext/mysql/libmysql/libmysql.dsp index 5e03b7fd21..3a3cb5ffbf 100644 --- a/ext/mysql/libmysql/libmysql.dsp +++ b/ext/mysql/libmysql/libmysql.dsp @@ -23,6 +23,7 @@ CFG=libmysql - Win32 Debug !MESSAGE "libmysql - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "libmysql - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "libmysql - Win32 Release_inline" (based on "Win32 (x86) Static Library") +!MESSAGE "libmysql - Win32 Release_TSDbg" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -170,6 +171,29 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo +!ELSEIF "$(CFG)" == "libmysql - Win32 Release_TSDbg" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "libmysql___Win32_Release_TSDbg" +# PROP BASE Intermediate_Dir "libmysql___Win32_Release_TSDbg" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release_TSDbg" +# PROP Intermediate_Dir "Release_TSDbg" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /D "NDEBUG" /D "_LIB" /D "__WIN32__" /D "USE_TLS" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GX /Zi /Od /I "." /D "NDEBUG" /D "_LIB" /D "__WIN32__" /D "USE_TLS" /D "WIN32" /D "_MBCS" /YX /FD /c +# ADD BASE RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + !ENDIF # Begin Target @@ -180,6 +204,7 @@ LIB32=link.exe -lib # Name "libmysql - Win32 Debug" # Name "libmysql - Win32 Release" # Name "libmysql - Win32 Release_inline" +# Name "libmysql - Win32 Release_TSDbg" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -- cgit v1.2.1