aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-03-27 22:47:20 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-03-27 22:47:20 +0000
commit75a342667ba46d060cbb4af1bca56e81589bdc10 (patch)
tree4a13095f718b7978747bcf932b68da14d9cea4fc
parentcb24ac21217aaef3d2264d2de69454928d062bde (diff)
elua_field.c was added to $MODULES but not to $OBJECTS
svn path=/trunk/; revision=17749
-rw-r--r--plugins/lua/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/lua/Makefile.nmake b/plugins/lua/Makefile.nmake
index 9bbfd93c12..c672d96c5a 100644
--- a/plugins/lua/Makefile.nmake
+++ b/plugins/lua/Makefile.nmake
@@ -30,6 +30,7 @@ MODULES= \
OBJECTS= \
elua.obj \
elua_dumper.obj \
+ elua_field.c \
elua_gui.obj \
elua_pinfo.obj \
elua_plugin.obj \