From 867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc Mon Sep 17 00:00:00 2001 From: faketruth Date: Thu, 1 Mar 2012 15:18:59 +0000 Subject: New redstone simulator. Should work without crashes! git-svn-id: http://mc-server.googlecode.com/svn/trunk@345 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- makefile_base | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile_base') diff --git a/makefile_base b/makefile_base index 5e6889e7f..42a3693fc 100644 --- a/makefile_base +++ b/makefile_base @@ -1555,6 +1555,8 @@ build/WSSCompact.o : source/WSSCompact.cpp build/StringCompression.o : source/StringCompression.cpp $(CC) $(CC_OPTIONS) source/StringCompression.cpp -c $(INCLUDE) -o build/StringCompression.o +build/cRedstoneSimulator.o : source/cRedstoneSimulator.cpp + $(CC) $(CC_OPTIONS) source/cRedstoneSimulator.cpp -c $(INCLUDE) -o build/cRedstoneSimulator.o # Template: copy and delete the "# "; insert filenames # build/.o : source/.cpp -- cgit v1.2.3