<!-- liblinks.xml

     Code Red Technologies "Smart update wizard" script file
     When executed on a particular application project, will
     add appropriate links to the specified library project.

     Note that this script assumes that the application project
     contains the standard 'Debug' and 'Release' build 
     configurations.
-->

<project name="" update="true">
	<setting id="all.compiler.inc">
		<value>${workspace_loc:/StdPeriphLib_v100_STM32F4xx/inc}</value>
        </setting>
	<setting id="linker.libs">
		<value>StdPeriphLib_v100_STM32F4xx</value>
	</setting>
	<setting id="linker.paths" buildType="Debug">
		<value>${workspace_loc:/StdPeriphLib_v100_STM32F4xx/Debug}</value>
	</setting>
	<setting id="linker.paths" buildType="Release">
		<value>${workspace_loc:/StdPeriphLib_v100_STM32F4xx/Release}</value>
	</setting>
	<requires msg="Library project `StdPeriphLib_v100_STM32F4xx` not found">
		<value>StdPeriphLib_v100_STM32F4xx</value>
	</requires>
</project>

