simpleideintf: fixed compilation

git-svn-id: trunk@21958 -
This commit is contained in:
mattias 2009-10-01 19:41:36 +00:00
parent 7ef4bc3026
commit e4af1bda51
2 changed files with 5 additions and 2 deletions

View File

@ -51,6 +51,9 @@
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
<Version Value="8"/> <Version Value="8"/>
<SearchPaths>
<LCLWidgetType Value="nogui"/>
</SearchPaths>
<Other> <Other>
<CompilerPath Value="$(CompPath)"/> <CompilerPath Value="$(CompPath)"/>
</Other> </Other>

View File

@ -24,8 +24,8 @@ program TestH2pasTool;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}
uses uses
Classes, SysUtils, H2PasWizard, H2PasConvert, IDETextConverter, SimpleIDEIntf, Interfaces, Classes, SysUtils, H2PasWizard, H2PasConvert, IDETextConverter,
FileUtil; SimpleIDEIntf, FileUtil;
procedure TestTReplaceImplicitTypes(Converter: TIDETextConverter); procedure TestTReplaceImplicitTypes(Converter: TIDETextConverter);
var var