From 5fea1abd224af722952c152c7e8793f2809ff6f3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 19 Jan 2013 10:04:10 +0000 Subject: Switch extension inner archive to store compression mode and switch outer VSIX archive to maximum compression, to improve project generation speed within Atmel Studio. --- LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt | 4 ++-- LUFA/StudioIntegration/makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'LUFA/StudioIntegration') diff --git a/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt b/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt index a05a82427..166f42571 100644 --- a/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt +++ b/LUFA/StudioIntegration/XSLT/lufa_indent_transform.xslt @@ -6,7 +6,7 @@ www.lufa-lib.org --> - + @@ -20,4 +20,4 @@ - \ No newline at end of file + diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 41b95a6c8..3de50c440 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -55,7 +55,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML) @python generate_caches.py $(LUFA_ROOT)/../ @echo "Archiving Content..." - @cd $(LUFA_ROOT)/../ && zip contents.zip -q -9 -r --exclude=*Documentation* --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt + @cd $(LUFA_ROOT)/../ && zip contents.zip -q -0 -r --exclude=*Documentation* --exclude=*StudioIntegration* LUFA Bootloaders Demos Projects extension.xml README.txt @echo "Creating VSIX Dependencies..." @cp $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png $(LUFA_ROOT)/../PreviewThumb.png @@ -66,7 +66,7 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML) @xsltproc --stringparam lufa-version "$(LUFA_VERSION_NUM)" XSLT/lufa_asfmanifest_transform.xslt VSIX/asf-manifest.xml > $(LUFA_ROOT)/../asf-manifest.xml @echo "Generating Atmel Studio VSIX Extension file..." - @cd $(LUFA_ROOT)/../ && zip LUFA.vsix -q contents.zip exampleProjects.xml content.xml.cache License.txt Preview.png PreviewThumb.png "[Content_Types].xml" extension.vsixmanifest asf-manifest.xml extension.xml + @cd $(LUFA_ROOT)/../ && zip LUFA.vsix -q -9 contents.zip exampleProjects.xml content.xml.cache License.txt Preview.png PreviewThumb.png "[Content_Types].xml" extension.vsixmanifest asf-manifest.xml extension.xml @echo "Atmel Studio VSIX Extension file generated." check_filenames: $(MODULE_OUTPUT_XML) -- cgit v1.2.3