remove old makefile

svn path=/trunk/; revision=15921
This commit is contained in:
Maarten Bosma 2005-06-15 17:37:14 +00:00
parent 3bf9dce002
commit f30aac562d
36 changed files with 0 additions and 1680 deletions

View file

@ -1,22 +0,0 @@
PATH_TO_TOP=../../../reactos
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = netreg
TARGET_SDKLIBS =
TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_GCCLIBS = ws2_32 stdc++
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
TARGET_CPPFLAGS = -I$(PATH_TO_TOP)/w32api/include -D__USE_W32API
# EOF