| TOPSRCDIR = @top_srcdir@ | |
| TOPOBJDIR = ../.. | |
| SRCDIR = @srcdir@ | |
| VPATH = @srcdir@ | |
| MODULE = shlwapi | |
| SOVERSION = 1.0 | |
| IMPORTS = advapi32 user32 gdi32 kernel32 ntdll | |
| C_SRCS = \ | |
| ordinal.c \ | |
| path.c \ | |
| reg.c \ | |
| regstream.c \ | |
| shlwapi_main.c \ | |
| string.c | |
| @MAKE_DLL_RULES@ | |
| ### Dependencies: | |