2010-05-13 12:34:04 +08:00
|
|
|
% EGS: Erlang Game Server
|
|
|
|
% Copyright (C) 2010 Loic Hoguin
|
|
|
|
%
|
|
|
|
% This file is part of EGS.
|
|
|
|
%
|
|
|
|
% EGS is free software: you can redistribute it and/or modify
|
|
|
|
% it under the terms of the GNU General Public License as published by
|
|
|
|
% the Free Software Foundation, either version 3 of the License, or
|
|
|
|
% (at your option) any later version.
|
|
|
|
%
|
2010-05-15 07:55:23 +08:00
|
|
|
% EGS is distributed in the hope that it will be useful,
|
2010-05-13 12:34:04 +08:00
|
|
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
% GNU General Public License for more details.
|
|
|
|
%
|
|
|
|
% You should have received a copy of the GNU General Public License
|
2010-05-15 07:55:23 +08:00
|
|
|
% along with EGS. If not, see <http://www.gnu.org/licenses/>.
|
2010-05-13 12:34:04 +08:00
|
|
|
|
|
|
|
{'src/egs.erl', [{outdir, "ebin"}]}.
|
2010-05-20 17:35:25 +08:00
|
|
|
{'src/egs_cron.erl', [{outdir, "ebin"}]}.
|
2010-05-13 12:34:04 +08:00
|
|
|
{'src/egs_db.erl', [{outdir, "ebin"}]}.
|
|
|
|
{'src/egs_game.erl', [{outdir, "ebin"}]}.
|
|
|
|
{'src/egs_login.erl', [{outdir, "ebin"}]}.
|
|
|
|
{'src/egs_patch.erl', [{outdir, "ebin"}]}.
|
|
|
|
{'src/egs_proto.erl', [{outdir, "ebin"}]}.
|
2010-06-30 08:52:53 +08:00
|
|
|
{'src/psu_appearance.erl', [{outdir, "ebin"}]}.
|
2010-07-01 00:02:00 +08:00
|
|
|
{'src/psu_characters.erl', [{outdir, "ebin"}]}.
|
2010-07-10 00:54:37 +08:00
|
|
|
{'src/psu_missions.erl', [{outdir, "ebin"}]}.
|
2010-07-15 01:31:27 +08:00
|
|
|
{'src/psu_parser.erl', [{outdir, "ebin"}]}.
|