diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-20 12:23:02 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-21 10:32:11 -0700 |
commit | a3c885e41bc188051f8918f090be998469018bca (patch) | |
tree | ccf891b900a52ed8146732f216c2d091996cb0b2 /src/map/magic.cpp | |
parent | 91669aba40ce744f2d759c430537c94f23ec9fc2 (diff) | |
download | tmwa-a3c885e41bc188051f8918f090be998469018bca.tar.gz tmwa-a3c885e41bc188051f8918f090be998469018bca.tar.bz2 tmwa-a3c885e41bc188051f8918f090be998469018bca.tar.xz tmwa-a3c885e41bc188051f8918f090be998469018bca.zip |
Use the One Makefile to build them all
This changes the names of the built binaries:
login-server -> tmwa-login
char-server -> tmwa-char
map-server -> tmwa-map
ladmin -> tmwa-admin
eathena-monitor -> tmwa-monitor
It also gets rid of the 'deps.make' file.
Diffstat (limited to 'src/map/magic.cpp')
-rw-r--r-- | src/map/magic.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/magic.cpp b/src/map/magic.cpp index 9c07dd1..b6dc806 100644 --- a/src/map/magic.cpp +++ b/src/map/magic.cpp @@ -3,8 +3,16 @@ #include "../common/cxxstdio.hpp" #include "magic-interpreter.hpp" + #include "pc.hpp" +#include "magic-expr.hpp" +#include "magic-interpreter-base.hpp" +#include "magic-interpreter-lexer.hpp" +#include "magic-interpreter-parser.hpp" +#include "magic-stmt.hpp" +#include "magic.hpp" + #include "../poison.hpp" #undef DEBUG |