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:
parent
f1629f3977
commit
7fa5265c86
@ -15,7 +15,7 @@
|
||||
unit config_objects;
|
||||
|
||||
interface
|
||||
uses SysUtils, Classes, base_service_intf;
|
||||
uses SysUtils, Classes, base_service_intf, wst_types;
|
||||
|
||||
type
|
||||
|
||||
|
@ -28,7 +28,8 @@ uses
|
||||
test_soap_specific in '..\test_soap_specific.pas',
|
||||
test_generators_runtime in '..\test_generators_runtime.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}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
<PackageName Value="fpcunittestrunner"/>
|
||||
</Item3>
|
||||
</RequiredPackages>
|
||||
<Units Count="19">
|
||||
<Units Count="20">
|
||||
<Unit0>
|
||||
<Filename Value="wst_test_suite_gui.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -131,6 +131,11 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="test_date_utils"/>
|
||||
</Unit18>
|
||||
<Unit19>
|
||||
<Filename Value="..\..\config_objects.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="config_objects"/>
|
||||
</Unit19>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
@ -18,7 +18,7 @@ uses
|
||||
test_basex_encode, json_formatter, server_service_json, test_json,
|
||||
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_generators_runtime, test_date_utils;
|
||||
test_generators_runtime, test_date_utils, config_objects;
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
|
@ -46,6 +46,11 @@
|
||||
{$DEFINE WST_UNICODESTRING}
|
||||
{$ENDIF}
|
||||
{$DEFINE WST_SEMAPHORE_TIMEOUT}
|
||||
{$IFDEF MSWINDOWS}
|
||||
{$IFNDEF WINDOWS}
|
||||
{$DEFINE WINDOWS}
|
||||
{$ENDIF WINDOWS}
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF CPU86}
|
||||
|
Loading…
Reference in New Issue
Block a user