<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 26.03.2019 um 01:08 schrieb Ben
      Grasset:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAL4d7Fgjk2FO5QyNCcXd3-XaFHhHdAsdHCiYtftB4Q=k5e_psw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr">On Mon, Mar 25, 2019 at 5:34 PM Ben Grasset <<a
            href="mailto:operator97@gmail.com" moz-do-not-send="true">operator97@gmail.com</a>>
          wrote:<br>
        </div>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0px 0px 0px
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div dir="ltr">
              <div dir="ltr">
                <div class="gmail_quote">
                  <div>To be properly cross-platform, it should really
                    generate something like "-Fu..\..\units\$fpctarget"</div>
                </div>
              </div>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>I meant to say, "generate something like that
            specifically for Windows." Perhaps just have an IFDEF UNIX
            .... ELSE .... ENDIF block to cover everything.</div>
        </div>
      </div>
    </blockquote>
    Those paths are not handled relative to the compiler binary, they
    are handled relative to the current directory when calling the
    compiler. The compiler does not differentiate whether a parameter is
    passed in by the configuration or by command line argument, they are
    handled the same (except for macro expansion). So using relative
    paths in the configuration is more often than not a bad idea (TM).<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>