aggpas: clean up

git-svn-id: trunk@29166 -
This commit is contained in:
mattias 2011-01-23 10:42:03 +00:00
parent 1aa031420c
commit a9e1a737b3
2 changed files with 6 additions and 6 deletions

View File

@ -54,11 +54,6 @@
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
<UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<Linking>
<Options>
<Win32>
@ -67,6 +62,9 @@
</Options>
</Linking>
<Other>
<CompilerMessages>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>

View File

@ -7,9 +7,11 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, Unit1, LResources, AggPasLCL
Forms, Unit1, AggPasLCL
{ you can add units after this };
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);