Remove unused file
[reactos.git] / reactos / lib / dxguid / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_DEFONLY = yes
6
7 TARGET_TYPE = library
8
9 TARGET_NAME = dxguid
10
11 TARGET_CFLAGS = -D__REACTOS__
12
13 # require os code to explicitly request A/W version of structs/functions
14 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Werror -Wall
15
16 TARGET_LFLAGS = -Wl
17
18 TARGET_OBJECTS = \
19 dxguid-mingw.o
20
21
22 include $(PATH_TO_TOP)/rules.mak
23
24 include $(TOOLS_PATH)/helper.mk
25
26 # EOF