Icons for Windows/Cygwin + Refixes 32-bit support
This commit is contained in:
parent
29c0172c18
commit
e6c37b6bc5
3 changed files with 13 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue