mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
8 lines
122 B
Makefile
8 lines
122 B
Makefile
MODULE = control.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = shell32 user32
|
|
|
|
C_SRCS = control.c
|
|
|
|
@MAKE_PROG_RULES@
|