Sweden-Number/dlls/explorerframe/Makefile.in

15 lines
218 B
Makefile
Raw Normal View History

2010-07-31 20:02:45 +02:00
EXTRADEFS = -DCOM_NO_WINDOWS_H
MODULE = explorerframe.dll
IMPORTS = uuid ole32 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
IDL_R_SRCS = explorerframe.idl
2010-07-31 20:02:45 +02:00
RC_SRCS = \
version.rc
@MAKE_DLL_RULES@