mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
install images into Resources
Install the button icons into the app when we make it.
This commit is contained in:
parent
5588d9d782
commit
102cf9bca9
1 changed files with 15 additions and 1 deletions
|
@ -24,7 +24,20 @@ ADDITIONAL_GUI_LIBS +=
|
|||
# Resource files
|
||||
#
|
||||
QuakeEd_MAIN_MODEL_FILE= MapEdit.gorm
|
||||
QuakeEd_RESOURCE_FILES= MapEdit.gorm help.txt
|
||||
QuakeEd_RESOURCE_FILES= \
|
||||
MapEdit.gorm \
|
||||
help.txt \
|
||||
../../Images/DownArrow.tiff \
|
||||
../../Images/UpArrow.tiff \
|
||||
../../Images/i_90d.tiff \
|
||||
../../Images/i_add.tiff \
|
||||
../../Images/i_brushes.tiff \
|
||||
../../Images/i_fliph.tiff \
|
||||
../../Images/i_flipv.tiff \
|
||||
../../Images/i_quakeed.tiff \
|
||||
../../Images/i_sub.tiff \
|
||||
../../Images/short.tiff \
|
||||
../../Images/tall.tiff
|
||||
|
||||
QuakeEd_LOCALIZED_RESOURCE_FILES=
|
||||
|
||||
|
@ -64,3 +77,4 @@ include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|||
include $(GNUSTEP_MAKEFILES)/application.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
||||
|
|
Loading…
Reference in a new issue