Kaydet (Commit) 91f74203 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i119168# on WNT platforms *.txt versions of LICENSE and NOTICE are prefered

üst 39310f69
...@@ -19,3 +19,7 @@ dos: echo ===================================================================== ...@@ -19,3 +19,7 @@ dos: echo =====================================================================
# deliver the NOTICE and LICENSE file for later use in the packaging process # deliver the NOTICE and LICENSE file for later use in the packaging process
..\%__SRC%\misc\SUM_NOTICE %_DEST%\bin%_EXT%\osl\NOTICE ..\%__SRC%\misc\SUM_NOTICE %_DEST%\bin%_EXT%\osl\NOTICE
..\%__SRC%\misc\SUM_LICENSE %_DEST%\bin%_EXT%\osl\LICENSE ..\%__SRC%\misc\SUM_LICENSE %_DEST%\bin%_EXT%\osl\LICENSE
# also copy them to their *.txt counterparts
# TODO: convince scp2 on WNT to use the txt-less files as input instead
..\%__SRC%\misc\SUM_NOTICE %_DEST%\bin%_EXT%\osl\NOTICE.txt
..\%__SRC%\misc\SUM_LICENSE %_DEST%\bin%_EXT%\osl\LICENSE.txt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment