mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
![Rob Shearman](/assets/img/avatar_default.png)
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.
13 lines
227 B
Makefile
13 lines
227 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = strmiids
|
|
|
|
C_SRCS = \
|
|
strmiids.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|