aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-04-16 17:03:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-04-16 17:03:18 +0000
commit196f4868b917590db193bb2ebf310daaf1856d02 (patch)
tree814b6ab3e3390f374061c1910f8ffdb62eef2621 /LUFA/StudioIntegration/makefile
parent0672e4ac6c7959477cd2e013d8e2168b4a8b73e6 (diff)
downloadlufa-196f4868b917590db193bb2ebf310daaf1856d02.tar.gz
lufa-196f4868b917590db193bb2ebf310daaf1856d02.tar.bz2
lufa-196f4868b917590db193bb2ebf310daaf1856d02.zip
Fix broken Atmel Studio blob - ensure Help menu items are correctly generated.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r--LUFA/StudioIntegration/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile
index dff6e7c5f..58f429576 100644
--- a/LUFA/StudioIntegration/makefile
+++ b/LUFA/StudioIntegration/makefile
@@ -83,13 +83,14 @@ generate_vsix: $(EXTENSION_OUTPUT_XML) $(MODULE_OUTPUT_XML)
@cp "VSIX/ASFWizard.png" $(LUFA_ROOT)/../
@cp "VSIX/NewExampleWizard.png" $(LUFA_ROOT)/../
@cp "VSIX/GettingStarted.htm" $(LUFA_ROOT)/../
+ @cp "Blob/Atmel.Studio.Services.Interfaces.dll" $(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" ASFExplorer.png ASFWizard.png NewExampleWizard.png GettingStarted.htm 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 Atmel.Studio.Services.Interfaces.dll
@echo "Atmel Studio VSIX Extension file generated."
check_filenames: $(MODULE_OUTPUT_XML)