From: yukihane Date: Wed, 21 Sep 2011 10:13:24 +0000 (+0900) Subject: C99モードでコンパイルする X-Git-Tag: rel20110922_ver2.1.0~7^2^2~9 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=aab63b3439d116bd1f29de313ef34a9912b27400;p=coroid%2Finqubus.git C99モードでコンパイルする --- diff --git a/vhook/nbproject/Makefile-LinuxReleaseOnLinux.mk b/vhook/nbproject/Makefile-LinuxReleaseOnLinux.mk index a9db3fe..b7de3a0 100644 --- a/vhook/nbproject/Makefile-LinuxReleaseOnLinux.mk +++ b/vhook/nbproject/Makefile-LinuxReleaseOnLinux.mk @@ -43,7 +43,7 @@ OBJECTFILES= \ ${OBJECTDIR}/util.o # C Compiler Flags -CFLAGS= +CFLAGS=-std=c99 # CC Compiler Flags CCFLAGS= diff --git a/vhook/nbproject/configurations.xml b/vhook/nbproject/configurations.xml index 9ea6375..3d50d0f 100644 --- a/vhook/nbproject/configurations.xml +++ b/vhook/nbproject/configurations.xml @@ -79,6 +79,7 @@ 6 true + -std=c99 5