diff options
Diffstat (limited to 'Build/3rdParty/lua51')
-rw-r--r-- | Build/3rdParty/lua51/lua51.vcxproj | 2 | ||||
-rw-r--r-- | Build/3rdParty/lua51/lua51.vcxproj.filters | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Build/3rdParty/lua51/lua51.vcxproj b/Build/3rdParty/lua51/lua51.vcxproj index 0b1df9c..460b971 100644 --- a/Build/3rdParty/lua51/lua51.vcxproj +++ b/Build/3rdParty/lua51/lua51.vcxproj @@ -141,8 +141,6 @@ <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltable.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltablib.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltm.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lua.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\luac.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lundump.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lvm.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lzio.c" /> diff --git a/Build/3rdParty/lua51/lua51.vcxproj.filters b/Build/3rdParty/lua51/lua51.vcxproj.filters index 416c92e..a95d0b7 100644 --- a/Build/3rdParty/lua51/lua51.vcxproj.filters +++ b/Build/3rdParty/lua51/lua51.vcxproj.filters @@ -27,8 +27,6 @@ <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltable.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltablib.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltm.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lua.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\luac.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lundump.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lvm.c" /> <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lzio.c" /> |