copy strres.properties to $(DIST)/bin/res to give StringBundleTest something to work with
git-svn-id: svn://10.0.0.236/trunk@33156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3e84cf3fad
commit
a5c671ac6d
@ -65,3 +65,10 @@ OS_LIBS += /usr/lib/libdl.so
|
||||
endif
|
||||
endif
|
||||
|
||||
EXPORT_RESOURCE = \
|
||||
$(srcdir)/strres.properties \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user