]> 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:09 +0000 (14:36 +1100)
lib/isc/win32/libisc.vcxproj.in
win32utils/legacy/BuildSetup.bat.in

index d071eb97681460a473c3161d0ca2ed515d1d3f4f..8aa33cd8f90f6f979bb4a15503f5eeee762ece02 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 606d1a2dc476b9074141c264844766806ec00dc4..6ad68f7ab62fa8d9fd3aa4e9b90357003f2b125f 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
@@ -95,6 +96,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