You've already forked lazarus-ccr
NiceChart: Rename unit BSplines to NiceSplices to avoid conflict with one of the pl_XXX units
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9103 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -114,7 +114,7 @@ IncludeVerInfo=1
|
||||
AutoIncBuild=0
|
||||
MajorVer=2
|
||||
MinorVer=0
|
||||
Release=0
|
||||
Release=1
|
||||
Build=0
|
||||
Debug=0
|
||||
PreRelease=0
|
||||
@@ -126,7 +126,7 @@ CodePage=1252
|
||||
[Version Info Keys]
|
||||
CompanyName=
|
||||
FileDescription=
|
||||
FileVersion=2.0.0.0
|
||||
FileVersion=2.0.1.0
|
||||
InternalName=
|
||||
LegalCopyright=
|
||||
LegalTrademarks=
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package NiceChartD7;
|
||||
|
||||
{$R *.res}
|
||||
{$R 'NiceChart.dcr'}
|
||||
{$R 'nicechart.dcr'}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
@@ -31,7 +31,7 @@ requires
|
||||
vcl;
|
||||
|
||||
contains
|
||||
NiceChart in '..\..\source\NiceChart.pas',
|
||||
BSplines in '..\..\source\BSplines.pas';
|
||||
NiceChart in '..\..\source\nicechart.pas',
|
||||
NiceSplines in '..\..\source\nicesplines.pas';
|
||||
|
||||
end.
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user