How to have D2010 dcc32.exe use IDE project configuration?

Giganews Newsgroups
Subject:How to have D2010 dcc32.exe use IDE project configuration?
Posted by: Tom Field (no…@none.com)
Date:Mon, 26 Apr 2010

Writing a .bat file building an app using dcc32.

I have copied the "Target CoreCompile" line (that invokes dcc32.exe) from
the Messages tab of the IDE into my .bat file.

This works fine.

However, of course, any changes to my IDE environment (new Uses path, for
example) requires I copy and paste the Target CoreCompile line again into
the .bat file.

Is there a way in a .bat file to invoke dcc32 on a project and have it
compile the project using the same settings that are in the IDE?

Thanks.

PS Not sure if this is the proper newsgroup for this posting.

Replies