Roy Shea | 80ee225 | 2008-07-14 17:12:47 -0700 | [diff] [blame] | 1 | TOPSRCDIR = @top_srcdir@ |
| 2 | TOPOBJDIR = ../.. |
| 3 | SRCDIR = @srcdir@ |
| 4 | VPATH = @srcdir@ |
| 5 | MODULE = mstask.dll |
Roy Shea | 65d9871 | 2008-08-22 12:53:59 -0700 | [diff] [blame] | 6 | IMPORTS = uuid ole32 kernel32 ntdll |
Roy Shea | 80ee225 | 2008-07-14 17:12:47 -0700 | [diff] [blame] | 7 | |
| 8 | C_SRCS = \ |
Roy Shea | dab0396 | 2008-07-22 16:54:07 -0700 | [diff] [blame] | 9 | factory.c \ |
Roy Shea | 4f392ce | 2008-07-17 16:56:14 -0700 | [diff] [blame] | 10 | mstask_main.c \ |
Roy Shea | 9c131bb | 2008-08-20 18:28:30 -0700 | [diff] [blame] | 11 | task.c \ |
| 12 | task_scheduler.c \ |
| 13 | task_trigger.c |
Roy Shea | 80ee225 | 2008-07-14 17:12:47 -0700 | [diff] [blame] | 14 | |
Roy Shea | 6e5bfbf | 2008-07-28 12:06:24 -0700 | [diff] [blame] | 15 | RC_SRCS = rsrc.rc |
| 16 | |
Roy Shea | 21fd0a0 | 2008-07-17 16:52:02 -0700 | [diff] [blame] | 17 | IDL_I_SRCS = mstask_local.idl |
| 18 | |
Roy Shea | 80ee225 | 2008-07-14 17:12:47 -0700 | [diff] [blame] | 19 | @MAKE_DLL_RULES@ |