summaryrefslogtreecommitdiff
path: root/tools/win32.mak
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-02 09:10:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-02 09:10:27 +0000
commitc99f8bc6e3b2ea16268f56bd55c6f4ede40b6629 (patch)
tree42b65afde78dcd25142b6aada64c19050bdfa079 /tools/win32.mak
parentd7b5c5a3c0e74556316a95481cc7cc6f022baf7a (diff)
downloadrockbox-c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629.tar.gz
rockbox-c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629.zip
old. obsolete. forgotten.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8128 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/win32.mak')
-rw-r--r--tools/win32.mak20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/win32.mak b/tools/win32.mak
deleted file mode 100644
index 20b0525353..0000000000
--- a/tools/win32.mak
+++ /dev/null
@@ -1,20 +0,0 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9CFLAGS =
10
11TARGETS = scramble.exe descramble.exe sh2d.exe convbdf.exe
12
13all: $(TARGETS)
14
15$(OBJDIR)/%.exe: %.c
16 $(CC) $(CFLAGS) -c $< -o $@
17
18clean:
19 del $(TARGETS) *.obj
20