From: Julian Smart Date: Fri, 8 Oct 1999 10:22:00 +0000 (+0000) Subject: Debug option mod X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fcc228b31e67b87615c535797e7f3701e96a0070 Debug option mod git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/wxvc.dsp b/src/wxvc.dsp index 1e308fd77a..1d9d5a7df7 100644 --- a/src/wxvc.dsp +++ b/src/wxvc.dsp @@ -60,7 +60,7 @@ LIB32=link.exe -lib # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /Z7 /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c +# ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo @@ -563,10 +563,6 @@ SOURCE=.\html\htmlwin.cpp # End Source File # Begin Source File -SOURCE=.\html\winpars.cpp -# End Source File -# Begin Source File - SOURCE=.\html\m_fonts.cpp # End Source File # Begin Source File @@ -601,6 +597,10 @@ SOURCE=.\html\m_tables.cpp SOURCE=.\html\search.cpp # End Source File +# Begin Source File + +SOURCE=.\html\winpars.cpp +# End Source File # End Group # Begin Group "MSW Files"