Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
April 07, 2003 DMC make - does it do macro string substitution? | ||||
---|---|---|---|---|
| ||||
I'm using the following syntax: EXES_MFCSTL = $(OBJS_MFCSTL:.obj=.exe) Doesn't work. Any ideas? |
April 07, 2003 Re: DMC make - does it do macro string substitution? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | I'm using this at several places and just works. (Using smake.exe)
OBJS = $(SRCS:.c=.obj)
Matthew Wilson wrote:
> I'm using the following syntax:
>
> EXES_MFCSTL = $(OBJS_MFCSTL:.obj=.exe)
>
> Doesn't work.
>
> Any ideas?
>
>
>
>
|
April 07, 2003 Re: DMC make - does it do macro string substitution? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | Use smake rather than make for that. "Matthew Wilson" <dmd@synesis.com.au> wrote in message news:b6s4c1$1lqe$1@digitaldaemon.com... > I'm using the following syntax: > > EXES_MFCSTL = $(OBJS_MFCSTL:.obj=.exe) > > Doesn't work. > > Any ideas? > > > > |
April 07, 2003 Re: DMC make - does it do macro string substitution? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Arjan Knepper | I'm using make, as I'm preparing a distribution that will be usable by everyone (and not just the CD-buyers). I've just explicitly duplicated all the symbols. sigh ... "Arjan Knepper" <ask@me.to> wrote in message news:b6s6f1$1nq$1@digitaldaemon.com... > I'm using this at several places and just works. (Using smake.exe) > > OBJS = $(SRCS:.c=.obj) > > > Matthew Wilson wrote: > > I'm using the following syntax: > > > > EXES_MFCSTL = $(OBJS_MFCSTL:.obj=.exe) > > > > Doesn't work. > > > > Any ideas? > > > > > > > > > |
April 07, 2003 Re: DMC make - does it do macro string substitution? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew Wilson | I know what you mean, I was just playing with make smake and gnu-make for win32. I think I would choose gnu-make.
Matthew Wilson wrote:
> I'm using make, as I'm preparing a distribution that will be usable by
> everyone (and not just the CD-buyers).
>
> I've just explicitly duplicated all the symbols. sigh ...
>
> "Arjan Knepper" <ask@me.to> wrote in message
> news:b6s6f1$1nq$1@digitaldaemon.com...
>
>>I'm using this at several places and just works. (Using smake.exe)
>>
>>OBJS = $(SRCS:.c=.obj)
>>
>>
>>Matthew Wilson wrote:
>>
>>>I'm using the following syntax:
>>>
>>>EXES_MFCSTL = $(OBJS_MFCSTL:.obj=.exe)
>>>
>>>Doesn't work.
>>>
>>>Any ideas?
>>>
>>>
>>>
>>>
>>
>
>
|
Copyright © 1999-2021 by the D Language Foundation