diff options
author | Pixel <pixel@nobis-crew.org> | 2008-10-07 03:24:46 +0200 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-10-07 03:24:46 +0200 |
commit | 44c7c7ad0052b77e30f3e724f7cba467eacab477 (patch) | |
tree | 27a695d519e18e01311bc4e4566f0a5e52684b01 /Makefile.mingw32 | |
parent | 8362cba793d95fdf9cb1c9d5f41d9f4d8a171cf0 (diff) |
Adding dblib.lua to the win32 compilation.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 5511dbe..ddc0dc2 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -91,6 +91,7 @@ ajaxlib.lua \ htmllib.lua \ xmllib.lua \ httplib.lua \ +dblib.lua \ GL_SOURCES = \ plugin-luagl.cc \ |