* src/eldap/Makefile.win32: fix build error on Windows.

SVN Revision: 714
This commit is contained in:
Mickaël Rémond 2007-01-25 15:54:10 +00:00
parent 00807235c4
commit 9fed4c5eba
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-01-25 Mickael Remond <mickael.remond@process-one.net>
* src/eldap/Makefile.win32: fix build error on Windows.
2007-01-25 Alexey Shchepin <alexey@sevcom.net>
* src/web/*: Plugin architecture for HTTP modules (thanks to

View File

@ -26,3 +26,6 @@ $(OUTDIR)\eldap.beam : eldap.erl ELDAPv3.erl
$(OUTDIR)\ELDAPv3.beam : ELDAPv3.erl
erlc -W $(EFLAGS) -o $(OUTDIR) ELDAPv3.erl
$(OUTDIR)\eldap_filter.beam : eldap_filter.erl
erlc -W $(EFLAGS) -o $(OUTDIR) eldap_filter.erl