mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 01:32:34 +00:00
7 lines
125 B
Makefile
7 lines
125 B
Makefile
MODULE = extrac32.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = shell32 setupapi shlwapi user32
|
|
|
|
C_SRCS = \
|
|
extrac32.c
|