mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 14:26:40 +00:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
MODULE = mofcomp.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = mofcomp.c
|