On Fri, 19 Mar 2010, Bill Janssen wrote:
Bill Janssen <jans...@parc.com> wrote:
But that just gives you "jcc/jcc.lib". It's the path that's interesting.
Andi, why are you putting it in the "jcc" subdirectory? Shouldn't it be
in the same place the jcc.dll file is? I see that the generated code for
jcc thinks it should go in the "jcc" subdir, but that doesn't seem right
to me.
Because it's a datafile that is needed when JCC is used to compile extension
modules on Windows. More precisely, it's needed by the linker. But the file
needs to be installed by distutils/setuptools and is hence put into the
jcc's package_data dir, rooted on the 'jcc' tree.
Andi..