minit and DMD's makefiles
Walter Bright
newshound2 at digitalmars.com
Fri Feb 15 17:27:13 PST 2013
On 2/15/2013 2:39 PM, Andrej Mitrovic wrote:
> On 2/15/13, Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> wrote:
>> Anyone else finding this a common thing, too?
>
> Yes. My personal fix is to create an empty "masm386.bat" file and put
> it in my %PATH%. The makefile happily invokes it even though it does
> nothing, and the build can continue.
>
LOL. I just do:
touch minit.obj
as required.
More information about the Digitalmars-d
mailing list