mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
Updated the application so we have an icon for Mac OS X.
* DBModeler/GNUmakefile: Added DBModeler.icns to the list of resources, and set DBModeler_APPLICATION_ICON so the icon will be set appropriately. * DBModeler/Resources/DBModeler.icns: Initial import. Created with Icon Composer using DBModeler.tiff. This will need to be replaced at some point with an image that goes up to 512x512. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26515 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cac42969f3
commit
962c327593
3 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
* Modeler.m: Use NULL instead of nil for an empty NSMenuItem action.
|
||||
|
||||
* DBModeler/GNUmakefile: Added DBModeler.icns to the list of resources,
|
||||
and set DBModeler_APPLICATION_ICON so the icon will be set appropriately.
|
||||
|
||||
* DBModeler/Resources/DBModeler.icns: Initial import
|
||||
|
||||
2008-05-11 Blake Nicholson <blaken@umich.edu>
|
||||
|
||||
* GNUmakefile.in: Add EOInterface, EOModeler, and DBModeler to
|
||||
|
|
|
@ -31,6 +31,12 @@ APP_NAME = DBModeler
|
|||
DBModeler_NEEDS_GUI = yes
|
||||
DBModeler_SUBPROJECTS=Inspectors
|
||||
|
||||
ifeq ($(GUI_LIB),apple)
|
||||
DBModeler_APPLICATION_ICON = DBModeler.icns
|
||||
else
|
||||
DBModeler_APPLICATION_ICON = DBModeler.tiff
|
||||
endif
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS+=-I../
|
||||
ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess ../EOControl ../EOInterface ../EOModeler
|
||||
ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOInterface EOModeler
|
||||
|
@ -51,6 +57,7 @@ $(APP_NAME)_RESOURCE_FILES = \
|
|||
Resources/Preferences.gorm \
|
||||
Resources/ConsistencyResults.gorm \
|
||||
Resources/DBModeler.tiff \
|
||||
Resources/DBModeler.icns \
|
||||
Resources/AllowsNull_On.tiff \
|
||||
Resources/AllowsNull_Header.tiff
|
||||
|
||||
|
|
BIN
DBModeler/Resources/DBModeler.icns
Normal file
BIN
DBModeler/Resources/DBModeler.icns
Normal file
Binary file not shown.
Loading…
Reference in a new issue