[bug #29104] Directory Search for Link Libraries doesn't work in implicit rules

2010-03-07 Thread Misha
Follow-up Comment #2, bug #29104 (project make): hi Tim, thanks for the clarification! > This is reasonably sensible - since not all exes in the entire universe really to link to libm. No, but in other cases it may be useful. Suppose you compile a separate profiling-enabled version of ea

[bug #29104] Directory Search for Link Libraries doesn't work in implicit rules

2010-03-07 Thread Timothy N Murphy
Follow-up Comment #1, bug #29104 (project make): Hi, The syntax for a pattern rule does not allow you to specify anything other than the input file and the output file. but you can still add further prerequisites to get what you want like so: BUILD_CMD = $(CC) $^ -o $@ all: main.exe %.exe: %

[bug #29104] Directory Search for Link Libraries doesn't work in implicit rules

2010-03-07 Thread Misha
URL: Summary: Directory Search for Link Libraries doesn't work in implicit rules Project: make Submitted by: tari3x Submitted on: Sun Mar 7 08:47:40 2010 Severity: 3 - Normal