diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-22 16:47:11 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-22 16:47:11 +0200 |
commit | c07d670b6c2861595e12f7630cf46b3c8a910cc5 (patch) | |
tree | bb4dc503c5d08136db7b2f0dbdb51e4b3ac48a76 /LUFA/StudioIntegration/makefile | |
parent | f8353236821c2194f3fffd38c26f77d056e66555 (diff) | |
download | lufa-c07d670b6c2861595e12f7630cf46b3c8a910cc5.tar.gz lufa-c07d670b6c2861595e12f7630cf46b3c8a910cc5.tar.bz2 lufa-c07d670b6c2861595e12f7630cf46b3c8a910cc5.zip |
Update to a new XAML GUI based version of the Atmel Studio integration blob.
Diffstat (limited to 'LUFA/StudioIntegration/makefile')
-rw-r--r-- | LUFA/StudioIntegration/makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/LUFA/StudioIntegration/makefile b/LUFA/StudioIntegration/makefile index 916593a99..4fc4cd848 100644 --- a/LUFA/StudioIntegration/makefile +++ b/LUFA/StudioIntegration/makefile @@ -33,11 +33,6 @@ VSIX_ASSETS := $(LUFA_ROOT)/DoxygenPages/Images/LUFA_thumb.png \ $(LUFA_ROOT)/DoxygenPages/Images/LUFA.png \ $(LUFA_ROOT)/License.txt \ VSIX/"[Content_Types].xml" \ - VSIX/ASFExplorer.png \ - VSIX/ASFWizard.png \ - VSIX/LUFAHelpMenu.png \ - VSIX/NewExampleWizard.png \ - VSIX/GettingStarted.htm \ Blob/LUFA.dll \ Blob/LUFA.pkgdef VSIX_GEN_PARAMS := --stringparam extension-version "$(EXT_VERSION_NUM)" \ |