remove old makefiles from rosapps tests

svn path=/trunk/; revision=19147
This commit is contained in:
Steven Edwards 2005-11-11 20:47:08 +00:00
parent bb47741504
commit 7f094d6640
91 changed files with 10 additions and 2202 deletions

View file

@ -1,23 +0,0 @@
# $Id: makefile,v 1.1 2004/10/21 05:12:00 sedwards Exp $
PATH_TO_TOP = ../../../reactos
TARGET_NORC = yes
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = diskspeed
TARGET_SDKLIBS = kernel32.a
TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Wall -Werror
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF