Fix the include path handling in get_real_include_name
commitb430295cf69e29112c076732e1e5c1c737a750ac
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 7 Nov 2000 20:27:16 +0000 (7 20:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 7 Nov 2000 20:27:16 +0000 (7 20:27 +0000)
tree2a2f6787118c144863af84d78514ecf909143949
parenta2882e03f8a571a01f7ee1b890a7602dc97c9fc5
Fix the include path handling in get_real_include_name
Modified get_real_include_name so that it can follow an include path
starting with $(TOPSRCDIR)
Indent the debug messages a bit more so that winemaker's is still
readable when they are on
The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
The MFC include path must contain the path to the ATL headers
(configure.in)
tools/winemaker