mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
4500836635
Don't include platform-specific information when declaring the name of the static import libary to build. Instead, add this information in Makeimplib.rules.in.
12 lines
219 B
Makefile
12 lines
219 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = uuid
|
|
|
|
C_SRCS = \
|
|
uuid.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|