diff options
author | chai <chaifix@163.com> | 2018-11-23 12:24:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-23 12:24:22 +0800 |
commit | 8d4e45c9a85175d0fc37d7d5c49ff90abb01fe4f (patch) | |
tree | 4ca2d0b34366293ad57d77c64e753c9013ccdc21 /build | |
parent | cfa05003be67344fbc79c338c2ac82f0accd979d (diff) |
*修改lua bind
Diffstat (limited to 'build')
-rw-r--r-- | build/vc++/jin.vcxproj | 2 | ||||
-rw-r--r-- | build/vc++/jin.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index 154f40d..025c309 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -147,7 +147,9 @@ <ClCompile Include="..\..\src\lua\common\je_lua_callback.cpp" /> <ClCompile Include="..\..\src\lua\common\je_lua_function.cpp" /> <ClCompile Include="..\..\src\lua\common\je_lua_port.h" /> + <ClCompile Include="..\..\src\lua\common\je_lua_proxy.cpp" /> <ClCompile Include="..\..\src\lua\common\je_lua_reference.cpp" /> + <ClCompile Include="..\..\src\lua\common\je_lua_shared.cpp" /> <ClCompile Include="..\..\src\lua\jin.cpp" /> <ClCompile Include="..\..\src\lua\modules\ai\je_lua_ai.cpp" /> <ClCompile Include="..\..\src\lua\modules\ai\je_lua_behavior_tree.cpp" /> diff --git a/build/vc++/jin.vcxproj.filters b/build/vc++/jin.vcxproj.filters index 21e3e70..6b1e8f9 100644 --- a/build/vc++/jin.vcxproj.filters +++ b/build/vc++/jin.vcxproj.filters @@ -192,6 +192,12 @@ <ClCompile Include="..\..\src\lua\common\je_lua.cpp"> <Filter>source\common</Filter> </ClCompile> + <ClCompile Include="..\..\src\lua\common\je_lua_proxy.cpp"> + <Filter>source\common</Filter> + </ClCompile> + <ClCompile Include="..\..\src\lua\common\je_lua_shared.cpp"> + <Filter>source\common</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="resource.h"> |