diff options
author | pixel <pixel> | 2004-11-27 23:45:09 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-11-27 23:45:09 +0000 |
commit | 03a381dd18d3b4f80fe422b9e54258af36966660 (patch) | |
tree | a345928f451f82d754ec937d11833cf83438a5c8 /compile/win32/Makefile | |
parent | d38e80ee04afe582e70150d3884e56c05f3fd7a8 (diff) |
Linux addendum
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 \ |