[Issue 3153] win32.mak tries to copy phobos.lib, gcstub.obj to nonexistent folder lib

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 8 02:02:19 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3153





--- Comment #2 from Lionello Lunesu <lio+bugzilla at lunesu.com>  2009-07-08 02:02:19 PDT ---
(In reply to comment #1)
> To make sure that destination is a folder it must have trailing slash:
> ---
> $(CP) phobos.lib $(DIR)\windows\lib\
> ---

I tried it, it doesn't work. 

I think it doesn't work because in the makefile a line ending in a backslash is
extended to include the next line, similar to C/C++. This is unfortunate for a
makefile where there are plenty of paths :)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list