wine-wine/dlls/scrrun/Makefile.in

15 lines
178 B
Makefile
Raw Normal View History

2011-11-09 14:03:53 +00:00
MODULE = scrrun.dll
2012-06-15 05:17:42 +00:00
IMPORTS = uuid oleaut32
2011-11-09 14:03:53 +00:00
2012-03-20 03:54:25 +00:00
C_SRCS = \
filesystem.c \
scrrun.c
2011-11-09 14:03:53 +00:00
2011-11-09 14:04:15 +00:00
RC_SRCS = scrrun.rc
2012-01-25 04:57:10 +00:00
IDL_TLB_SRCS = scrrun.idl
2012-03-20 03:54:25 +00:00
IDL_H_SRCS = scrrun.idl
2011-11-09 14:03:53 +00:00
@MAKE_DLL_RULES@