diff win/lwasm.vcxproj @ 376:35d4213e6657

Add cycle counting to listing Add option to include instruction cycle counts to the listing. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:47:30 -0600
parents 4130ffdeb5c8
children
line wrap: on
line diff
--- a/win/lwasm.vcxproj	Mon Jul 13 20:35:16 2015 -0600
+++ b/win/lwasm.vcxproj	Mon Jul 13 20:47:30 2015 -0600
@@ -8,12 +8,13 @@
     <ProjectConfiguration Include="Release|Win32">
       <Configuration>Release</Configuration>
       <Platform>Win32</Platform>
-    </ProjectConfiguration>
-  </ItemGroup>
-  <ItemGroup>
-    <ClCompile Include="..\lwasm\debug.c" />
-    <ClCompile Include="..\lwasm\input.c" />
-    <ClCompile Include="..\lwasm\insn_bitbit.c" />
+    </ProjectConfiguration>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="..\lwasm\cycle.c" />
+    <ClCompile Include="..\lwasm\debug.c" />
+    <ClCompile Include="..\lwasm\input.c" />
+    <ClCompile Include="..\lwasm\insn_bitbit.c" />
     <ClCompile Include="..\lwasm\insn_gen.c" />
     <ClCompile Include="..\lwasm\insn_indexed.c" />
     <ClCompile Include="..\lwasm\insn_inh.c" />