fdo#63197: convert osxres
Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885 Reviewed-on: https://gerrit.libreoffice.org/3652 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
committed by
David Tardon
parent
9c4f99287c
commit
14a96e28c9
@@ -1232,10 +1232,10 @@ End
|
|||||||
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
File gid_File_Res_Bundle
|
File gid_File_Res_Bundle
|
||||||
ARCHIVE_TXT_FILE_BODY;
|
Dir = FILELIST_DIR;
|
||||||
Dir = gid_Dir_Bundle_Contents_Resources;
|
TXT_FILE_BODY;
|
||||||
Name = "osxres.zip";
|
Styles = (FILELIST);
|
||||||
Styles = (ARCHIVE);
|
Name = "vcl_osxres.filelist";
|
||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -71,7 +71,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(OS),MACOSX)
|
ifeq ($(OS),MACOSX)
|
||||||
$(eval $(call gb_Module_add_targets,vcl,\
|
$(eval $(call gb_Module_add_targets,vcl,\
|
||||||
Zip_osxres \
|
Package_osxres \
|
||||||
))
|
))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -7,9 +7,11 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call gb_Zip_Zip,osxres,$(SRCDIR)/vcl/aqua/source/res))
|
$(eval $(call gb_Package_Package,vcl_osxres,$(SRCDIR)/vcl/aqua/source/res))
|
||||||
|
|
||||||
$(eval $(call gb_Zip_add_files,osxres,\
|
$(eval $(call gb_Package_set_outdir,vcl_osxres,$(INSTDIR)))
|
||||||
|
|
||||||
|
$(eval $(call gb_Package_add_files_with_dir,vcl_osxres,Resources,\
|
||||||
MainMenu.nib/classes.nib \
|
MainMenu.nib/classes.nib \
|
||||||
MainMenu.nib/info.nib \
|
MainMenu.nib/info.nib \
|
||||||
MainMenu.nib/keyedobjects.nib \
|
MainMenu.nib/keyedobjects.nib \
|
Reference in New Issue
Block a user