diff options
author | chai <chaifix@163.com> | 2018-11-15 19:29:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-15 19:29:27 +0800 |
commit | 7e51ff3bfae0becc260452a427a1fc1232a4b348 (patch) | |
tree | e2c4cddcd5ed719a611be4c92edf1991a63203c5 /build/vc++/jin.vcxproj | |
parent | a6f2d5fff89b7322009c46a9272668ca4c32ce64 (diff) |
*修改代码结构
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 a61fb35..02bf7f0 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -144,6 +144,7 @@ </ItemDefinitionGroup> <ItemGroup> <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_reference.cpp" /> <ClCompile Include="..\..\src\lua\jin.cpp" /> @@ -185,6 +186,7 @@ <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_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_reference.h" /> <ClInclude Include="..\..\src\lua\common\je_lua_shared.hpp" /> |