mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Add to build
This commit is contained in:
parent
4117e94ed5
commit
f85951ab24
@ -62,9 +62,11 @@
|
||||
<ClCompile Include="sp65\geosicon.c" />
|
||||
<ClCompile Include="sp65\input.c" />
|
||||
<ClCompile Include="sp65\koala.c" />
|
||||
<ClCompile Include="sp65\lynxpalette.c" />
|
||||
<ClCompile Include="sp65\lynxsprite.c" />
|
||||
<ClCompile Include="sp65\main.c" />
|
||||
<ClCompile Include="sp65\output.c" />
|
||||
<ClCompile Include="sp65\palconv.c" />
|
||||
<ClCompile Include="sp65\palette.c" />
|
||||
<ClCompile Include="sp65\pcx.c" />
|
||||
<ClCompile Include="sp65\raw.c" />
|
||||
@ -84,8 +86,10 @@
|
||||
<ClInclude Include="sp65\geosicon.h" />
|
||||
<ClInclude Include="sp65\input.h" />
|
||||
<ClInclude Include="sp65\koala.h" />
|
||||
<ClInclude Include="sp65\lynxpalette.h" />
|
||||
<ClInclude Include="sp65\lynxsprite.h" />
|
||||
<ClInclude Include="sp65\output.h" />
|
||||
<ClInclude Include="sp65\palconv.h" />
|
||||
<ClInclude Include="sp65\palette.h" />
|
||||
<ClInclude Include="sp65\pcx.h" />
|
||||
<ClInclude Include="sp65\pixel.h" />
|
||||
@ -95,4 +99,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user