]> git.sur5r.net Git - cc65/commitdiff
Adjusted VS project files to commit https://github.com/cc65/cc65/commit/11b01b908d321...
authorOliver Schmidt <ol.sc@web.de>
Thu, 18 May 2017 20:40:18 +0000 (22:40 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 18 May 2017 20:40:18 +0000 (22:40 +0200)
src/cc65.vcxproj
src/common.vcxproj

index 1c1f993fe0960ae795d357acc3dba96d993513bf..70f43dc73212f85ed515906e9118c626393753ba 100644 (file)
     <ClInclude Include="cc65\typecmp.h" />
     <ClInclude Include="cc65\typeconv.h" />
     <ClInclude Include="cc65\util.h" />
+    <ClInclude Include="cc65\wrappedcall.h" />
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="cc65\anonname.c" />
     <ClCompile Include="cc65\typecmp.c" />
     <ClCompile Include="cc65\typeconv.c" />
     <ClCompile Include="cc65\util.c" />
+    <ClCompile Include="cc65\wrappedcall.c" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
index 053d2398181a70e9be7ddb1145fbaa73647ca256..39fea35e5f48fd6907a4e07c2bbac6d9130edd6a 100644 (file)
@@ -38,6 +38,7 @@
     <ClInclude Include="common\hashtab.h" />
     <ClInclude Include="common\hlldbgsym.h" />
     <ClInclude Include="common\inline.h" />
+    <ClInclude Include="common\intptrstack.h" />
     <ClInclude Include="common\intstack.h" />
     <ClInclude Include="common\inttypes.h" />
     <ClInclude Include="common\libdefs.h" />
@@ -87,6 +88,7 @@
     <ClCompile Include="common\gentype.c" />
     <ClCompile Include="common\hashfunc.c" />
     <ClCompile Include="common\hashtab.c" />
+    <ClCompile Include="common\intptrstack.c" />
     <ClCompile Include="common\intstack.c" />
     <ClCompile Include="common\matchpat.c" />
     <ClCompile Include="common\mmodel.c" />