Switch extension inner archive to store compression mode and switch outer VSIX archive to maximum compression, to improve project generation speed within Atmel Studio.
This commit is contained in:
		
							parent
							
								
									2709627970
								
							
						
					
					
						commit
						5fea1abd22
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
           www.lufa-lib.org
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
<!-- Atmel Studio framework Module XML transform file -->
 | 
			
		||||
<!-- Atmel Studio framework XML transform file -->
 | 
			
		||||
 | 
			
		||||
<!-- Indents a given XML document to match the node hierarchy. -->
 | 
			
		||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 | 
			
		||||
| 
						 | 
				
			
			@ -20,4 +20,4 @@
 | 
			
		|||
	<xsl:template match="/">
 | 
			
		||||
		<xsl:copy-of select="."/>
 | 
			
		||||
	</xsl:template>
 | 
			
		||||
</xsl:stylesheet>
 | 
			
		||||
</xsl:stylesheet>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue