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

Comparing Daodan/src/makefile (file contents):
Revision 1045 by alloc, Sun Aug 28 16:01:38 2016 UTC vs.
Revision 1163 by rossy, Sun Oct 24 02:50:48 2021 UTC

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

Diff Legend

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