makefile fix for the renamed cEvents file (hopefully)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@190 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
87a7c39dfc
commit
f7d690c070
6
makefile
6
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 ####
|
||||
|
Loading…
Reference in New Issue
Block a user