mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 07:30:37 +00:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
MODULE = display.drv16
|
|
IMPORTS = user32
|
|
|
|
EXTRADLLFLAGS = -m16
|
|
|
|
C_SRCS = display.c
|
|
|
|
RC_SRCS = display.rc
|