summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-05-18Tweak a little memory management in char-serverBen Longbons1-1/+1
2013-04-11Also implement x32 supportBen Longbons1-1/+1
2013-04-03Rename makefile and provide a way to not do backupsBen Longbons1-0/+85
2011-04-03Rewrite make system to be optimalBen Longbons1-40/+0
2011-03-16Fix top-level makefile to rebuild when sources changeBen Longbons1-7/+10
2011-03-16Fix makefile so tools depend on common, and copy eathena-monitor to root ↵Ben Longbons1-1/+3
directory
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-9/+32
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-45/+3
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make.
2009-12-13Cleaned up Makefile, Added -fstack-protector to cflagsMadCamel1-4/+4
2009-10-23Removed duplicate compile flagMadCamel1-2/+2
2009-09-30Merge branch 'master' of ↵MadCamel1-2/+2
git@gitorious.org:~madcamel/tmw-eathena/thealternateworld Conflicts: src/common/utils.h
2009-09-30Added -fno-strict-aliasing to CFLAGSMadCamel1-1/+1
This will likely fix a few minor weirdnesses and compiler warnings.
2009-09-30Revert "Added -fno-strict-aliasing to CFLAGS This will likely fix a few ↵MadCamel1-2/+2
minor weirdnesses, and compiler warnings." This reverts commit 765c84f370747e35902757b6771368009ae2a8f6.
2009-09-30Added -fno-strict-aliasing to CFLAGS This will likely fix a few minor ↵MadCamel1-2/+2
weirdnesses, and compiler warnings.
2009-09-30Added -fno-strict-aliasing to CFLAGSMadCamel1-2/+2
This will likely fix a few minor weirdnesses, and compiler warnings.
2009-04-24Remove a recent flag addition from cygwin buildsJared Adams1-1/+1
It seems that the compiler included with cygwin doesn't like the -Wno-pointer-sign flag.
2009-04-22Removed compiler warnings for pointer signedness to make more important ↵MadCamel1-2/+2
warnings more visible
2009-03-08Strip some more outJared Adams1-1/+1
2009-03-08Some more cleanupJared Adams1-77/+1
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer1-130/+130
2008-11-07* Auto-detect amd64, add -m32 flag to gcc options in that caseFate1-2/+6
2008-11-03Set svn:keywords on makefiles.Dennis Friis1-1/+1
2008-04-02move makefiles to where they are supposed to beDennis Friis1-0/+126