diff options
author | chai <chaifix@163.com> | 2018-05-17 18:04:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 18:04:41 +0800 |
commit | 34947d066b994c2ef9121a83497da344982d28e2 (patch) | |
tree | 41a65f6973a9082dafcc081a8a46de99b556370b /build/vs2015/jin.vcxproj | |
parent | d45064be602c3becb046d86913ea8013774b0079 (diff) |
v0.1.0
Diffstat (limited to 'build/vs2015/jin.vcxproj')
-rw-r--r-- | build/vs2015/jin.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vs2015/jin.vcxproj b/build/vs2015/jin.vcxproj index 83a0388..f50eb32 100644 --- a/build/vs2015/jin.vcxproj +++ b/build/vs2015/jin.vcxproj @@ -243,7 +243,6 @@ <ClInclude Include="..\..\src\libs\stb\stb_image.h" /> <ClInclude Include="..\..\src\libs\stb\stb_truetype.h" /> <ClInclude Include="..\..\src\libs\tekcos\tekcos.h" /> - <ClInclude Include="..\..\src\libs\tiny\tinysound.h" /> <ClInclude Include="..\..\src\lua\embed\debug.lua.h" /> <ClInclude Include="..\..\src\lua\embed\embed.h" /> <ClInclude Include="..\..\src\lua\embed\graphics.lua.h" /> @@ -284,6 +283,7 @@ <None Include="..\..\src\lua\embed\boot.lua" /> <None Include="..\..\src\lua\embed\keyboard.lua" /> <None Include="..\..\src\lua\embed\mouse.lua" /> + <None Include="..\..\src\lua\embed\path.lua" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |