makefiles: The tools no longer depend on libwine.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f17419ec4f
commit
0383509eeb
|
@ -137,8 +137,8 @@ install-manpages:: manpages
|
||||||
# Dependencies between directories
|
# Dependencies between directories
|
||||||
|
|
||||||
# dependencies needed to build any dll or program
|
# dependencies needed to build any dll or program
|
||||||
__tooldeps__: libs/port libs/wine libs/wpp
|
__tooldeps__: libs/port libs/wpp
|
||||||
__builddeps__: __tooldeps__ include
|
__builddeps__: __tooldeps__ libs/wine include
|
||||||
.PHONY: depend dummy check test testclean crosstest __tooldeps__ __builddeps__
|
.PHONY: depend dummy check test testclean crosstest __tooldeps__ __builddeps__
|
||||||
|
|
||||||
dummy:
|
dummy:
|
||||||
|
@ -147,8 +147,7 @@ server: libs/port libs/wine tools include
|
||||||
fonts: tools/sfnt2fon
|
fonts: tools/sfnt2fon
|
||||||
include: tools tools/widl
|
include: tools tools/widl
|
||||||
libs/wine tools: libs/port
|
libs/wine tools: libs/port
|
||||||
tools/wmc tools/wrc: tools
|
tools/sfnt2fon tools/wmc tools/wrc: tools
|
||||||
tools/sfnt2fon tools/wmc tools/wrc: libs/wine
|
|
||||||
tools/widl tools/wmc tools/wrc: libs/wpp
|
tools/widl tools/wmc tools/wrc: libs/wpp
|
||||||
libs/port libs/wine libs/wpp: include/config.h
|
libs/port libs/wine libs/wpp: include/config.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue