diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-29 21:20:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-29 21:20:12 +0000 |
commit | 3d2c39d267e74f175ed195993a0a2482246df976 (patch) | |
tree | 6c944dd74bcd93df62c9e4090cab1a49a040e5bf /LUFA/StudioIntegration/makefile | |
parent | 5b089fbbf3bd429b2b729b5945e39b82c4160a29 (diff) | |
download | lufa-3d2c39d267e74f175ed195993a0a2482246df976.tar.gz lufa-3d2c39d267e74f175ed195993a0a2482246df976.tar.bz2 lufa-3d2c39d267e74f175ed195993a0a2482246df976.zip |
Tweak Atmel Studio VSIX extension script output filename to contain the release version.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index f5fdbfdf4..b5c6f0228 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -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 -9 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-$(LUFA_VERSION_NUM).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) |