Delphi7 project files
This commit is contained in:
parent
2006fb2f97
commit
92ae517707
41
2.10/Project/delphi7/Apophysis205.cfg
Normal file
41
2.10/Project/delphi7/Apophysis205.cfg
Normal file
@ -0,0 +1,41 @@
|
||||
-$A8
|
||||
-$B-
|
||||
-$C-
|
||||
-$D-
|
||||
-$E-
|
||||
-$F-
|
||||
-$G+
|
||||
-$H+
|
||||
-$I+
|
||||
-$J-
|
||||
-$K-
|
||||
-$L-
|
||||
-$M-
|
||||
-$N+
|
||||
-$O+
|
||||
-$P+
|
||||
-$Q-
|
||||
-$R-
|
||||
-$S-
|
||||
-$T-
|
||||
-$U-
|
||||
-$V+
|
||||
-$W-
|
||||
-$X+
|
||||
-$Y-
|
||||
-$Z1
|
||||
-cg
|
||||
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||
-H+
|
||||
-W+
|
||||
-M
|
||||
-$M16384,1048576
|
||||
-K$00400000
|
||||
-E"..\..\out"
|
||||
-N"..\..\out\dcu"
|
||||
-LE"g:\compilers\delphi7\Projects\Bpl"
|
||||
-LN"g:\compilers\delphi7\Projects\Bpl"
|
||||
-U"..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripterstudio\Imports\Delphi6;..\..\..\Apolibstuff\ScripterStudio;..\..\..\Apolibstuff\Indy\d6;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\pngimage;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\scripter"
|
||||
-O"..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripterstudio\Imports\Delphi6;..\..\..\Apolibstuff\ScripterStudio;..\..\..\Apolibstuff\Indy\d6;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\pngimage;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\scripter"
|
||||
-I"..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripterstudio\Imports\Delphi6;..\..\..\Apolibstuff\ScripterStudio;..\..\..\Apolibstuff\Indy\d6;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\pngimage;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\scripter"
|
||||
-R"..\..\..\Apolibstuff\libxml;..\..\..\Apolibstuff\imglib;..\..\..\Apolibstuff\Scripterstudio\Imports\Delphi6;..\..\..\Apolibstuff\ScripterStudio;..\..\..\Apolibstuff\Indy\d6;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\pngimage;C:\Program Files\Borland\Delphi7\Projects\ApoLibStuff\scripter"
|
121
2.10/Project/delphi7/Apophysis205.dpr
Normal file
121
2.10/Project/delphi7/Apophysis205.dpr
Normal file
@ -0,0 +1,121 @@
|
||||
{
|
||||
Apophysis Copyright (C) 2001-2004 Mark Townsend
|
||||
Apophysis Copyright (C) 2005-2006 Ronald Hordijk, Piotr Borys, Peter Sdobnov
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
}
|
||||
program Apophysis205;
|
||||
|
||||
{%ToDo 'Apophysis204.todo'}
|
||||
{%ToDo 'Apophysis204.todo'}
|
||||
|
||||
uses
|
||||
FastMM4 in '..\..\Source\FastMM4.pas',
|
||||
Forms,
|
||||
Dialogs,
|
||||
SysUtils,
|
||||
Main in '..\..\Source\Main.pas' {MainForm},
|
||||
Editor in '..\..\Source\Editor.pas' {EditForm},
|
||||
Global in '..\..\Source\Global.pas',
|
||||
Options in '..\..\Source\Options.pas' {OptionsForm},
|
||||
Regstry in '..\..\Source\Regstry.pas',
|
||||
Fullscreen in '..\..\Source\Fullscreen.pas' {FullscreenForm},
|
||||
FormRender in '..\..\Source\FormRender.pas' {RenderForm},
|
||||
Mutate in '..\..\Source\Mutate.pas' {MutateForm},
|
||||
Adjust in '..\..\Source\Adjust.pas' {AdjustForm},
|
||||
Browser in '..\..\Source\Browser.pas' {GradientBrowser},
|
||||
Save in '..\..\Source\Save.pas' {SaveForm},
|
||||
About in '..\..\Source\About.pas' {AboutForm},
|
||||
Cmap in '..\..\Source\cmap.pas',
|
||||
SavePreset in '..\..\Source\SavePreset.pas' {SavePresetForm},
|
||||
ControlPoint in '..\..\Source\ControlPoint.pas',
|
||||
HtmlHlp in '..\..\Source\HtmlHlp.pas',
|
||||
Preview in '..\..\Source\Preview.pas' {PreviewForm},
|
||||
ScriptForm in '..\..\Source\ScriptForm.pas' {ScriptEditor},
|
||||
ScriptRender in '..\..\Source\ScriptRender.pas' {ScriptRenderForm},
|
||||
FormFavorites in '..\..\Source\FormFavorites.pas' {FavoritesForm},
|
||||
FormExport in '..\..\Source\FormExport.pas' {ExportDialog},
|
||||
MsMultiPartFormData in '..\..\Source\MsMultiPartFormData.pas',
|
||||
XForm in '..\..\Source\XForm.pas',
|
||||
XFormMan in '..\..\Source\XFormMan.pas',
|
||||
cmapdata in '..\..\Source\cmapdata.pas',
|
||||
GradientHlpr in '..\..\Source\GradientHlpr.pas',
|
||||
formPostProcess in '..\..\Source\formPostProcess.pas' {frmPostProcess},
|
||||
RndFlame in '..\..\Source\RndFlame.pas',
|
||||
bmdll32 in '..\..\Source\bmdll32.PAS',
|
||||
ImageColoring in '..\..\Source\ImageColoring.pas' {frmImageColoring},
|
||||
BaseVariation in '..\..\Source\BaseVariation.pas',
|
||||
ImageMaker in '..\..\Source\ImageMaker.pas',
|
||||
RenderThread in '..\..\Source\RenderThread.pas',
|
||||
Render in '..\..\Source\Render.pas',
|
||||
Render64 in '..\..\Source\Render64.pas',
|
||||
Render64MT in '..\..\Source\Render64MT.pas',
|
||||
BucketFillerThread in '..\..\Source\BucketFillerThread.pas',
|
||||
CustomDrawControl in '..\..\Source\CustomDrawControl.pas',
|
||||
varRings2 in '..\..\Source\varRings2.pas',
|
||||
varFan2 in '..\..\Source\varFan2.pas',
|
||||
varblob in '..\..\Source\varblob.pas',
|
||||
varpdj in '..\..\Source\varpdj.pas',
|
||||
varPerspective in '..\..\Source\varPerspective.pas',
|
||||
varJuliaN in '..\..\Source\varJuliaN.pas',
|
||||
varJuliaScope in '..\..\Source\varJuliaScope.pas',
|
||||
FastMM4Messages in '..\..\Source\FastMM4Messages.pas',
|
||||
exceptform in '..\..\Source\exceptform.pas' {frmException},
|
||||
Render32 in '..\..\Source\Render32.pas',
|
||||
Render32f in '..\..\Source\Render32f.pas',
|
||||
Render32fMT in '..\..\Source\Render32fMT.pas',
|
||||
Render32MT in '..\..\Source\Render32MT.pas',
|
||||
Render48 in '..\..\Source\Render48.pas',
|
||||
Render48MT in '..\..\Source\Render48MT.pas',
|
||||
RenderMT in '..\..\Source\RenderMT.pas',
|
||||
RenderST in '..\..\Source\RenderST.pas',
|
||||
RenderTypes in '..\..\Source\RenderTypes.pas',
|
||||
varRadialBlur in '..\..\Source\varRadialBlur.pas';
|
||||
|
||||
{$R *.RES}
|
||||
|
||||
begin
|
||||
if now > EncodeDate(2006, 10, 30) then begin
|
||||
ShowMessage('This version has expired. Please go to http://sourceforge.net/project/apophysis and download the latest version.');
|
||||
Halt
|
||||
end;
|
||||
|
||||
Application.Initialize;
|
||||
Application.Title := 'Apophysis';
|
||||
Application.HelpFile := 'Apophysis 2.0.chm';
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.CreateForm(TEditForm, EditForm);
|
||||
Application.CreateForm(TOptionsForm, OptionsForm);
|
||||
Application.CreateForm(TFullscreenForm, FullscreenForm);
|
||||
Application.CreateForm(TRenderForm, RenderForm);
|
||||
Application.CreateForm(TMutateForm, MutateForm);
|
||||
Application.CreateForm(TAdjustForm, AdjustForm);
|
||||
Application.CreateForm(TGradientBrowser, GradientBrowser);
|
||||
Application.CreateForm(TSaveForm, SaveForm);
|
||||
Application.CreateForm(TAboutForm, AboutForm);
|
||||
Application.CreateForm(TSavePresetForm, SavePresetForm);
|
||||
Application.CreateForm(TScriptEditor, ScriptEditor);
|
||||
Application.CreateForm(TPreviewForm, PreviewForm);
|
||||
Application.CreateForm(TScriptRenderForm, ScriptRenderForm);
|
||||
Application.CreateForm(TFavoritesForm, FavoritesForm);
|
||||
Application.CreateForm(TExportDialog, ExportDialog);
|
||||
Application.CreateForm(TfrmPostProcess, frmPostProcess);
|
||||
Application.CreateForm(TfrmImageColoring, frmImageColoring);
|
||||
Application.CreateForm(TfrmException, frmException);
|
||||
Application.UpdateFormatSettings := False;
|
||||
DecimalSeparator := '.';
|
||||
Application.Run;
|
||||
end.
|
||||
|
BIN
2.10/Project/delphi7/Apophysis205.res
Normal file
BIN
2.10/Project/delphi7/Apophysis205.res
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user