ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/makefile
(Generate patch)

Comparing Daodan/src/makefile (file contents):
Revision 994 by alloc, Mon Apr 7 10:33:27 2014 UTC vs.
Revision 1045 by alloc, Sun Aug 28 16:01:38 2016 UTC

# Line 5 | Line 5 | SUBFOLDERS = Patches beaengine
5  
6   DEF = BEA_ENGINE_STATIC
7   INCLUDEPATHS = .
8 < GCCFLAGS = -std=c99 -O0 -Wall -fomit-frame-pointer -fpack-struct -Wextra -Wno-pragmas -Wno-unused-variable $(addprefix -I,$(INCLUDEPATHS)) -Wno-unused-parameter $(addprefix -D,$(DEF))
8 > GCCFLAGS = -std=gnu99 -O0 -Wall -fomit-frame-pointer -fpack-struct -Wextra -Wno-pragmas -Wno-unused-variable $(addprefix -I,$(INCLUDEPATHS)) -Wno-unused-parameter $(addprefix -D,$(DEF))
9   LINKFLAGS = -O0 -Wall -fomit-frame-pointer -fpack-struct -s -mdll
10   LOCALE = LC_MESSAGES=C
11  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)