Author: fireball Date: Sun Jun 4 18:19:48 2006 New Revision: 22209
URL: http://svn.reactos.ru/svn/reactos?rev=22209&view=rev Log: Delete unneeded makefile
Removed: trunk/reactos/drivers/test/csqtest/GNUmakefile
Removed: trunk/reactos/drivers/test/csqtest/GNUmakefile URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/drivers/test/csqtest/GNUmake... ============================================================================== --- trunk/reactos/drivers/test/csqtest/GNUmakefile (original) +++ trunk/reactos/drivers/test/csqtest/GNUmakefile (removed) @@ -1,10 +1,0 @@ -PATH_TO_TOP = ../../.. - -TARGET_TYPE = driver -TARGET_NAME = csqtest -TARGET_DDKLIBS = csq.a -TARGET_CFLAGS = -Wall -Werror -TARGET_OBJECTS = csqtest.o - -include $(PATH_TO_TOP)/rules.mak -include $(TOOLS_PATH)/helper.mk