Demo project only:

Add the new IntSem test/demo code into the MSVC demo project.
This commit is contained in:
Richard Barry 2014-09-12 11:32:47 +00:00
parent b6e4854f26
commit 4f03f7d1bb
5 changed files with 14 additions and 4 deletions

View file

@ -143,6 +143,7 @@
<ClCompile Include="..\Common\Minimal\flop.c" />
<ClCompile Include="..\Common\Minimal\GenQTest.c" />
<ClCompile Include="..\Common\Minimal\integer.c" />
<ClCompile Include="..\Common\Minimal\IntSemTest.c" />
<ClCompile Include="..\Common\Minimal\PollQ.c" />
<ClCompile Include="..\Common\Minimal\QPeek.c" />
<ClCompile Include="..\Common\Minimal\QueueOverwrite.c" />