Icons for Windows/Cygwin + Refixes 32-bit support

This commit is contained in:
guixxx 2017-05-07 10:34:54 -03:00
commit e6c37b6bc5
3 changed files with 13 additions and 5 deletions

View file

@ -85,6 +85,10 @@ case $(uname) in
OS='OSX'
OS_ICON=$(print_icon 'APPLE_ICON')
;;
CYGWIN_NT-*)
OS='Windows'
OS_ICON=$(print_icon 'WINDOWS_ICON')
;;
FreeBSD)
OS='BSD'
OS_ICON=$(print_icon 'FREEBSD_ICON')