comparison build-win32.sh @ 235:20ce1339f36b

Remove text format copyright / license information in favour of the "HTML" formatted one.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 07 May 2018 18:36:55 +0300
parents 07e7f254ef16
children f65e0de45c2b
comparison
equal deleted inserted replaced
232:07d837442c55 235:20ce1339f36b
49 cp -f "$MINGWPATH/$i.dll" "$TARGET" 49 cp -f "$MINGWPATH/$i.dll" "$TARGET"
50 strip "$TARGET/$i.dll" 50 strip "$TARGET/$i.dll"
51 done 51 done
52 52
53 cp -f "$BUILDPATH/Syntilista.exe" "$TARGET" 53 cp -f "$BUILDPATH/Syntilista.exe" "$TARGET"
54 unix2dos -n "COPYING" "$TMPFILE" && cp -f "$TMPFILE" "$TARGET/COPYING.txt" 54 unix2dos -n "COPYING.html" "$TMPFILE" && cp -f "$TMPFILE" "$TARGET/COPYING.txt"
55 rm -f "$TMPFILE" 55 rm -f "$TMPFILE"
56 return 0 56 return 0
57 } 57 }
58 58
59 59