ide options changes

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@471 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-06-06 15:13:35 +00:00
parent bf335843b4
commit e3a2f18823
7 changed files with 50 additions and 42 deletions

View File

@ -24,6 +24,7 @@
-$X+
-$YD
-$Z1
-GD
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+

View File

@ -80,7 +80,7 @@ UnsafeType=0
UnsafeCode=0
UnsafeCast=0
[Linker]
MapFile=0
MapFile=3
OutputObjs=0
ConsoleApp=1
DebugInfo=0

View File

@ -13,7 +13,14 @@ uses
testformatter_unit in '..\testformatter_unit.pas',
base_service_intf in '..\..\..\base_service_intf.pas',
basex_encode in '..\..\..\basex_encode.pas',
test_basex_encode in '..\test_basex_encode.pas';
test_basex_encode in '..\test_basex_encode.pas',
xsd_parser in '..\..\..\ws_helper\xsd_parser.pas',
pascal_parser_intf in '..\..\..\ws_helper\pascal_parser_intf.pas',
ws_parser_imp in '..\..\..\ws_helper\ws_parser_imp.pas',
xsd_consts in '..\..\..\ws_helper\xsd_consts.pas',
xsd_generator in '..\..\..\ws_helper\xsd_generator.pas',
test_generators in '..\test_generators.pas',
test_suite_utils in '..\test_suite_utils.pas';
{$R *.res}

View File

@ -11,7 +11,6 @@
</General>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions>
@ -27,7 +26,7 @@
<PackageName Value="FPCUnitTestRunner"/>
</Item1>
</RequiredPackages>
<Units Count="33">
<Units Count="35">
<Unit0>
<Filename Value="wst_test_suite.lpr"/>
<IsPartOfProject Value="True"/>
@ -193,6 +192,16 @@
<IsPartOfProject Value="True"/>
<UnitName Value="test_json"/>
</Unit32>
<Unit33>
<Filename Value="test_generators.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="test_generators"/>
</Unit33>
<Unit34>
<Filename Value="test_suite_utils.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="test_suite_utils"/>
</Unit34>
</Units>
</ProjectOptions>
<CompilerOptions>

View File

@ -18,7 +18,8 @@ uses
test_parserdef, base_xmlrpc_formatter, wst_fpc_xml, test_utilities,
server_service_xmlrpc, test_parsers, wsdl_generator, xsd_generator,
xsd_consts, base_json_formatter, wsdl_parser, test_support, basex_encode,
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;
Const
ShortOpts = 'alh';