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 /Projects | |
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 'Projects')
-rw-r--r-- | Projects/Benito/asf.xml | 2 | ||||
-rw-r--r-- | Projects/MissileLauncher/asf.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Projects/Benito/asf.xml b/Projects/Benito/asf.xml index c639a51c7..b913fb5ef 100644 --- a/Projects/Benito/asf.xml +++ b/Projects/Benito/asf.xml @@ -23,7 +23,7 @@ <build type="c-source" value="Benito.c"/>
<build type="c-source" value="Descriptors.c"/>
- <build type="header-file" value="Bentio.h"/>
+ <build type="header-file" value="Benito.h"/>
<build type="header-file" value="Descriptors.h"/>
<build type="module-config" subtype="path" value="Config"/>
diff --git a/Projects/MissileLauncher/asf.xml b/Projects/MissileLauncher/asf.xml index 38732c182..52d96e5bd 100644 --- a/Projects/MissileLauncher/asf.xml +++ b/Projects/MissileLauncher/asf.xml @@ -20,9 +20,9 @@ <device-support-alias value="lufa_uc3"/>
<build type="c-source" value="MissileLauncher.c"/>
- <build type="c-source" value="ConfigDescriptors.c"/>
+ <build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="MissileLauncher.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"/>
|