mirror of https://github.com/FOME-Tech/openblt.git
Refs #419. Moved FirmwareData.pas module.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@375 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
parent
c90d3a4d5d
commit
d37ad9f3ae
|
@ -49,8 +49,7 @@ uses
|
||||||
XcpLoader in '..\..\XcpLoader.pas',
|
XcpLoader in '..\..\XcpLoader.pas',
|
||||||
XcpTransport in 'XcpTransport.pas',
|
XcpTransport in 'XcpTransport.pas',
|
||||||
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
||||||
FirmwareData in '..\..\..\..\Library\FirmwareData\pas\FirmwareData.pas';
|
FirmwareData in '..\..\FirmwareData.pas';
|
||||||
|
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
// Global Constants
|
// Global Constants
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
<DCCReference Include="XcpSettings.pas">
|
<DCCReference Include="XcpSettings.pas">
|
||||||
<Form>XcpSettingsForm</Form>
|
<Form>XcpSettingsForm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="..\..\..\..\Library\FirmwareData\pas\FirmwareData.pas"/>
|
<DCCReference Include="..\..\FirmwareData.pas"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
|
|
@ -49,7 +49,7 @@ uses
|
||||||
XcpLoader in '..\..\XcpLoader.pas',
|
XcpLoader in '..\..\XcpLoader.pas',
|
||||||
XcpTransport in 'XcpTransport.pas',
|
XcpTransport in 'XcpTransport.pas',
|
||||||
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
||||||
FirmwareData in '..\..\..\..\Library\FirmwareData\pas\FirmwareData.pas';
|
FirmwareData in '..\..\FirmwareData.pas';
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
// Global Constants
|
// Global Constants
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
<DCCReference Include="XcpSettings.pas">
|
<DCCReference Include="XcpSettings.pas">
|
||||||
<Form>XcpSettingsForm</Form>
|
<Form>XcpSettingsForm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="..\..\..\..\Library\FirmwareData\pas\FirmwareData.pas"/>
|
<DCCReference Include="..\..\FirmwareData.pas"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
|
|
@ -50,7 +50,7 @@ uses
|
||||||
XcpTransport in 'XcpTransport.pas',
|
XcpTransport in 'XcpTransport.pas',
|
||||||
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
||||||
PCANBasic in 'PCANBasic.pas',
|
PCANBasic in 'PCANBasic.pas',
|
||||||
FirmwareData in '..\..\..\..\Library\FirmwareData\pas\FirmwareData.pas';
|
FirmwareData in '..\..\FirmwareData.pas';
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
// Global Constants
|
// Global Constants
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<Form>XcpSettingsForm</Form>
|
<Form>XcpSettingsForm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="PCANBasic.pas"/>
|
<DCCReference Include="PCANBasic.pas"/>
|
||||||
<DCCReference Include="..\..\..\..\Library\FirmwareData\pas\FirmwareData.pas"/>
|
<DCCReference Include="..\..\FirmwareData.pas"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
|
|
@ -50,7 +50,7 @@ uses
|
||||||
XcpTransport in 'XcpTransport.pas',
|
XcpTransport in 'XcpTransport.pas',
|
||||||
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
||||||
WSockets in 'WSockets.pas',
|
WSockets in 'WSockets.pas',
|
||||||
FirmwareData in '..\..\..\Library\FirmwareData\pas\FirmwareData.pas';
|
FirmwareData in '..\FirmwareData.pas';
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
// Global Constants
|
// Global Constants
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<Form>XcpSettingsForm</Form>
|
<Form>XcpSettingsForm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="WSockets.pas"/>
|
<DCCReference Include="WSockets.pas"/>
|
||||||
<DCCReference Include="..\..\..\Library\FirmwareData\pas\FirmwareData.pas"/>
|
<DCCReference Include="..\FirmwareData.pas"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
|
|
@ -50,7 +50,7 @@ uses
|
||||||
XcpTransport in 'XcpTransport.pas',
|
XcpTransport in 'XcpTransport.pas',
|
||||||
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
||||||
CPort in 'CPort.pas',
|
CPort in 'CPort.pas',
|
||||||
FirmwareData in '..\..\..\Library\FirmwareData\pas\FirmwareData.pas';
|
FirmwareData in '..\FirmwareData.pas';
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
// Global Constants
|
// Global Constants
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<Form>XcpSettingsForm</Form>
|
<Form>XcpSettingsForm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="CPort.pas"/>
|
<DCCReference Include="CPort.pas"/>
|
||||||
<DCCReference Include="..\..\..\Library\FirmwareData\pas\FirmwareData.pas"/>
|
<DCCReference Include="..\FirmwareData.pas"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
|
|
@ -50,7 +50,7 @@ uses
|
||||||
XcpTransport in 'XcpTransport.pas',
|
XcpTransport in 'XcpTransport.pas',
|
||||||
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
XcpSettings in 'XcpSettings.pas' {XcpSettingsForm},
|
||||||
UsbBulkLib in 'UsbBulkLib.pas',
|
UsbBulkLib in 'UsbBulkLib.pas',
|
||||||
FirmwareData in '..\..\..\Library\FirmwareData\pas\FirmwareData.pas';
|
FirmwareData in '..\FirmwareData.pas';
|
||||||
|
|
||||||
//***************************************************************************************
|
//***************************************************************************************
|
||||||
// Global Constants
|
// Global Constants
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<Form>XcpSettingsForm</Form>
|
<Form>XcpSettingsForm</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="UsbBulkLib.pas"/>
|
<DCCReference Include="UsbBulkLib.pas"/>
|
||||||
<DCCReference Include="..\..\..\Library\FirmwareData\pas\FirmwareData.pas"/>
|
<DCCReference Include="..\FirmwareData.pas"/>
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue