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

Comparing AE/RequestHelp/src/makefile (file contents):
Revision 1005 by alloc, Sat Jun 14 23:10:57 2014 UTC vs.
Revision 1006 by alloc, Sun Jun 15 12:18:52 2014 UTC

# Line 6 | Line 6 | SUBFOLDERS = quickmail
6   DEF = NOCURL STATIC
7   INCLUDEPATHS = . ./quickmail
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))
9 < LINKFLAGS = -Os -Wall
9 > LINKFLAGS = -Os -Wall -mwindows
10   LOCALE = LC_MESSAGES=C
11  
12   LIBDIRS =

Diff Legend

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