diff options
| author | Vlad Vissoultchev <wqweto@gmail.com> | 2016-04-11 21:33:21 +0300 |
|---|---|---|
| committer | Vlad Vissoultchev <wqweto@gmail.com> | 2016-04-13 11:10:13 +0300 |
| commit | 98ffeaa0c504dbc5c27c19b2b84ce4bc504b3527 (patch) | |
| tree | f0986e5bf25888f43335d479ac3404799b96a4fd /win32 | |
| parent | 810a677d32ac03d47b71c73ed9422e95dc7743ed (diff) | |
| download | tinycc-98ffeaa0c504dbc5c27c19b2b84ce4bc504b3527.tar.gz tinycc-98ffeaa0c504dbc5c27c19b2b84ce4bc504b3527.tar.bz2 | |
win32: Better VS2015 solution and project files
These include all header and source files from source directory
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/vs2015/libtcc.vcxproj | 28 | ||||
| -rw-r--r-- | win32/vs2015/tcc.vcxproj | 3 |
2 files changed, 31 insertions, 0 deletions
diff --git a/win32/vs2015/libtcc.vcxproj b/win32/vs2015/libtcc.vcxproj index acb27a7..d8c45a4 100644 --- a/win32/vs2015/libtcc.vcxproj +++ b/win32/vs2015/libtcc.vcxproj @@ -156,6 +156,34 @@ <ItemGroup> <ClCompile Include="..\..\libtcc.c" /> </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\arm-gen.c" /> + <ClInclude Include="..\..\arm64-gen.c" /> + <ClInclude Include="..\..\c67-gen.c" /> + <ClInclude Include="..\..\conftest.c" /> + <ClInclude Include="..\..\i386-asm.c" /> + <ClInclude Include="..\..\i386-gen.c" /> + <ClInclude Include="..\..\il-gen.c" /> + <ClInclude Include="..\..\tcc.h" /> + <ClInclude Include="..\..\tccasm.c" /> + <ClInclude Include="..\..\tcccoff.c" /> + <ClInclude Include="..\..\tccelf.c" /> + <ClInclude Include="..\..\tccgen.c" /> + <ClInclude Include="..\..\tccpe.c" /> + <ClInclude Include="..\..\tccpp.c" /> + <ClInclude Include="..\..\tccrun.c" /> + <ClInclude Include="..\..\x86_64-gen.c" /> + <ClInclude Include="..\..\coff.h" /> + <ClInclude Include="..\..\elf.h" /> + <ClInclude Include="..\..\i386-asm.h" /> + <ClInclude Include="..\..\i386-tok.h" /> + <ClInclude Include="..\..\il-opcodes.h" /> + <ClInclude Include="..\..\libtcc.h" /> + <ClInclude Include="..\..\stab.h" /> + <ClInclude Include="..\..\tcclib.h" /> + <ClInclude Include="..\..\tcctok.h" /> + <ClInclude Include="..\..\x86_64-asm.h" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> diff --git a/win32/vs2015/tcc.vcxproj b/win32/vs2015/tcc.vcxproj index 3b4dc5c..7417358 100644 --- a/win32/vs2015/tcc.vcxproj +++ b/win32/vs2015/tcc.vcxproj @@ -164,6 +164,9 @@ <ItemGroup> <ClCompile Include="..\..\tcc.c" /> </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\tcc.h" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |
