Einzelnen Beitrag anzeigen

hs-y
(Gast)

n/a Beiträge
 
#13

Re: Error beim kompilieren via Kommandozeile

  Alt 2. Jul 2009, 08:46
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
  Mit Zitat antworten Zitat