mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
21 lines
289 B
Makefile
21 lines
289 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = shlwapi
|
|
SOVERSION = 1.0
|
|
IMPORTS = advapi32 user32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
ordinal.c \
|
|
path.c \
|
|
reg.c \
|
|
regstream.c \
|
|
shlwapi_main.c \
|
|
string.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|