aboutsummaryrefslogtreecommitdiff
path: root/src/web/Makefile.win32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/*/Makefile.win32: Provide explicit beam filenames becauseBadlop2008-09-301-2/+10
| | | | | | | nmake does not accept wildcards (thanks to Attila Vangel)(EJAB-543) SVN Revision: 1588
* * src/ejabberd_zlib/Makefile.win32: CompileBadlop2007-12-171-8/+5
| | | | | | | | | | | | | | | | all erl files found in the directory, so it isn't needed to provide an explicit list of target files * src/eldap/Makefile.win32: Likewise * src/mod_irc/Makefile.win32: Likewise * src/mod_muc/Makefile.win32: Likewise * src/mod_proxy65/Makefile.win32: Likewise * src/mod_pubsub/Makefile.win32: Likewise * src/odbc/Makefile.win32: Likewise * src/stringprep/Makefile.win32: Likewise * src/tls/Makefile.win32: Likewise * src/web/Makefile.win32: Likewise SVN Revision: 1076
* * src/mod_muc/mod_muc.erl: Added access rules for using serveiceAlexey Shchepin2004-05-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | and creating rooms (thanks to Sergei Golovan) * src/win32/ejabberd.nsi: Updated (thanks to Sergei Golovan) * src/win32/CheckUserH.ini: Likewise * src/translate.erl: Search translations in priv_dir instead of lib_dir (thanks to Sergei Golovan) * src/msgs/ru.msg: Updated (thanks to Sergei Golovan) * src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan) * src/**/Makefile.in: Updated (thanks to Sergei Golovan) * src/**/Makefile.win32: Likewise 2004-05-16 Alexey Shchepin <alexey@sevcom.net> * src/web/ejabberd_web_admin.erl: Updated SVN Revision: 235
* * (all): Updated win32 stuff (thanks to Sergei Golovan)Alexey Shchepin2004-03-211-0/+24
* src/web/ejabberd_web.erl: Added interface for access rules configuration SVN Revision: 221