Get the makefile basically working in producing an executable of the game

- tinyprint.hpp was renamed to tinyprint.h to conform to the pattern of the makefile rules
This commit is contained in:
2015-06-14 23:29:20 -04:00
parent a532ad3422
commit f0e6e7ef24
8 changed files with 88 additions and 25 deletions

View File

@@ -47,7 +47,7 @@
<ClInclude Include="..\..\dialogxml\xml-parser\ticpprc.h" />
<ClInclude Include="..\..\dialogxml\xml-parser\tinystr.h" />
<ClInclude Include="..\..\dialogxml\xml-parser\tinyxml.h" />
<ClInclude Include="..\..\dialogxml\xml-parser\tinyprint.hpp" />
<ClInclude Include="..\..\dialogxml\xml-parser\tinyprint.h" />
<ClInclude Include="..\..\oldstructs.hpp" />
<ClInclude Include="..\..\tools\cursors.hpp" />
<ClInclude Include="..\..\tools\fileio.hpp" />