summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-07-10 11:52:42 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-07-10 11:52:42 +0000
commit4b392cd105b0904790c0f7c694c382096963fe42 (patch)
tree53a8e68ca19cc7532e11cf5766d561051bc94645 /uisimulator/win32
parent067262dbf09d63fb645d1c2e67d225325b6854c9 (diff)
downloadrockbox-4b392cd105b0904790c0f7c694c382096963fe42.tar.gz
rockbox-4b392cd105b0904790c0f7c694c382096963fe42.zip
Added dependency to the tools dir, so it's automatically built with the rest. Updated build docs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3825 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile
index aa72171bdb..1ec4ccf357 100644
--- a/uisimulator/win32/Makefile
+++ b/uisimulator/win32/Makefile
@@ -119,7 +119,10 @@ ROCKSRCS := $(patsubst $(PLUGINDIR)/%.c,%.c,$(wildcard $(PLUGINDIR)/*.c))
119 119
120ROCKS := $(ROCKSRCS:%.c=$(OBJDIR)/%.rock) 120ROCKS := $(ROCKSRCS:%.c=$(OBJDIR)/%.rock)
121 121
122all: $(TARGET) $(ROCKS) 122all: $(TOOLSDIR)/convbdf $(TARGET) $(ROCKS)
123
124$(TOOLSDIR)/convbdf:
125 $(MAKE) -C $(TOOLSDIR)
123 126
124$(TARGET): $(OBJS) 127$(TARGET): $(OBJS)
125 $(CC) $(OBJS) -o $(TARGET) $(LDFLAGS) 128 $(CC) $(OBJS) -o $(TARGET) $(LDFLAGS)