X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Ftgetopt%2FMakefile;h=e9b37fb8992e4dc1703f5188a22036f1fca26603;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=193312b3a985316ddded9bcc3f9284262443c406;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/lib/tgetopt/Makefile b/lib/tgetopt/Makefile index 193312b..e9b37fb 100644 --- a/lib/tgetopt/Makefile +++ b/lib/tgetopt/Makefile @@ -6,6 +6,9 @@ TARGET_TYPE = library TARGET_NAME = tgetopt +# require os code to explicitly request A/W version of structs/functions +TARGET_CFLAGS += -D_DISABLE_TIDENTS + TARGET_OBJECTS = getopt.o _wgetopt.o DEP_OBJECTS = $(TARGET_OBJECTS)