diff options
author | chai <chaifix@163.com> | 2018-11-22 12:23:12 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-22 12:23:12 +0800 |
commit | 7a20483f06624e82feb129c9e4c8fa13881a6a9f (patch) | |
tree | 82707e7546fe14d1b781a2e15f65f6ef976ac322 /build/vc++/jin.vcxproj | |
parent | 7256d216ecf154d6418c1f3b36dd58a2b69b7827 (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 5f851e4..154f40d 100644 --- a/build/vc++/jin.vcxproj +++ b/build/vc++/jin.vcxproj @@ -143,6 +143,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\..\src\lua\common\je_lua.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" /> @@ -184,6 +185,7 @@ <ClCompile Include="..\..\src\lua\modules\time\je_lua_timer.cpp" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\..\src\lua\common\je_lua.h" /> <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" /> |