diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-12-06 19:32:50 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-12-06 19:32:50 +0000 |
commit | 359f15ffb98d12b5182ef7384a1f5314729ced42 (patch) | |
tree | 0301c7c56b0d3ff77348132699487928e112ff54 /src/Makefile.win32 | |
parent | * src/msgs/pt-br.msg: Updated (thanks to Victor Hugo dos Santos) (diff) |
* src/ejabberd.cfg.example: Updated
* src/Makefile.*: Can now be build when the Erlang environment is
not Erlang/OTP but the Erlang REPOS CDROM. Still compatible with
standard Erlang/OTP install
* aclocal.m4: Likewise
* src/Makefile.*: Can now be build with Erlang debug_info with
'make debug=true'
SVN Revision: 448
Diffstat (limited to 'src/Makefile.win32')
-rw-r--r-- | src/Makefile.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.win32 b/src/Makefile.win32 index 09a5988e5..440fd5018 100644 --- a/src/Makefile.win32 +++ b/src/Makefile.win32 @@ -100,7 +100,7 @@ all-recursive : cd .. compile-beam : - erl -s make all report -noinput -s erlang halt + erlc *.erl CLEAN : clean-recursive clean-local |