bbf47a91027f63f0b73ea9462081d5f134688522
[reactos.git] / reactos / lib / fslib / vfatxlib / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = library
6
7 TARGET_NAME = vfatxlib
8
9 # require os code to explicitly request A/W version of structs/functions
10 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
11
12 TARGET_OBJECTS = \
13 fatx.o \
14 vfatxlib.o
15
16 include $(PATH_TO_TOP)/rules.mak
17
18 include $(TOOLS_PATH)/helper.mk