mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 02:07:16 +00:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
MODULE = packager.dll
|
|
IMPORTS = uuid shell32 shlwapi user32
|
|
|
|
C_SRCS = \
|
|
packager_main.c
|
|
|
|
RC_SRCS = packager.rc
|
|
IDL_SRCS = packager_classes.idl
|