krasimir    2005/10/29 11:13:52 PDT

  Modified files:
    ghc/compiler/main    GHC.hs 
  Log:
  The guessed output file should have ".exe" extension on Windows. ld tends to
  add .exe automatically if the output file doesn't have extension but if
  we don't add the extension explicitly then the doesFileExists check in
  DriverPipeline.link will fail.
  
  Revision  Changes    Path
  1.49      +4 -0      fptools/ghc/compiler/main/GHC.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to