Win32 fixes:
authorChristian Taedcke <hacking@taedcke.com>
Mon, 21 May 2012 16:13:47 +0200
changeset 720 09dd61317f0f
parent 714 ab83333fee78
child 721 9a2441d391c7
Win32 fixes:
- generate debug information for canopenshell in debug configuration
examples/CANOpenShell/CANOpenShell.vc10.vcxproj
--- a/examples/CANOpenShell/CANOpenShell.vc10.vcxproj	Sat Feb 04 17:08:48 2012 +0100
+++ b/examples/CANOpenShell/CANOpenShell.vc10.vcxproj	Mon May 21 16:13:47 2012 +0200
@@ -59,7 +59,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <GenerateDebugInformation>false</GenerateDebugInformation>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Console</SubSystem>
       <TargetMachine>MachineX86</TargetMachine>
     </Link>