d.lst (04c650f9) | d.lst (ae258647) |
---|---|
1mkdir: %_DEST%\bin%_EXT%\osl 2mkdir: %_DEST%\pck%_EXT% 3 4dos: echo ===================================================================== 5dos: echo Delivering LICENSE files 6dos: echo ===================================================================== 7 8# Can we finally unify Windows and unx file names to upper case --- 30 unchanged lines hidden (view full) --- 39..\%__SRC%\misc\OS2\readme_*.html %_DEST%\bin%_EXT%\osl 40..\%__SRC%\misc\UNX\README_* %_DEST%\bin%_EXT%\osl 41..\%__SRC%\misc\UNX\README_*.html %_DEST%\bin%_EXT%\osl 42 43dos: echo ===================================================================== 44dos: echo Delivering NOTICE file 45dos: echo ===================================================================== 46 | 1mkdir: %_DEST%\bin%_EXT%\osl 2mkdir: %_DEST%\pck%_EXT% 3 4dos: echo ===================================================================== 5dos: echo Delivering LICENSE files 6dos: echo ===================================================================== 7 8# Can we finally unify Windows and unx file names to upper case --- 30 unchanged lines hidden (view full) --- 39..\%__SRC%\misc\OS2\readme_*.html %_DEST%\bin%_EXT%\osl 40..\%__SRC%\misc\UNX\README_* %_DEST%\bin%_EXT%\osl 41..\%__SRC%\misc\UNX\README_*.html %_DEST%\bin%_EXT%\osl 42 43dos: echo ===================================================================== 44dos: echo Delivering NOTICE file 45dos: echo ===================================================================== 46 |
47# deliver the NOTICE and LICENSE file in the main root from here for later use in the packaging process 48..\..\NOTICE %_DEST%\bin%_EXT%\osl 49..\..\LICENSE %_DEST%\bin%_EXT%\osl | 47# deliver the NOTICE and LICENSE file for later use in the packaging process 48..\%__SRC%\misc\SUM_NOTICE %_DEST%\bin%_EXT%\osl\NOTICE 49..\%__SRC%\misc\SUM_LICENSE %_DEST%\bin%_EXT%\osl\LICENSE |