Files
reactos/reactos/lib/pseh/makefile
T
Martin Fuchs e228aadfe5 migrate substitution keywords to SVN
svn path=/trunk/; revision=12852
2005-01-06 13:58:04 +00:00

22 lines
385 B
Makefile

# $Id$
PATH_TO_TOP = ../..
TARGET_TYPE = library
TARGET_NAME = pseh
TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall -D__USE_W32API
include $(PATH_TO_TOP)/config
include makefile.$(ARCH)
TARGET_OBJECTS = framebased.o $(TARGET_ARCH_OBJECTS)
DEP_OBJECTS = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
include $(TOOLS_PATH)/depend.mk
# EOF