aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.win32
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2006-10-28 02:04:55 +0000
committerAlexey Shchepin <alexey@process-one.net>2006-10-28 02:04:55 +0000
commit399d170a784aa6be19f183a4b2cc40620a8f6caa (patch)
treeba99dd1ff8b260166e912e02e39937151f5dadb1 /src/Makefile.win32
parent* src/guide.tex: Fixed typos. (diff)
* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
* src/Makefile.win32: Likewise * src/Makefile.in: Likewise * src/configure.ac: Likewise * src/jlib.hrl: Likewise * src/ejabberd.hrl: Added the ejabberd URL SVN Revision: 666
Diffstat (limited to 'src/Makefile.win32')
-rw-r--r--src/Makefile.win327
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.win32 b/src/Makefile.win32
index a3366d05a..9d21e896a 100644
--- a/src/Makefile.win32
+++ b/src/Makefile.win32
@@ -59,6 +59,9 @@ release : build release_clean
copy mod_muc\*.erl $(SRC_DIR)\mod_muc
mkdir $(SRC_DIR)\mod_pubsub
copy mod_pubsub\*.erl $(SRC_DIR)\mod_pubsub
+ mkdir $(SRC_DIR)\mod_proxy65
+ copy mod_proxy65\*.erl $(SRC_DIR)\mod_proxy65
+ copy mod_proxy65\*.hrl $(SRC_DIR)\mod_proxy65
mkdir $(SRC_DIR)\stringprep
copy stringprep\*.erl $(SRC_DIR)\stringprep
copy stringprep\*.c $(SRC_DIR)\stringprep
@@ -94,6 +97,8 @@ all-recursive :
nmake -nologo -f Makefile.win32
cd ..\mod_pubsub
nmake -nologo -f Makefile.win32
+ cd ..\mod_proxy65
+ nmake -nologo -f Makefile.win32
cd ..\stringprep
nmake -nologo -f Makefile.win32
cd ..\tls
@@ -133,6 +138,8 @@ clean-recursive :
nmake -nologo -f Makefile.win32 clean
cd ..\mod_pubsub
nmake -nologo -f Makefile.win32 clean
+ cd ..\mod_proxy65
+ nmake -nologo -f Makefile.win32 clean
cd ..\stringprep
nmake -nologo -f Makefile.win32 clean
cd ..\tls