2011-08-03 13:22:54 +02:00
|
|
|
MODULE = wshom.ocx
|
2015-03-11 08:36:46 +01:00
|
|
|
IMPORTS = uuid oleaut32 ole32 shell32 user32 advapi32
|
2011-08-03 13:22:54 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2011-09-20 11:55:34 +02:00
|
|
|
shell.c \
|
2011-08-03 13:22:54 +02:00
|
|
|
wshom_main.c
|
|
|
|
|
2011-08-04 10:31:29 +02:00
|
|
|
RC_SRCS = wshom.rc
|
|
|
|
|
2013-12-31 18:15:17 +01:00
|
|
|
IDL_SRCS = wshom.idl
|