Skip to content

Commit 6c02d9b

Browse files
committed
Update build-win32
1 parent c0685f9 commit 6c02d9b

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

build-win32.bat

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,28 @@ if %errorlevel% neq 0 exit /b %errorlevel%
1515
cd ..
1616

1717
mkdir bin
18+
19+
copy /y /d "cmalcor\bin\cmalcor.exe" "bin\"
1820
copy /y /d "cmalcor\bin\cmalcor.dll" "bin\"
1921
ilmerge /targetplatform:v4 /out:bin/CmAlcorGUI.exe "cmalcor-gui/bin/Release/CmAlcorGUI.exe" "cmalcor-gui/bin/Release/Cyotek.Windows.Forms.ColorPicker.dll"
2022
copy /y /d "cmalcor-gui\bin\Release\DarkUI.dll" "bin\"
2123
copy /y /d "cmalcor-gui\bin\Release\CmAlcorGUI.exe.config" "bin\"
22-
copy /y /d README.md bin\readme.txt
2324
del bin\CmAlcorGUI.pdb
24-
:: Build license file
25+
26+
echo Better viewed on GitHub: https://github.com/thelink2012/cmalcor/blob/master/README.md > bin/readme.txt
27+
echo. >> bin/readme.txt
28+
type README.md >> bin/readme.txt
29+
2530
echo =================== https://github.com/thelink2012/cmalcor =================== > bin/license.txt
2631
echo. >> bin/license.txt
2732
type LICENSE >> bin/license.txt
2833
echo. >> bin/license.txt
2934
echo. >> bin/license.txt
35+
echo =================== https://github.com/docopt/docopt.cpp =================== >> bin/license.txt
36+
echo. >> bin/license.txt
37+
type cmalcor\deps\docopt\LICENSE-MIT >> bin/license.txt
38+
echo. >> bin/license.txt
39+
echo. >> bin/license.txt
3040
echo ========= https://github.com/cyotek/Cyotek.Windows.Forms.ColorPicker ========= >> bin/license.txt
3141
echo. >> bin/license.txt
3242
type cmalcor-gui\Dependencies\Cyotek.Windows.Forms.ColorPicker\license.txt >> bin/license.txt

0 commit comments

Comments
 (0)