commit | 870d490eecdbfd6cdb945a4f387d92efdda22737 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Mar 16 16:28:04 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Mar 16 16:28:04 2006 +0100 |
tree | bc886d69b4b3a5f9ae0c6dd2cb50c30b3983c5a1 | |
parent | e6351700bc0e3e412f9cccb15106e671874fbb50 [diff] |
winegcc: Look for libraries in subdirs of the library path too. This means that -lfoo will match the library 'foo/libfoo.def' in addition to just 'libfoo.def'. This allows supporting the Wine source layout without adding a gazillion path entries.