Page 1 of 1

make.bat for D2009 issues

Posted: Wed 10 Dec 2008 14:17
by Roaster2
Hi,

I've got some problems with using make.bat from .\Source\Delphi12 folder.
After adjusting the IdeDir variable in the batch file, the sources are compiled into the folder .\Source\Delphi12.

The ReadMeSrc.txt tells me that the files should be compiled into a subfolder IbDac:
Run 'Make.bat'. Binaries will be copied to %MakePath%\IbDac subfolder
However this folder is not created.

When using the make.bat from Delphi10 folder instead I get the IbDac subfolder.

Where is the difference?
cu,
Michael

Posted: Wed 10 Dec 2008 14:38
by Roaster2
Never mind, I just figured this out. There was already a file called IbDac in .\Source\Delphi12 folder. So the batch file was not able to create a folder with the same name.

I deleted it and now this works again.

Thanks for reading anyway