Add support for .dbg.c files. This makes it possible to use the Wine
commit1dd53254278d0c94134ba11649a9df714326d2cc
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 28 Oct 2003 21:13:54 +0000 (28 21:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Oct 2003 21:13:54 +0000 (28 21:13 +0000)
tree436d187860b36828478737ea47e5c1e4508ecc00
parentd3ab533eb3413dd1e0357c618c2bc069f5c393bc
Add support for .dbg.c files. This makes it possible to use the Wine
tracing macros in Winelib applications.
The wine/lib, wine/ole, wine/unicode directories are gone. Simplify
the wine_unicode and wine_uuid detection.
Fix generation of the clean target (in some corner cases it could
generate a $(RM) command with no parameter).
Move the distclean target to the top-level Makefile and make it more
thorough.
Update a few autoconf constructs.
Remote commented out code in wrapper.c. If we need that code we can
always get it from CVS.
tools/winemaker