Fix for nasm 0.98
[reactos.git] / reactos / lib / pseh / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = library
6
7 TARGET_NAME = pseh
8
9 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall -D__USE_W32API
10
11 include $(PATH_TO_TOP)/config
12 include makefile.$(ARCH)
13
14 TARGET_OBJECTS = framebased.o $(TARGET_ARCH_OBJECTS)
15 DEP_OBJECTS = $(TARGET_OBJECTS)
16
17 include $(PATH_TO_TOP)/rules.mak
18 include $(TOOLS_PATH)/helper.mk
19 include $(TOOLS_PATH)/depend.mk
20
21 # EOF