Partial merge of condrv_restructure branch r65657.
[reactos.git] / rossubsys / posix / apps / bootpsx / makefile
1 # $Id: Makefile 13504 2005-02-12 14:33:41Z ea $
2
3 PATH_TO_TOP = ../../../reactos
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = console
8
9 TARGET_NAME = bootpsx
10
11 TARGET_SDKLIBS = ntdll.a smdll.a kernel32.a
12
13 TARGET_OBJECTS = $(TARGET_NAME).o
14
15 TARGET_CFLAGS = -Wall -Werror
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk
20
21 # EOF