mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-28 10:13:55 +02:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
MODULE = conhost.exe
|
|
IMPORTS = user32 gdi32 advapi32
|
|
DELAYIMPORTS = comctl32
|
|
|
|
EXTRADLLFLAGS = -mwindows -municode
|
|
|
|
SOURCES = \
|
|
conhost.c \
|
|
conhost.rc \
|
|
window.c
|