Sweden-Number/dlls/explorerframe/Makefile.in

18 lines
278 B
Makefile
Raw Normal View History

2010-07-31 20:02:45 +02:00
EXTRADEFS = -DCOM_NO_WINDOWS_H
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = explorerframe.dll
IMPORTS = uuid shell32 user32
2010-07-31 20:02:45 +02:00
C_SRCS = \
explorerframe_main.c \
nstc.c
2010-07-31 20:02:45 +02:00
RC_SRCS = \
eframe.rc \
2010-07-31 20:02:45 +02:00
version.rc
@MAKE_DLL_RULES@