summaryrefslogtreecommitdiffstats
path: root/matchblox/Makefile
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-14 12:45:18 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-14 12:45:18 (GMT)
commitc00a15aa99bd0a32d4c4faa3f42698a8485fdb72 (patch)
treecb8376a2b3d932e8738897e513cb633027d08dce /matchblox/Makefile
parentd46ec98f6dc5156c98a37b1c4232f56bc0583a22 (diff)
download2iv55-c00a15aa99bd0a32d4c4faa3f42698a8485fdb72.zip
2iv55-c00a15aa99bd0a32d4c4faa3f42698a8485fdb72.tar.gz
2iv55-c00a15aa99bd0a32d4c4faa3f42698a8485fdb72.tar.bz2
first integration step.
Diffstat (limited to 'matchblox/Makefile')
-rw-r--r--matchblox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/Makefile b/matchblox/Makefile
index 0222105..5522125 100644
--- a/matchblox/Makefile
+++ b/matchblox/Makefile
@@ -6,11 +6,11 @@ CC=gcc
all: matchblox_menu matchblox_engine
- $(CXX) $(LDFLAGS) main.o bitmap.o button.o font.o menu.o C_3DObject.o C_Hand.o C_Block.o C_Log.o C_Environment.o C_Box.o C_MatchBloxEngine.o -o MatchBlox
+ $(CXX) $(LDFLAGS) main.o message_queue.o bitmap.o button.o font.o menu.o C_3DObject.o C_Hand.o C_Block.o C_Log.o C_Environment.o C_Box.o C_MatchBloxEngine.o -o MatchBlox
matchblox_common:
- $(CC) $(CFLAGS) -o message_queue -c common/message_queue.c
+ $(CC) $(CFLAGS) -o message_queue.o -c common/message_queue.c
$(CC) $(CFLAGS) -o bitmap.o -c common/bitmap.c
$(CC) $(CFLAGS) -o font.o -c common/font.c