aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-11 22:43:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-11 22:43:17 +0000
commited372b031c75fdc206844b3e9b01ce837193ac80 (patch)
tree82c555b479feb70d9a6b758bcdff8fc9a239db67 /Demos
parentcff8a751bb4b6174bfc226dee72bec9cb9363122 (diff)
downloadlufa-ed372b031c75fdc206844b3e9b01ce837193ac80.tar.gz
lufa-ed372b031c75fdc206844b3e9b01ce837193ac80.tar.bz2
lufa-ed372b031c75fdc206844b3e9b01ce837193ac80.zip
Alter VSIX build script to verify all referenced filenames in all modules and projects, rather than just the core modules. Fix discovered errors in the project XML files.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml1
-rw-r--r--Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml1
-rw-r--r--Demos/Host/LowLevel/VirtualSerialHost/asf.xml4
3 files changed, 2 insertions, 4 deletions
diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml
index 57fea7ee3..62276cb44 100644
--- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml
+++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml
@@ -25,7 +25,6 @@
<build type="header-file" value="Descriptors.h"/>
<build type="module-config" subtype="path" value="Config"/>
- <build type="header-file" value="Config/AppConfig.h"/>
<build type="header-file" value="Config/LUFAConfig.h"/>
<require idref="lufa.common"/>
diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml
index 3010145cd..458611325 100644
--- a/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml
+++ b/Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml
@@ -27,7 +27,6 @@
<build type="header-file" value="Descriptors.h"/>
<build type="module-config" subtype="path" value="Config"/>
- <build type="header-file" value="Config/AppConfig.h"/>
<build type="header-file" value="Config/LUFAConfig.h"/>
<require idref="lufa.common"/>
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml
index 8a43be128..1c5f78f81 100644
--- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml
+++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml
@@ -20,9 +20,9 @@
<device-support-alias value="lufa_uc3"/>
<build type="c-source" value="VirtualSerialHost.c"/>
- <build type="c-source" value="ConfigDescriptors.c"/>
+ <build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="VirtualSerialHost.h"/>
- <build type="header-file" value="ConfigDescriptors.h"/>
+ <build type="header-file" value="ConfigDescriptor.h"/>
<build type="module-config" subtype="path" value="Config"/>
<build type="header-file" value="Config/LUFAConfig.h"/>