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