diff options
author | chai <chaifix@163.com> | 2018-11-13 08:27:26 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-13 08:27:26 +0800 |
commit | 75792c15480d3d99b2ba7e79e143e4b569b22611 (patch) | |
tree | 61e3abc45326c67d348e08400da11f60dff18fa3 /build/vc++/jin.vcxproj | |
parent | c7e59fb376453e5abad8c862b52eb0f4c7ba829b (diff) |
*修改lua ref
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 bd435c5..320b567 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -143,7 +143,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\..\src\lua\common\je_lua_function.cpp" /> + <ClCompile Include="..\..\src\lua\common\je_lua_callback.cpp" /> <ClCompile Include="..\..\src\lua\common\je_lua_port.h" /> <ClCompile Include="..\..\src\lua\common\je_lua_reference.cpp" /> <ClCompile Include="..\..\src\lua\jin.cpp" /> @@ -183,7 +183,7 @@ <ClInclude Include="..\..\src\lua\common\je_lua_common.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_constant.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_error.h" /> - <ClInclude Include="..\..\src\lua\common\je_lua_function.h" /> + <ClInclude Include="..\..\src\lua\common\je_lua_callback.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_proxy.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_reference.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_shared.hpp" /> |