2011-11-09 15:03:53 +01:00
|
|
|
MODULE = scrrun.dll
|
2013-07-25 15:12:57 +02:00
|
|
|
IMPORTS = uuid oleaut32 version advapi32
|
2011-11-09 15:03:53 +01:00
|
|
|
|
2012-03-20 04:54:25 +01:00
|
|
|
C_SRCS = \
|
2012-09-20 06:02:16 +02:00
|
|
|
dictionary.c \
|
2012-03-20 04:54:25 +01:00
|
|
|
filesystem.c \
|
|
|
|
scrrun.c
|
2011-11-09 15:03:53 +01:00
|
|
|
|
2011-11-09 15:04:15 +01:00
|
|
|
RC_SRCS = scrrun.rc
|
|
|
|
|
2012-01-25 05:57:10 +01:00
|
|
|
IDL_TLB_SRCS = scrrun.idl
|
|
|
|
|
2012-03-20 04:54:25 +01:00
|
|
|
IDL_H_SRCS = scrrun.idl
|
|
|
|
|
2011-11-09 15:03:53 +01:00
|
|
|
@MAKE_DLL_RULES@
|