ENH: Handle the no-icon case

This commit is contained in:
Andy Cedilnik 2006-04-30 03:10:55 -04:00
parent 34feb381be
commit f816c4e09b

View File

@ -394,7 +394,10 @@ FunctionEnd
;-------------------------------- ;--------------------------------
; Define some macro setting for the gui ; Define some macro setting for the gui
!define MUI_HEADERIMAGE_BITMAP "@CPACK_PACKAGE_ICON@" !define CPACK_PACKAGE_ICON@CPACK_PACKAGE_ICON@
!ifndef CPACK_PACKAGE_ICON
!define MUI_HEADERIMAGE_BITMAP "@CPACK_PACKAGE_ICON@"
!endif
;-------------------------------- ;--------------------------------
;Pages ;Pages