I don't want to maintain two separate tools, so I use unix tools from msys to
build FPC. Since a few latest release, the tools no longer produce path in
windows style (e.g. c:/folder/), but in unix style (e.g. \c\folder\). This
causes failure when building fpc with 'cannot create archive blablabla...'
message. From exploring msys mailing list, I found that it's either $(pwd)
and $PWD that generates this path differently. Can anyone tell me which one
is used by fpc Makefiles (or if it's neither of them, then that other way)?

--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/How-does-fpc-Makefiles-generate-paths-tp4797673p4797673.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to