Na dann hier die .dpr:
Delphi-Quellcode:
program BigBrother;
uses
//MWHeapChecker,
Forms,
BigBrotherF in 'BigBrotherF.pas' {BigBrotherForm},
OsirisD in 'OsirisD.pas',
OsirisC in 'OsirisC.pas',
ApplicationD in 'ApplicationD.pas',
ConfigF in 'ConfigF.pas' {ConfigForm},
AppConfigD in 'AppConfigD.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TBigBrotherForm, BigBrotherForm);
Application.Run;
end.
Die .bdsproj wird beim kompilieren gar nicht verwendet (zumindest wenn man es, wie ich über die Kommandozeiele macht)
Verzeichnisname:
C:\perforce\user\depot\Tools\BigBrother
Ausgabeverzeichnis:
C:\Programme\Borland\
BDS\4.0\Output