]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
copy COPYRIGHT and OpenSSL Licence to Build\Release
authorMark Andrews <marka@isc.org>
Thu, 29 Jan 2015 03:36:09 +0000 (14:36 +1100)
committerMark Andrews <marka@isc.org>
Thu, 29 Jan 2015 03:36:50 +0000 (14:36 +1100)
lib/isc/win32/libisc.vcxproj.in
win32utils/legacy/BuildSetup.bat.in

index 2cd6c6a2a39cd999c2ec3495fcd981b545cadf38..0519ca9356d19f4b62d4be776abac2b7b5797ccf 100644 (file)
 if NOT Exist ..\Build mkdir ..\Build\r
 if NOT Exist ..\Build\Debug mkdir ..\Build\Debug\r
 \r
+echo Copying COPYRIGHT notice.\r
+\r
+copy ..\COPYRIGHT ..\Build\Debug\r
+\r
 @IF OPENSSL\r
-echo Copying the OpenSSL DLL.\r
+echo Copying the OpenSSL DLL and LICENSE.\r
 \r
 copy @OPENSSL_DLL@ ..\Build\Debug\\r
+copy @OPENSSL_PATH@\LICENSE ..\Build\Debug\OpenSSL-LICENSE\r
 @END OPENSSL\r
 \r
 @IF LIBXML2\r
index 7249472d69776df1737ccaf9320a4c5657d78c3d..cad78ea499111fb4189919fd80dc5186325bb1c2 100644 (file)
@@ -40,6 +40,7 @@ if NOT Exist ..\..\Build\Debug mkdir ..\..\Build\Debug
 echo Copying the ARM and the Installation Notes.
 
 copy ..\..\COPYRIGHT ..\..\Build\Release
+copy ..\..\COPYRIGHT ..\..\Build\Debug
 copy ..\..\README ..\..\Build\Release
 copy ..\..\HISTORY ..\..\Build\Release
 copy ..\readme1st.txt ..\..\Build\Release
@@ -91,6 +92,7 @@ echo Copying the OpenSSL DLL and LICENSE.
 copy @OPENSSL_DLL@ ..\..\Build\Release\
 copy @OPENSSL_DLL@ ..\..\Build\Debug\
 copy @OPENSSL_PATH@\LICENSE ..\..\Build\Release\OpenSSL-LICENSE
+copy @OPENSSL_PATH@\LICENSE ..\..\Build\Debug\OpenSSL-LICENSE
 @END OPENSSL
 
 @IF LIBXML2