X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fversion%2Fmakefile;h=2d01dfb7f20bd91d8372831f88316a01a55e62cc;hp=2c8b5e0131f2e996c7293e44dbbc2872262bea4b;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/version/makefile b/lib/version/makefile index 2c8b5e0..2d01dfb 100644 --- a/lib/version/makefile +++ b/lib/version/makefile @@ -8,7 +8,10 @@ TARGET_NAME = version TARGET_BASE = 0x77a90000 -TARGET_CFLAGS = -fno-builtin +TARGET_CFLAGS = -fno-builtin -Werror -Wall + +# require os code to explicitly request A/W version of structs/functions +TARGET_CFLAGS += -D_DISABLE_TIDENTS TARGET_LFLAGS = -nostdlib -nostartfiles