From: John Hodge Date: Tue, 14 May 2013 03:38:10 +0000 (+0800) Subject: Applications - Used C99 X-Git-Tag: rel0.15~490 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=e0150a20077bf7c4f73a8500f3b2e236e29d7fd9;p=tpg%2Facess2.git Applications - Used C99 --- diff --git a/Usermode/Applications/Makefile.cfg b/Usermode/Applications/Makefile.cfg index d0a07d1c..02283245 100644 --- a/Usermode/Applications/Makefile.cfg +++ b/Usermode/Applications/Makefile.cfg @@ -21,6 +21,7 @@ endif CPPFLAGS += $(addprefix -I,$(wildcard $(ACESSUSERDIR)Libraries/*/include_exp/)) CPPFLAGS += -I$(ACESSUSERDIR)/include/ -DARCHDIR_is_$(ARCHDIR) +CFLAGS += -std=c99 LDFLAGS += -rpath-link $(OUTPUTDIR)Libs # Extra-verbose errors!