]> Shamusworld >> Repos - rmac/blobdiff - Vs2015/rmac/rmac.vcxproj
Added -l* to enable listing without pagination. Fix bug where a wrong malloc would...
[rmac] / Vs2015 / rmac / rmac.vcxproj
index a127bd8f874fb7c054a7b5ecc383ec28529ef3ff..d544059d84a8cf1c7587e915ba65973718ae1086 100644 (file)
@@ -19,6 +19,7 @@
     </ProjectConfiguration>
   </ItemGroup>
   <ItemGroup>
+    <ClCompile Include="..\..\6502.c" />
     <ClCompile Include="..\..\amode.c" />
     <ClCompile Include="..\..\debug.c" />
     <ClCompile Include="..\..\direct.c" />
@@ -38,6 +39,7 @@
     <ClCompile Include="..\..\token.c" />
   </ItemGroup>
   <ItemGroup>
+    <ClInclude Include="..\..\6502.h" />
     <ClInclude Include="..\..\amode.h" />
     <ClInclude Include="..\..\debug.h" />
     <ClInclude Include="..\..\direct.h" />
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     <LinkIncremental>true</LinkIncremental>
-    <OutDir>$(SolutionDir)\..</OutDir>
+    <OutDir>$(SolutionDir)..\</OutDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <LinkIncremental>false</LinkIncremental>