~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to win32utils/BuildSetup.bat

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2010-03-01 20:51:23 UTC
  • mfrom: (1.6.4 upstream) (10.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100301205123-kslpwaipx72vq1o1
Tags: 1:9.7.0.dfsg-1~build1
upload of -1 to lucid, LP#530107

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
rem This script sets up the files necessary ready to build BIND 9.
20
20
rem This requires perl to be installed on the system.
21
21
 
22
 
rem Get and update for the latest build of the openssl library
23
 
perl updateopenssl.pl
24
 
 
25
22
rem Set up the configuration file
26
23
cd ..
27
24
copy config.h.win32 config.h
28
25
cd win32utils
29
26
 
 
27
rem Get and update for the latest build of the openssl and libxml libraries
 
28
perl updateopenssl.pl
 
29
perl updatelibxml2.pl
 
30
 
30
31
rem Generate the version information
31
32
perl makeversion.pl
32
33
 
44
45
 
45
46
copy ..\COPYRIGHT ..\Build\Release
46
47
copy ..\README ..\Build\Release
 
48
copy ..\HISTORY ..\Build\Release
47
49
copy readme1st.txt ..\Build\Release
48
50
copy index.html ..\Build\Release
49
51
copy ..\doc\arm\*.html ..\Build\Release
55
57
 
56
58
copy ..\bin\named\named.html ..\Build\Release
57
59
copy ..\bin\rndc\*.html ..\Build\Release
 
60
copy ..\bin\confgen\*.html ..\Build\Release
58
61
copy ..\bin\dig\*.html ..\Build\Release
59
62
copy ..\bin\nsupdate\*.html ..\Build\Release
60
63
copy ..\bin\check\*.html ..\Build\Release
62
65
copy ..\bin\dnssec\dnssec-signzone.html ..\Build\Release
63
66
copy ..\bin\dnssec\dnssec-dsfromkey.html ..\Build\Release
64
67
copy ..\bin\dnssec\dnssec-keyfromlabel.html ..\Build\Release
 
68
copy ..\bin\pkcs11\pkcs11-keygen.html ..\Build\Release
 
69
copy ..\bin\pkcs11\pkcs11-list.html ..\Build\Release
 
70
copy ..\bin\pkcs11\pkcs11-destroy.html ..\Build\Release
65
71
 
66
72
echo Copying the migration notes.
67
73
 
68
74
copy ..\doc\misc\migration ..\Build\Release
69
75
copy ..\doc\misc\migration-4to9 ..\Build\Release
70
76
 
71
 
call BuildOpenSSL.bat
 
77
call SetupLibs.bat
72
78
 
73
79
rem
74
80
rem set vcredist here so that it is correctly expanded in the if body 
79
85
 
80
86
rem
81
87
rem vcredist_x86.exe path relative to FrameworkSDKDir
82
 
rem
83
 
 
 
88
rem 
84
89
if Exist "%FrameworkSDKDir%\%vcredist%" (
85
90
 
86
91
echo Copying Visual C x86 Redistributable Installer