mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Added resources target so app resources get copied to the build products directory. jrg
This commit is contained in:
parent
f435233438
commit
42b461c4b7
@ -25,3 +25,7 @@ SUBDIRS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -85,3 +85,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -26,3 +26,7 @@ SUBDIRS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -27,3 +27,7 @@ SUBDIRS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -27,3 +27,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -28,3 +28,6 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
@ -35,3 +35,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -33,3 +33,9 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp *.properties $(DISTDIR)/grendel/addressbook
|
||||
cp *.xml $(DISTDIR)/grendel/addressbook
|
||||
cp *.gif $(DISTDIR)/grendel/addressbook
|
||||
|
||||
|
@ -48,3 +48,6 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
# Contributor(s): Giao Nguyen <grail@cafebabe.org>
|
||||
|
||||
TOPDIR=../../..
|
||||
TOPDIR=../../..
|
||||
SRCS= \
|
||||
AddressBar.java \
|
||||
AddressDialog.java \
|
||||
@ -38,3 +38,10 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp *.properties $(DISTDIR)/grendel/composition
|
||||
cp *.xml $(DISTDIR)/grendel/composition
|
||||
cp -r images $(DISTDIR)/grendel/composition
|
||||
cp contenthandlers $(DISTDIR)/grendel/composition
|
||||
|
||||
|
@ -38,3 +38,6 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
@ -36,3 +36,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -31,3 +31,8 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp *.xml $(DISTDIR)/grendel/integrator
|
||||
cp *.properties $(DISTDIR)/grendel/integrator
|
||||
|
||||
|
@ -36,3 +36,6 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
@ -31,3 +31,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -25,3 +25,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -45,3 +45,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -34,3 +34,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -28,3 +28,8 @@ SUBDIRS= \
|
||||
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp *.xml $(DISTDIR)/grendel/prefs
|
||||
cp *.properties $(DISTDIR)/grendel/prefs
|
||||
|
||||
|
@ -31,3 +31,6 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
@ -28,3 +28,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp -r images $(DISTDIR)/grendel/prefs/ui
|
||||
|
||||
|
@ -39,3 +39,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -78,3 +78,6 @@ SRCS= \
|
||||
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
@ -39,3 +39,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -33,3 +33,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -66,3 +66,9 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp *.xml $(DISTDIR)/grendel/ui
|
||||
cp *.properties $(DISTDIR)/grendel/ui
|
||||
cp -r images $(DISTDIR)/grendel/ui
|
||||
|
||||
|
@ -26,3 +26,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -43,3 +43,7 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
|
||||
|
||||
|
@ -57,3 +57,8 @@ SRCS= \
|
||||
$(NULL)
|
||||
|
||||
include ../../../rules.mk
|
||||
|
||||
resources::
|
||||
cp -r images $(DISTDIR)/grendel/widgets
|
||||
cp -r toolbar $(DISTDIR)/grendel/widgets
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user