summaryrefslogtreecommitdiff
path: root/win32utils/BuildSetup.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32utils/BuildSetup.bat')
-rw-r--r--win32utils/BuildSetup.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/win32utils/BuildSetup.bat b/win32utils/BuildSetup.bat
index b7f6790f..0c4c51b7 100644
--- a/win32utils/BuildSetup.bat
+++ b/win32utils/BuildSetup.bat
@@ -32,7 +32,7 @@ rem Generate header files for lib/dns
call dnsheadergen.bat
echo Ensure that the OpenSSL sources are at the same level in
-echo the directory tree and is named openssl-0.9.6k or libdns
+echo the directory tree and is named openssl-0.9.8d or libdns
echo will not build.
rem Make sure that the Build directories are there.
@@ -43,7 +43,9 @@ if NOT Exist ..\Build\Release mkdir ..\Build\Release
echo Copying the ARM and the Installation Notes.
copy ..\COPYRIGHT ..\Build\Release
+copy ..\README ..\Build\Release
copy readme1st.txt ..\Build\Release
+copy index.html ..\Build\Release
copy ..\doc\arm\*.html ..\Build\Release
copy ..\doc\arm\Bv9ARM.pdf ..\Build\Release
copy ..\CHANGES ..\Build\Release
@@ -51,7 +53,7 @@ copy ..\FAQ ..\Build\Release
echo Copying the OpenSSL DLL.
-copy ..\..\openssl-0.9.6k\out32dll\libeay32.dll ..\Build\Release\
+copy ..\..\openssl-0.9.8d\out32dll\libeay32.dll ..\Build\Release\
rem Done