reactos/rosapps/tests/popupmenu/makefile
Steven Edwards e1c8dd64af Moving the tests.....more
svn path=/trunk/; revision=11361
2004-10-21 04:53:21 +00:00

24 lines
367 B
Makefile

# $Id: makefile,v 1.1 2004/10/21 04:53:20 sedwards Exp $
PATH_TO_TOP = ../../../reactos
TARGET_NORC = no
TARGET_TYPE = program
TARGET_APPTYPE = windows
TARGET_NAME = popupmenu
TARGET_SDKLIBS = kernel32.a gdi32.a user32.a
TARGET_OBJECTS = $(TARGET_NAME).o
TARGET_CFLAGS = -Wall -Werror
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF