mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
18 lines
284 B
Makefile
18 lines
284 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = explorerframe.dll
|
|
IMPORTS = uuid ole32 shell32 user32
|
|
|
|
C_SRCS = \
|
|
explorerframe_main.c \
|
|
nstc.c
|
|
|
|
RC_SRCS = \
|
|
eframe.rc \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|