mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
8 lines
144 B
Makefile
8 lines
144 B
Makefile
MODULE = extrac32.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = shell32 setupapi shlwapi user32
|
|
|
|
C_SRCS = \
|
|
extrac32.c
|
|
|
|
@MAKE_PROG_RULES@
|