From c99f8bc6e3b2ea16268f56bd55c6f4ede40b6629 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 2 Dec 2005 09:10:27 +0000 Subject: old. obsolete. forgotten. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8128 a1c6a512-1295-4272-9138-f99709370657 --- tools/win32.mak | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tools/win32.mak (limited to 'tools/win32.mak') 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 @@ -# __________ __ ___. -# 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 - -- cgit v1.2.3