mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
16 lines
235 B
Makefile
16 lines
235 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
MODULE = explorerframe.dll
|
|
IMPORTS = uuid ole32 shell32 user32
|
|
|
|
C_SRCS = \
|
|
explorerframe_main.c \
|
|
nstc.c \
|
|
taskbarlist.c
|
|
|
|
IDL_R_SRCS = explorerframe.idl
|
|
|
|
RC_SRCS = \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|