mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
MODULE = wmic.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = wmic.rc
|