diff options
author | chai <chaifix@163.com> | 2018-12-04 10:13:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-04 10:13:03 +0800 |
commit | 8cd03a53878b9d67eb4b13fb546dbd989d8217e2 (patch) | |
tree | d27371aa2d702705dd86d3c2d8a6c4bd8bd7ec96 /build/vc++/jin.vcxproj | |
parent | 7c0da0c1181ecf333aa784d4cce09bc160dfe908 (diff) |
*proxy->lua object
Diffstat (limited to 'build/vc++/jin.vcxproj')
-rw-r--r-- | build/vc++/jin.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index b3c36a7..40c0c45 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -151,7 +151,7 @@ <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_object.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" /> @@ -197,7 +197,7 @@ <ClInclude Include="..\..\src\lua\common\je_lua_error.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_callback.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_function.h" /> - <ClInclude Include="..\..\src\lua\common\je_lua_proxy.h" /> + <ClInclude Include="..\..\src\lua\common\je_lua_object.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_reference.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_shared.hpp" /> <ClInclude Include="..\..\src\lua\embed\embed.h" /> |