diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:43:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:43:17 +0000 |
commit | ed372b031c75fdc206844b3e9b01ce837193ac80 (patch) | |
tree | 82c555b479feb70d9a6b758bcdff8fc9a239db67 /Demos/Device | |
parent | cff8a751bb4b6174bfc226dee72bec9cb9363122 (diff) | |
download | lufa-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/Device')
-rw-r--r-- | Demos/Device/ClassDriver/KeyboardMouseMultiReport/asf.xml | 1 | ||||
-rw-r--r-- | Demos/Device/ClassDriver/VirtualSerialMouse/asf.xml | 1 |
2 files changed, 0 insertions, 2 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"/>
|