dynwrapper points to wrong paths on Windows
I was looking at build-prog.mk and I noticed this:
>-------echo 'LPTSTR path_dirs[] = {' >> $$@
>-------$$(foreach p,$$($1_$2_TRANSITIVE_DEP_KEYS),$$(call make-command,echo ' TEXT("/../lib/$$p")$$(comma)' >> $$@))
>-------echo ' TEXT("/../lib/"),' >> $$@
>-------echo ' NULL};' >> $$@
>-------echo 'LPTSTR progDll = TEXT
This probably can't be right since we're now using LIB_NAME to refer to filepaths. Better fix this...
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.10.2-rc1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | high |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |