From e5761828d9b87969328d28bcfee5483477603f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 9 Oct 2010 23:51:59 +0200 Subject: [PATCH] Use rebar.config to also compile lib/. Move ebin/egs.app to src/egs.app.src. --- ebin/.gitignore | 1 + rebar.config | 16 ++++++++++++++++ ebin/egs.app => src/egs.app.src | 1 + 3 files changed, 18 insertions(+) create mode 100644 rebar.config rename ebin/egs.app => src/egs.app.src (98%) diff --git a/ebin/.gitignore b/ebin/.gitignore index 17278c0..e3c1075 100644 --- a/ebin/.gitignore +++ b/ebin/.gitignore @@ -1 +1,2 @@ *.beam +egs.app diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..6a7798a --- /dev/null +++ b/rebar.config @@ -0,0 +1,16 @@ +%% This file is part of EGS. +%% +%% EGS is free software: you can redistribute it and/or modify +%% it under the terms of the GNU Affero General Public License as +%% published by the Free Software Foundation, either version 3 of the +%% License, or (at your option) any later version. +%% +%% EGS is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU Affero General Public License for more details. +%% +%% You should have received a copy of the GNU Affero General Public License +%% along with EGS. If not, see . + +{erl_opts, [{src_dirs, ["lib"]}]}. diff --git a/ebin/egs.app b/src/egs.app.src similarity index 98% rename from ebin/egs.app rename to src/egs.app.src index 1cb54f4..3803469 100644 --- a/ebin/egs.app +++ b/src/egs.app.src @@ -18,6 +18,7 @@ egs_login, egs_char_select, egs_game, + nbl, reloader, psu_game, psu_patch,