[fpc-pascal] How does fpc Makefiles generate paths?

leledumbo leledumbo_cool at yahoo.co.id
Tue Sep 13 10:52:02 CEST 2011


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.



More information about the fpc-pascal mailing list