mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
MODULE = extrac32.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = shell32 setupapi shlwapi user32
|
|
|
|
C_SRCS = \
|
|
extrac32.c
|
|
|
|
@MAKE_PROG_RULES@
|