mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 10:13:55 +02:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
MODULE = control.exe
|
|
IMPORTS = shell32 user32 comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
control.c \
|
|
control.rc
|