summaryrefslogtreecommitdiffstats
path: root/VC2013/Lua.vcxproj
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-25 19:29:36 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-25 19:29:36 +0100
commit32449f1fca8379d0c7f38e95834b2a01e62de06c (patch)
tree43ff9c4e4565d5ef8223646b4d78234b10ad1d4b /VC2013/Lua.vcxproj
parentAttempt to fix compilation (diff)
downloadcuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.gz
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.bz2
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.lz
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.xz
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.zst
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.zip
Diffstat (limited to 'VC2013/Lua.vcxproj')
-rw-r--r--VC2013/Lua.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/VC2013/Lua.vcxproj b/VC2013/Lua.vcxproj
index d4395b2d2..24f58f28c 100644
--- a/VC2013/Lua.vcxproj
+++ b/VC2013/Lua.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug profiled|Win32">
@@ -138,7 +138,7 @@
<ClCompile Include="..\lib\lua\src\ldebug.c" />
<ClCompile Include="..\lib\lua\src\ldo.c" />
<ClCompile Include="..\lib\lua\src\ldump.c" />
- <ClCompile Include="..\lib\luaO\src\lfunc.c" />
+ <ClCompile Include="..\lib\lua\src\lfunc.c" />
<ClCompile Include="..\lib\lua\src\lgc.c" />
<ClCompile Include="..\lib\lua\src\linit.c" />
<ClCompile Include="..\lib\lua\src\liolib.c" />