summaryrefslogtreecommitdiff
path: root/Makefile.mingw32
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-05 17:09:21 +0000
committerPixel <pixel@nobis-crew.org>2009-06-05 17:09:21 +0000
commitd008ad4c96dbf03ae78617f701fb42f7f01e91c6 (patch)
treeaec123344f6b533366b0aad7aba80ba5787068a2 /Makefile.mingw32
parent9e3dd9546761bccbeff4afe35892e212a8194020 (diff)
parent3913d150e6757396f98f804ba142a3a032122b8d (diff)
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua-interface
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r--Makefile.mingw324
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index 31077aa..930127b 100644
--- a/Makefile.mingw32
+++ b/Makefile.mingw32
@@ -206,14 +206,14 @@ WHOLE_SOURCES = $(BALTISOT_SOURCES) $(LUA_SOURCES) $(LUAINTERFACE_SOURCES)
LUAINTERFACE_OBJECTS = $(addsuffix .o, $(notdir $(basename $(LUAINTERFACE_SOURCES))))
LUAINTERFACE_MAIN_OBJECTS = $(addsuffix .o, $(notdir $(basename $(LUAINTERFACE_MAIN_SOURCES) $(LUA_SOURCES))))
-LUAINTERFACE_DLL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(BALTISOT_SOURCES) $(LUA_SOURCES))))
+LUAINTERFACE_DLL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(BALTISOT_SOURCES))))
LUAINTERFACE_LIGHT_OBJECTS = lua-interface-light.o $(addsuffix .o, $(notdir $(basename $(LUAINTERFACE_LIGHT_SOURCES))))
LUAC_OBJECTS = $(addsuffix .o, $(notdir $(basename $(LUAC_SOURCES) $(LUA_SOURCES))))
ALL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(WHOLE_SOURCES))))
ALL_DEPS = $(addsuffix .dep, $(notdir $(basename $(WHOLE_SOURCES))))
-all: dep luac.exe lua-interface.dll lua-interface.exe lua-interface-light.exe
+all: dep luac.exe lua-interface.dll lua-interface.exe
dep: $(ALL_DEPS)