1mkdir: %_DEST%\bin%_EXT%\osl 2mkdir: %_DEST%\pck%_EXT% 3 4dos: echo ===================================================================== 5dos: echo Delivering README files 6dos: echo ===================================================================== 7 8..\%__SRC%\misc\WNT\readme_*.txt %_DEST%\bin%_EXT%\osl 9..\%__SRC%\misc\WNT\readme_*.html %_DEST%\bin%_EXT%\osl 10..\%__SRC%\misc\OS2\readme_*.txt %_DEST%\bin%_EXT%\osl 11..\%__SRC%\misc\OS2\readme_*.html %_DEST%\bin%_EXT%\osl 12..\%__SRC%\misc\UNX\README_* %_DEST%\bin%_EXT%\osl 13..\%__SRC%\misc\UNX\README_*.html %_DEST%\bin%_EXT%\osl 14 15dos: echo ===================================================================== 16dos: echo Delivering the LICENSE and NOTICE files 17dos: echo ===================================================================== 18 19# deliver the NOTICE and LICENSE file for later use in the packaging process 20..\%__SRC%\misc\SUM_NOTICE %_DEST%\bin%_EXT%\osl\NOTICE 21..\%__SRC%\misc\SUM_LICENSE %_DEST%\bin%_EXT%\osl\LICENSE 22# also copy them to their *.txt counterparts 23# TODO: convince scp2 on WNT to use the txt-less files as input instead 24..\%__SRC%\misc\SUM_NOTICE %_DEST%\bin%_EXT%\osl\NOTICE.txt 25..\%__SRC%\misc\SUM_LICENSE %_DEST%\bin%_EXT%\osl\LICENSE.txt 26 27# also delivering a pure ALv2 license file 28..\..\LICENSE_ALv2 %_DEST%\bin%_EXT%\osl 29