Closed jmalak closed 4 years ago
there is not hardcoded path separator. This reference works the same way on all platforms DOS/Windows/Linux that you can use it for rules etc. By example watcom use path separator in dependency on host platform. For DOS/Windows host it is \ and on Linux it is /. If you have some hardcoded separator you need to do conditional code for each item with hardcoded separator.
Oh boy; another conflict. Must do this by hand too.
Closing and merging by hand. Thanks.
Why is the syntax
$(OBJPATH)misc.obj
better on Linux?