New desktop icons, r=cls, sr=bryner, a=asa
@ -165,6 +165,33 @@ CPPSRCS += nsNativeAppSupportWin.cpp nsNativeAppSupportBase.cpp
|
||||
OS_LIBS += comctl32.lib comdlg32.lib uuid.lib shell32.lib ole32.lib oleaut32.lib version.lib winspool.lib
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
DESKTOP_ICONS = \
|
||||
abcardWindow.ico \
|
||||
addressbookWindow.ico \
|
||||
bmPropsWindow.ico \
|
||||
bookmark-window.ico \
|
||||
calendar-window.ico \
|
||||
chatzilla-window.ico \
|
||||
downloadManager.ico \
|
||||
editorWindow.ico \
|
||||
findBookmarkWindow.ico \
|
||||
findHistoryWindow.ico \
|
||||
history-window.ico \
|
||||
jsconsoleWindow.ico \
|
||||
main-window.ico \
|
||||
messengerWindow.ico \
|
||||
msgcomposeWindow.ico \
|
||||
venkman-window.ico \
|
||||
winInspectorMain.ico \
|
||||
$(NULL)
|
||||
|
||||
GARBAGE += $(addprefix $(DIST)/bin/chrome/icons/default/,$(DESKTOP_ICONS))
|
||||
|
||||
libs:: $(DESKTOP_ICONS)
|
||||
$(INSTALL) $^ $(DIST)/bin/chrome/icons/default
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
CMMSRCS += nsNativeAppSupportForCocoa.mm
|
||||
LDFLAGS += \
|
||||
|
BIN
xpfe/bootstrap/abcardWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/addressbookWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/bmPropsWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/bookmark-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/calendar-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/chatzilla-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/downloadManager.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/editorWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/findBookmarkWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/findHistoryWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/history-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/abcardWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/addressbookWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/bmPropsWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/bookmark-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/calendar-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/chatzilla-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/downloadManager.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/editorWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/findBookmarkWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/findHistoryWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/history-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/jsconsoleWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/main-window.ico
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
xpfe/bootstrap/icons/windows/messengerWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/msgcomposeWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/venkman-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/icons/windows/winInspectorMain.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/jsconsoleWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/main-window.ico
Normal file
After Width: | Height: | Size: 4.1 KiB |
@ -174,5 +174,41 @@ $(EXTRA_LIBS_LIST_FILE): $(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS)
|
||||
libs:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) abcardWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) addressbookWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) bmPropsWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) bookmark-window.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) calendar-window.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) chatzilla-window.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) downloadManager.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) editorWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) findBookmarkWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) findHistoryWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) history-window.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) jsconsoleWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) main-window.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) messengerWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) msgcomposeWindow.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) venkman-window.ico $(DIST)\bin\chrome\icons\default
|
||||
$(MAKE_INSTALL) winInspectorMain.ico $(DIST)\bin\chrome\icons\default
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\mozilla.exe
|
||||
$(RM) $(DIST)\bin\mozilla.exe
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\abcardWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\addressbookWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\bmPropsWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\bookmark-window.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\calendar-window.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\chatzilla-window.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\downloadManager.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\editorWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\findBookmarkWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\findHistoryWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\history-window.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\jsconsoleWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\main-window.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\messengerWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\msgcomposeWindow.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\venkman-window.ico
|
||||
$(RM) $(DIST)\bin\chrome\icons\default\winInspectorMain.ico
|
||||
|
BIN
xpfe/bootstrap/messengerWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/msgcomposeWindow.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/venkman-window.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
xpfe/bootstrap/winInspectorMain.ico
Normal file
After Width: | Height: | Size: 3.6 KiB |