mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 06:55:00 +00:00
6 lines
103 B
Makefile
6 lines
103 B
Makefile
MODULE = control.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = shell32 user32
|
|
|
|
C_SRCS = control.c
|