Skip to content
Snippets Groups Projects
Commit 0da37dc9 authored by Rene Brun's avatar Rene Brun
Browse files

Philippe has updated the script compiler to make sure that a dll is always

linked against all available libraries AND to make sure to rename
the loaded library from .dll (the loaded part) in .lib (the linker
part).  He has removed any path from the library name (the
NT linker accept only direct path or filename in one of the LIBPATH
directory, no blend of the two is possible (to access subdirectory of
directory listed in LIBPATH for example)).
Last there a few problem arising for the fact that NT uses '\' as a
directory separator.  In particular, he had to work around the fact
that the ROOT regular expression used '\' as a special character
AND the fact that cint stores some filenames as 'g:\mydir\myfile.C' rather
than 'g:\\mydir\\myfile.C'.  So instead on relying mainly o regular
expressions, the new (and very good) cint filename matching algorithm
is used.


git-svn-id: http://root.cern.ch/svn/root/trunk@494 27541ba8-7e3a-0410-8455-c3a389f83636
parent 463bd1ae
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment