New desktop icons, r=cls, sr=bryner, a=asa

This commit is contained in:
kerz%netscape.com 2002-07-21 23:04:48 +00:00
parent 7ec85c02cf
commit c288fe45f3
38 changed files with 64 additions and 1 deletions

View File

@ -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 += \

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB