aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-15 17:55:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-15 17:55:15 +0000
commit5555a43625fe467bfd075d2a92d48b031bec7aa3 (patch)
tree5f25a03b68ed1452aa18873755f48a4edba893f7 /LUFA/StudioIntegration/makefile
parent25224aae7eb85d2c502dc756139d38df2c6572db (diff)
downloadlufa-5555a43625fe467bfd075d2a92d48b031bec7aa3.tar.gz
lufa-5555a43625fe467bfd075d2a92d48b031bec7aa3.tar.bz2
lufa-5555a43625fe467bfd075d2a92d48b031bec7aa3.zip
Add first-run information page to the Atmel Studio 6.1 extension.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r--LUFA/StudioIntegration/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index 555563dd4..dff6e7c5f 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -79,13 +79,17 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@cp $(LUFA_ROOT)/DoxygenPages/Images/LUFA.png $(LUFA_ROOT)/../Preview.png
@cp $(LUFA_ROOT)/License.txt $(LUFA_ROOT)/../
@cp "VSIX/[Content_Types].xml" $(LUFA_ROOT)/../
+ @cp "VSIX/ASFExplorer.png" $(LUFA_ROOT)/../
+ @cp "VSIX/ASFWizard.png" $(LUFA_ROOT)/../
+ @cp "VSIX/NewExampleWizard.png" $(LUFA_ROOT)/../
+ @cp "VSIX/GettingStarted.htm" $(LUFA_ROOT)/../
@cp "Blob/LUFA.dll" $(LUFA_ROOT)/../
@cp "Blob/LUFA.pkgdef" $(LUFA_ROOT)/../
@xsltproc --stringparam extension-version "$(EXT_VERSION_NUM)" VSIX/lufa_vsmanifest_transform.xslt VSIX/extension.vsixmanifest > $(LUFA_ROOT)/../extension.vsixmanifest
@xsltproc --stringparam lufa-version "$(LUFA_VERSION_NUM)" VSIX/lufa_asfmanifest_transform.xslt VSIX/asf-manifest.xml > $(LUFA_ROOT)/../asf-manifest.xml
@echo "Generating Atmel Studio VSIX Extension file..."
- @cd $(LUFA_ROOT)/../ && zip $(EXT_VSIX_NAME) -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 LUFA.dll LUFA.pkgdef
+ @cd $(LUFA_ROOT)/../ && zip $(EXT_VSIX_NAME) -q -9 contents.zip exampleProjects.xml content.xml.cache License.txt Preview.png PreviewThumb.png "[Content_Types].xml" ASFExplorer.png ASFWizard.png NewExampleWizard.png GettingStarted.htm extension.vsixmanifest asf-manifest.xml extension.xml LUFA.dll LUFA.pkgdef
@echo "Atmel Studio VSIX Extension file generated."
check_filenames: $(MODULE_OUTPUT_XML)