From 06bca7369fd2a1b9b707843e2bd3524827af5d91 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 23 Sep 2004 19:03:05 +0000 Subject: [PATCH] Enable RTTI in visual.net Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1992 --- visualc_net/dosbox.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/visualc_net/dosbox.vcproj b/visualc_net/dosbox.vcproj index c79a15cc..f397a0f1 100644 --- a/visualc_net/dosbox.vcproj +++ b/visualc_net/dosbox.vcproj @@ -25,6 +25,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" + RuntimeTypeInfo="TRUE" PrecompiledHeaderFile=".\Debug/dosbox.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" @@ -97,6 +98,7 @@ RuntimeLibrary="2" BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="TRUE" + RuntimeTypeInfo="TRUE" PrecompiledHeaderFile=".\Release/dosbox.pch" AssemblerOutput="4" AssemblerListingLocation=".\Release/"