From f7d690c0701d12ab65b6e5092ce3233d40fdea10 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 29 Jan 2012 21:49:08 +0000 Subject: makefile fix for the renamed cEvents file (hopefully) git-svn-id: http://mc-server.googlecode.com/svn/trunk@190 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 018d454f8..84c671bde 100644 --- a/makefile +++ b/makefile @@ -83,6 +83,7 @@ MCServer : \ build/cCriticalSection.o\ build/cEntity.o\ build/cEvent.o\ + build/cEvents.o\ build/cFurnaceEntity.o\ build/cFurnaceRecipe.o\ build/cFurnaceWindow.o\ @@ -291,6 +292,7 @@ MCServer : \ build/cCriticalSection.o\ build/cEntity.o\ build/cEvent.o\ + build/cEvents.o\ build/cFurnaceEntity.o\ build/cFurnaceRecipe.o\ build/cFurnaceWindow.o\ @@ -1517,4 +1519,8 @@ build/cPlugin_NewLua.o : source/cPlugin_NewLua.cpp build/cWebPlugin_Lua.o : source/cWebPlugin_Lua.cpp $(CC) $(CC_OPTIONS) source/cWebPlugin_Lua.cpp -c $(INCLUDE) -o build/cWebPlugin_Lua.o +build/cEvents.o : webserver/cEvents.cpp + $(CC) $(CC_OPTIONS) webserver/cEvents.cpp -c $(INCLUDE) -o build/cEvents.o + + ##### END RUN #### -- cgit v1.2.3