diff options
author | chai <chaifix@163.com> | 2019-03-17 10:49:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-17 10:49:50 +0800 |
commit | ad2805aa839892589c13a615730da52f6e474709 (patch) | |
tree | f818bbacee347f8d64d9134ffe4fbda366ba87fe /Build | |
parent | fb830270c5269a22819a0c0f1ee280f9aa3f1b39 (diff) |
*luax
Diffstat (limited to 'Build')
-rw-r--r-- | Build/3rdParty/Luax/Luax.vcxproj | 1 | ||||
-rw-r--r-- | Build/3rdParty/Luax/Luax.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Build/3rdParty/Luax/Luax.vcxproj b/Build/3rdParty/Luax/Luax.vcxproj index f8dcf00..bfefbb9 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj +++ b/Build/3rdParty/Luax/Luax.vcxproj @@ -139,6 +139,7 @@ <ItemGroup> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_cfunctions.cpp" /> + <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_class.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_context.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_enum.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_memberref.cpp" /> diff --git a/Build/3rdParty/Luax/Luax.vcxproj.filters b/Build/3rdParty/Luax/Luax.vcxproj.filters index 2ff0e8c..1e374c7 100644 --- a/Build/3rdParty/Luax/Luax.vcxproj.filters +++ b/Build/3rdParty/Luax/Luax.vcxproj.filters @@ -27,6 +27,7 @@ <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_context.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_cfunctions.cpp" /> <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_memberref.cpp" /> + <ClCompile Include="..\..\..\Source\3rdParty\Luax\luax_class.cpp" /> </ItemGroup> <ItemGroup> <None Include="..\..\..\Source\3rdParty\Luax\luax_state.inl" /> |