# HG changeset patch # User Christian Taedcke # Date 1327346905 -3600 # Node ID 3a4fa09f11bbf216454c03c2d6509a4d69260211 # Parent 375137a7f256fade2be44e80dcf756f3be810e84 CANopenShell win32: - fixed include path for release configuration diff -r 375137a7f256 -r 3a4fa09f11bb examples/CANOpenShell/CANOpenShell.vc9.vcproj --- a/examples/CANOpenShell/CANOpenShell.vc9.vcproj Mon Jan 23 20:25:36 2012 +0100 +++ b/examples/CANOpenShell/CANOpenShell.vc9.vcproj Mon Jan 23 20:28:25 2012 +0100 @@ -115,6 +115,7 @@ Name="VCCLCompilerTool" Optimization="2" EnableIntrinsicFunctions="true" + AdditionalIncludeDirectories="..\..\include;..\..\include\win32" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" RuntimeLibrary="2" EnableFunctionLevelLinking="true"