Update Studio Integration blob and scripts to add a menu item for the local help.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 12 May 2013 20:38:08 +0000 (22:38 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 12 May 2013 20:38:08 +0000 (22:38 +0200)
LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll [deleted file]
LUFA/StudioIntegration/Blob/LUFA.dll
LUFA/StudioIntegration/makefile

diff --git a/LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll b/LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll
deleted file mode 100644 (file)
index 67f975e..0000000
Binary files a/LUFA/StudioIntegration/Blob/Atmel.Studio.Services.Interfaces.dll and /dev/null differ
index 1d7284f..0a10ee8 100644 (file)
Binary files a/LUFA/StudioIntegration/Blob/LUFA.dll and b/LUFA/StudioIntegration/Blob/LUFA.dll differ
index c05a89d..0790d83 100644 (file)
@@ -29,23 +29,25 @@ EXTENSION_OUTPUT_XML := $(LUFA_ROOT)/../extension.xml
 MODULE_OUTPUT_XML    := $(LUFA_ROOT)/asf.xml
 MSHELP_OUTPUT_XML    := $(LUFA_ROOT)/../lufa_help_$(EXT_VERSION_NUM).mshc
 XML_FILES            := $(filter-out $(TEMP_MANIFEST_FILE), $(shell ls *.xml))
-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/Atmel.Studio.Services.Interfaces.dll       \
-                        Blob/LUFA.dll                                   \
+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
-MSHELP_GEN_PARAMS   := --stringparam generate.toc "book toc"            \
-                       --stringparam chunk.quietly "1"                  \
-                       --stringparam chunk.section.depth "3"            \
-                       --stringparam chunk.first.sections "1"           \
-                       --stringparam chapter.autolabel "0"              \
+MSHELP_GEN_PARAMS   := --stringparam generate.toc "book toc"               \
+                       --stringparam chunk.quietly "1"                     \
+                       --stringparam chunk.section.depth "3"               \
+                       --stringparam chunk.first.sections "1"              \
+                       --stringparam chapter.autolabel "0"                 \
+                       --stringparam product.name "LUFA"                   \
+                       --stringparam product.version "$(LUFA_VERSION_NUM)" \
+                       --stringparam root.filename "LUFA"                  \
                        --stringparam html.stylesheet "lufa_studio_help_styling.css"
 
 all: generate_xml check_filenames generate_vsix