diff options
author | Alexey Shchepin <alexey@process-one.net> | 2003-07-13 09:00:01 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2003-07-13 09:00:01 +0000 |
commit | 3131c081550e7eefdfddddb5939145a892863a44 (patch) | |
tree | 10401d00f2ebaaa6592e2c1e53cfca95a56a07ac /src/configure.bat | |
parent | * src/mod_pubsub/mod_pubsub.erl: Added suport for meta-node (diff) |
* doc/guide.tex: Updated (thanks to Sergei Golovan)
* src/expat_erl.c: Added #ifdef for WIN32 (thanks to Sergei
Golovan)
* src/mod_irc/iconv_erl.c: Likewise
* src/configure.erl: Defines ERLANG_DIR variable (thanks to Sergei
Golovan)
* **/Makefile: Use ERLANG_DIR (thanks to Sergei Golovan)
* **/Makefile.win32: Makefiles for windows build (thanks to Sergei
Golovan)
* src/configure.bat: Configuration script for windows (thanks to
Sergei Golovan)
SVN Revision: 123
Diffstat (limited to 'src/configure.bat')
-rw-r--r-- | src/configure.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configure.bat b/src/configure.bat new file mode 100644 index 000000000..931bbc4e5 --- /dev/null +++ b/src/configure.bat @@ -0,0 +1,4 @@ + +erlc configure.erl +erl -s configure -noshell + |