From 0925cb4f76a1667fb3777efbe6a0e0e69c4cca3c Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 10 Dec 2009 15:49:55 +0000 Subject: Added 64-bit compilation Removed autodep optimisation. --- tools/mhmake/src/fileinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/fileinfo.h') diff --git a/tools/mhmake/src/fileinfo.h b/tools/mhmake/src/fileinfo.h index 9be40bdbe..9a521d4a6 100644 --- a/tools/mhmake/src/fileinfo.h +++ b/tools/mhmake/src/fileinfo.h @@ -211,7 +211,7 @@ public: { #if defined(_DEBUG) && defined(_MSC_VER) if (m_pRule && m_pRule->GetCommands().size()) { - _asm int 3; + DebugBreak(); } #endif m_pRule=pRule; -- cgit v1.2.3