You've already forked lazarus-ccr
Delphi 2009 support (Fix)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@628 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
unit config_objects;
|
unit config_objects;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
uses SysUtils, Classes, base_service_intf;
|
uses SysUtils, Classes, base_service_intf, wst_types;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -28,7 +28,8 @@ uses
|
|||||||
test_soap_specific in '..\test_soap_specific.pas',
|
test_soap_specific in '..\test_soap_specific.pas',
|
||||||
test_generators_runtime in '..\test_generators_runtime.pas',
|
test_generators_runtime in '..\test_generators_runtime.pas',
|
||||||
date_utils in '..\..\..\date_utils.pas',
|
date_utils in '..\..\..\date_utils.pas',
|
||||||
test_date_utils in '..\test_date_utils.pas';
|
test_date_utils in '..\test_date_utils.pas',
|
||||||
|
config_objects in '..\..\..\config_objects.pas';
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<PackageName Value="fpcunittestrunner"/>
|
<PackageName Value="fpcunittestrunner"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="19">
|
<Units Count="20">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
<Filename Value="wst_test_suite_gui.lpr"/>
|
<Filename Value="wst_test_suite_gui.lpr"/>
|
||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
@ -131,6 +131,11 @@
|
|||||||
<IsPartOfProject Value="True"/>
|
<IsPartOfProject Value="True"/>
|
||||||
<UnitName Value="test_date_utils"/>
|
<UnitName Value="test_date_utils"/>
|
||||||
</Unit18>
|
</Unit18>
|
||||||
|
<Unit19>
|
||||||
|
<Filename Value="..\..\config_objects.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="config_objects"/>
|
||||||
|
</Unit19>
|
||||||
</Units>
|
</Units>
|
||||||
</ProjectOptions>
|
</ProjectOptions>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
|
@ -18,7 +18,7 @@ uses
|
|||||||
test_basex_encode, json_formatter, server_service_json, test_json,
|
test_basex_encode, json_formatter, server_service_json, test_json,
|
||||||
test_suite_utils, test_generators, fpcunittestrunner, test_std_cursors,
|
test_suite_utils, test_generators, fpcunittestrunner, test_std_cursors,
|
||||||
test_rtti_filter, rtti_filters, wst_cursors, test_wst_cursors, test_registry, test_soap_specific,
|
test_rtti_filter, rtti_filters, wst_cursors, test_wst_cursors, test_registry, test_soap_specific,
|
||||||
test_generators_runtime, test_date_utils;
|
test_generators_runtime, test_date_utils, config_objects;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
|
@ -46,6 +46,11 @@
|
|||||||
{$DEFINE WST_UNICODESTRING}
|
{$DEFINE WST_UNICODESTRING}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$DEFINE WST_SEMAPHORE_TIMEOUT}
|
{$DEFINE WST_SEMAPHORE_TIMEOUT}
|
||||||
|
{$IFDEF MSWINDOWS}
|
||||||
|
{$IFNDEF WINDOWS}
|
||||||
|
{$DEFINE WINDOWS}
|
||||||
|
{$ENDIF WINDOWS}
|
||||||
|
{$ENDIF}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{$IFDEF CPU86}
|
{$IFDEF CPU86}
|
||||||
|
Reference in New Issue
Block a user