summaryrefslogtreecommitdiff
path: root/tools
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
parentd7b5c5a3c0e74556316a95481cc7cc6f022baf7a (diff)
downloadrockbox-c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629.zip
rockbox-c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629.tar.gz
rockbox-c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629.tar.bz2
rockbox-c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629.tar.xz
old. obsolete. forgotten.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8128 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-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 20b0525..0000000
--- a/tools/win32.mak
+++ /dev/null
@@ -1,20 +0,0 @@
-# __________ __ ___.
-# Open \______ \ ____ ____ | | _\_ |__ _______ ___
-# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
-# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
-# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
-# \/ \/ \/ \/ \/
-# $Id$
-#
-CFLAGS =
-
-TARGETS = scramble.exe descramble.exe sh2d.exe convbdf.exe
-
-all: $(TARGETS)
-
-$(OBJDIR)/%.exe: %.c
- $(CC) $(CFLAGS) -c $< -o $@
-
-clean:
- del $(TARGETS) *.obj
-