How to build program with DWT2 and DMD2?

Jacob Carlborg doob at me.com
Wed Aug 7 02:49:46 PDT 2013


On 2013-08-07 11:48, Jacob Carlborg wrote:

> RDMD works like this: all flags passed before the D file will be passed
> to the compiler. All flags passed after the D file will be passed to the
> compiled application when it's run.

You can also pass --build-only if you don't want to run the resulting 
binary.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list