mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
e3213978d3
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
193 B
Makefile
12 lines
193 B
Makefile
MODULE = explorerframe.dll
|
|
IMPORTS = uuid ole32 comctl32 shell32 user32
|
|
|
|
C_SRCS = \
|
|
explorerframe_main.c \
|
|
nstc.c \
|
|
taskbarlist.c
|
|
|
|
IDL_SRCS = explorerframe.idl
|
|
|
|
RC_SRCS = \
|
|
version.rc
|