reactos/reactos/apps/tests/hello/makefile

20 lines
275 B
Makefile
Raw Normal View History

# $Id: makefile,v 1.15 2001/08/21 20:13:03 chorns Exp $
PATH_TO_TOP = ../..
TARGET_NORC = yes
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = hello
TARGET_OBJECTS = $(TARGET_NAME).o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF