Adjusted VS project files to commit 11b01b908d
This commit is contained in:
@@ -145,6 +145,7 @@
|
|||||||
<ClInclude Include="cc65\typecmp.h" />
|
<ClInclude Include="cc65\typecmp.h" />
|
||||||
<ClInclude Include="cc65\typeconv.h" />
|
<ClInclude Include="cc65\typeconv.h" />
|
||||||
<ClInclude Include="cc65\util.h" />
|
<ClInclude Include="cc65\util.h" />
|
||||||
|
<ClInclude Include="cc65\wrappedcall.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="cc65\anonname.c" />
|
<ClCompile Include="cc65\anonname.c" />
|
||||||
@@ -218,6 +219,7 @@
|
|||||||
<ClCompile Include="cc65\typecmp.c" />
|
<ClCompile Include="cc65\typecmp.c" />
|
||||||
<ClCompile Include="cc65\typeconv.c" />
|
<ClCompile Include="cc65\typeconv.c" />
|
||||||
<ClCompile Include="cc65\util.c" />
|
<ClCompile Include="cc65\util.c" />
|
||||||
|
<ClCompile Include="cc65\wrappedcall.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
<ClInclude Include="common\hashtab.h" />
|
<ClInclude Include="common\hashtab.h" />
|
||||||
<ClInclude Include="common\hlldbgsym.h" />
|
<ClInclude Include="common\hlldbgsym.h" />
|
||||||
<ClInclude Include="common\inline.h" />
|
<ClInclude Include="common\inline.h" />
|
||||||
|
<ClInclude Include="common\intptrstack.h" />
|
||||||
<ClInclude Include="common\intstack.h" />
|
<ClInclude Include="common\intstack.h" />
|
||||||
<ClInclude Include="common\inttypes.h" />
|
<ClInclude Include="common\inttypes.h" />
|
||||||
<ClInclude Include="common\libdefs.h" />
|
<ClInclude Include="common\libdefs.h" />
|
||||||
@@ -87,6 +88,7 @@
|
|||||||
<ClCompile Include="common\gentype.c" />
|
<ClCompile Include="common\gentype.c" />
|
||||||
<ClCompile Include="common\hashfunc.c" />
|
<ClCompile Include="common\hashfunc.c" />
|
||||||
<ClCompile Include="common\hashtab.c" />
|
<ClCompile Include="common\hashtab.c" />
|
||||||
|
<ClCompile Include="common\intptrstack.c" />
|
||||||
<ClCompile Include="common\intstack.c" />
|
<ClCompile Include="common\intstack.c" />
|
||||||
<ClCompile Include="common\matchpat.c" />
|
<ClCompile Include="common\matchpat.c" />
|
||||||
<ClCompile Include="common\mmodel.c" />
|
<ClCompile Include="common\mmodel.c" />
|
||||||
|
|||||||
Reference in New Issue
Block a user