diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-16 17:03:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-16 17:03:18 +0000 |
commit | 196f4868b917590db193bb2ebf310daaf1856d02 (patch) | |
tree | 814b6ab3e3390f374061c1910f8ffdb62eef2621 /LUFA | |
parent | 0672e4ac6c7959477cd2e013d8e2168b4a8b73e6 (diff) | |
download | lufa-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')
-rw-r--r-- | LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll | bin | 0 -> 93696 bytes | |||
-rw-r--r-- | LUFA/StudioIntegration/Blob/LUFA.dll | bin | 373248 -> 373248 bytes | |||
-rw-r--r-- | LUFA/StudioIntegration/Blob/LUFA.pkgdef | bin | 1196 -> 2016 bytes | |||
-rw-r--r-- | LUFA/StudioIntegration/VSIX/extension.vsixmanifest | 2 | ||||
-rw-r--r-- | LUFA/StudioIntegration/makefile | 3 |
5 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll b/LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll Binary files differnew file mode 100644 index 000000000..67f975e10 --- /dev/null +++ b/LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll diff --git a/LUFA/StudioIntegration/Blob/LUFA.dll b/LUFA/StudioIntegration/Blob/LUFA.dll Binary files differindex daca593c5..a57ad8ac9 100644 --- a/LUFA/StudioIntegration/Blob/LUFA.dll +++ b/LUFA/StudioIntegration/Blob/LUFA.dll diff --git a/LUFA/StudioIntegration/Blob/LUFA.pkgdef b/LUFA/StudioIntegration/Blob/LUFA.pkgdef Binary files differindex 36ef7e3ff..418885381 100644 --- a/LUFA/StudioIntegration/Blob/LUFA.pkgdef +++ b/LUFA/StudioIntegration/Blob/LUFA.pkgdef diff --git a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest index ed20c2ad3..2539a2821 100644 --- a/LUFA/StudioIntegration/VSIX/extension.vsixmanifest +++ b/LUFA/StudioIntegration/VSIX/extension.vsixmanifest @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
- <Identifier Id="FourWalledCubicle.LUFA.0e160d5c-e331-48d9-850b-e0387912171b">
+ <Identifier Id="2cfcbce0-84cb-45dc-8315-cad3f82b9467">
<Name>LUFA Library</Name>
<Author>Dean Camera</Author>
<Version>0</Version>
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) |