Ticket #182 (new defect)

Opened 7 months ago

Last modified 3 months ago

Forward slashes in library paths specified with -S don't work on Windows

Reported by: baxissimo Assigned to: Gregor
Priority: major Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

On Windows bad, on Linux good:

buildflags += -S../lib

On Linux bad, on Windows good:

buildflags += -S..\lib

Please make one of these alternatives work on both.

And don't make it be the backslash version.

Change History

06/03/08 05:56:13 changed by Cyborg16

Similarly with defaulttargets = path where path contains a slash (with .75).