diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 09:00:07 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 09:00:07 +0200 |
commit | 31bea6ae99f3750f5da095aeba890f69aad734d0 (patch) | |
tree | c95d425f6b6cc647e3a62d3831e6a0a0b445accd | |
parent | 617903b4521df87ea6c804edf915b6668e627a05 (diff) |
Trying to add loading dlls from paq files.
-rw-r--r-- | Makefile.mingw32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 77f9bea..0fba9ea 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -72,6 +72,7 @@ LUAINTERFACE_MAIN_SOURCES = \ lua-interface.cpp \ lua-interface-hc.c \ lua-plugin.cc \ +MemoryModule.c \ BALTISOT_SOURCES = \ Main.cc \ |