diff options
Diffstat (limited to 'compile/win32/Makefile')
-rw-r--r-- | compile/win32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compile/win32/Makefile b/compile/win32/Makefile index 4359413..a3c6f6e 100644 --- a/compile/win32/Makefile +++ b/compile/win32/Makefile @@ -65,7 +65,8 @@ LUA_SOURCES = \ ../../generic/lib/lua/src/LuaLib/lmathlib.c \ ../../generic/lib/lua/src/LuaLib/loadlib.c \ ../../generic/lib/lua/src/LuaLib/lstrlib.c \ -../../generic/lib/lua/src/LuaLib/ltablib.c +../../generic/lib/lua/src/LuaLib/ltablib.c \ +../../generic/lib/lua/src/LuaLib/ldirlib.c PSX_SOURCES = \ ../../lib/cdabstract.cpp ../../lib/luacd.cpp \ |