diff options
author | chai <chaifix@163.com> | 2018-12-06 20:07:55 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-06 20:07:55 +0800 |
commit | 1acc1ecf398bc43bc304a449643fddbb65d1e733 (patch) | |
tree | ac8c12052ac92ae2afbf45ee4734d7118fa3adca /build/vc++/jin.vcxproj | |
parent | 37f1d11f9e1f7b9f336b509f3afb6dd61bb5ffee (diff) |
*lua runtime
Diffstat (limited to 'build/vc++/jin.vcxproj')
-rw-r--r-- | build/vc++/jin.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc++/jin.vcxproj b/build/vc++/jin.vcxproj index 40c0c45..c7a6984 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -147,7 +147,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\..\src\lua\common\je_lua.cpp" /> + <ClCompile Include="..\..\src\lua\common\je_lua_runtime.cpp" /> <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" /> |