X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Ffslib%2Fvfatlib%2FMakefile;fp=lib%2Ffslib%2Fvfatlib%2FMakefile;h=54406031b864af68700c13b853ce882dc8eede87;hp=823401077f380ebbc8c3327c022dcb7e8f31226c;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/fslib/vfatlib/Makefile b/lib/fslib/vfatlib/Makefile index 8234010..5440603 100755 --- a/lib/fslib/vfatlib/Makefile +++ b/lib/fslib/vfatlib/Makefile @@ -6,7 +6,13 @@ TARGET_TYPE = library TARGET_NAME = vfatlib +# require os code to explicitly request A/W version of structs/functions +TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror + TARGET_OBJECTS = \ + fat12.o \ + fat16.o \ + fat32.o \ vfatlib.o include $(PATH_TO_TOP)/rules.mak