mirror of
https://github.com/reactos/wine.git
synced 2025-03-04 10:47:49 +00:00
8 lines
116 B
Makefile
8 lines
116 B
Makefile
MODULE = mofcomp.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = mofcomp.c
|
|
|
|
@MAKE_PROG_RULES@
|