Mercurial > flash_v2
changeset 521:c3f83515903f
* standalone/wxwin/confogtool.h: Force ecUSE_MLT == 0 for debug builds.
| author | jld |
|---|---|
| date | Tue, 21 Jan 2003 11:20:34 +0000 |
| parents | 557a638a27d2 |
| children | 726ecf119e30 |
| files | host/tools/configtool/ChangeLog host/tools/configtool/standalone/wxwin/configtool.h |
| diffstat | 2 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,4 +1,9 @@ -2002-01-20 John Dallaway <jld@ecoscentric.com> +2003-01-21 John Dallaway <jld@ecoscentric.com> + + * standalone/wxwin/configtool.h: + Force ecUSE_MLT == 0 even for debug builds. + +2003-01-20 John Dallaway <jld@ecoscentric.com> * standalone/wxwin/configtooldoc.cpp: Use wxString::GetChar() rather than an array element.
--- a/host/tools/configtool/standalone/wxwin/configtool.h +++ b/host/tools/configtool/standalone/wxwin/configtool.h @@ -86,7 +86,8 @@ class ecPipedProcess; #endif #if defined(__WXMSW__) && defined(__WXDEBUG__) -#define ecUSE_MLT 1 +// MLT code does not build yet so ecUSE_MLT is always 0 +#define ecUSE_MLT 0 #else #define ecUSE_MLT 0 #endif
