]> git.sur5r.net Git - freertos/blobdiff - Demo/WIN32-MSVC/WIN32.vcxproj
Add a few lines to the RX ports that allow the vector to be installed when the FreeRT...
[freertos] / Demo / WIN32-MSVC / WIN32.vcxproj
index a92b9185fbd935b0dc96a67989b6c3ec229cafaf..9944c4b78cb33ed46ed9830ec34dc6031f7e5346 100644 (file)
@@ -67,6 +67,7 @@
       <SuppressStartupBanner>true</SuppressStartupBanner>\r
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
       <DisableLanguageExtensions>false</DisableLanguageExtensions>\r
+      <AdditionalOptions>/wd4210 %(AdditionalOptions)</AdditionalOptions>\r
     </ClCompile>\r
     <ResourceCompile>\r
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
   </ItemDefinitionGroup>\r
   <ItemGroup>\r
     <ClCompile Include="..\..\Source\portable\MemMang\heap_3.c" />\r
+    <ClCompile Include="..\..\Source\timers.c" />\r
     <ClCompile Include="..\Common\Minimal\BlockQ.c" />\r
     <ClCompile Include="..\Common\Minimal\blocktim.c" />\r
+    <ClCompile Include="..\Common\Minimal\countsem.c" />\r
+    <ClCompile Include="..\Common\Minimal\death.c" />\r
+    <ClCompile Include="..\Common\Minimal\dynamic.c" />\r
     <ClCompile Include="..\Common\Minimal\flop.c" />\r
     <ClCompile Include="..\Common\Minimal\GenQTest.c" />\r
     <ClCompile Include="..\Common\Minimal\integer.c" />\r
     <ClCompile Include="..\Common\Minimal\PollQ.c" />\r
     <ClCompile Include="..\Common\Minimal\QPeek.c" />\r
     <ClCompile Include="..\Common\Minimal\semtest.c" />\r
+    <ClCompile Include="..\Common\Minimal\timerdemo.c" />\r
     <ClCompile Include="DemosModifiedForLowTickRate\recmutex.c" />\r
     <ClCompile Include="main.c">\r
       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
     </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ClInclude Include="Board.h" />\r
+    <ClInclude Include="..\..\Source\include\timers.h" />\r
+    <ClInclude Include="..\..\Source\include\timer_test.h" />\r
+    <ClInclude Include="..\..\Source\portable\MSVC-MingW\portmacro.h" />\r
     <ClInclude Include="FreeRTOSConfig.h" />\r
     <ClInclude Include="..\..\Source\include\croutine.h" />\r
     <ClInclude Include="..\..\Source\include\FreeRTOS.h" />\r