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/vc++/jin.vcxproj | |
parent | cfa05003be67344fbc79c338c2ac82f0accd979d (diff) |
*修改lua bind
Diffstat (limited to 'build/vc++/jin.vcxproj')
-rw-r--r-- | build/vc++/jin.vcxproj | 2 |
1 files changed, 2 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" /> |