diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-01 16:18:59 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-01 16:18:59 +0100 |
commit | 867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc (patch) | |
tree | a2f8b4a22a9b721d94ffa595ef57a07d1339f482 /makefile_base | |
parent | Fixed the authenticator bug (diff) | |
download | cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.gz cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.bz2 cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.lz cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.xz cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.tar.zst cuberite-867fc8ee0dbebd3c09a4f7cdcbd5fb4d56f194dc.zip |
Diffstat (limited to 'makefile_base')
-rw-r--r-- | makefile_base | 2 |
1 files changed, 2 insertions, 0 deletions
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 |