mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
088a787a2c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
162 B
Makefile
9 lines
162 B
Makefile
MODULE = extrac32.exe
|
|
IMPORTS = shell32 setupapi shlwapi user32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
C_SRCS = \
|
|
extrac32.c
|
|
|
|
RC_SRCS = extrac32.rc
|