mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
12 lines
219 B
Makefile
12 lines
219 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = system.drv16
|
|
IMPORTS = kernel32 kernel ntdll
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16
|
|
|
|
C_SRCS = system.c
|
|
|
|
@MAKE_DLL_RULES@
|