mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 05:45:56 +00:00
12 lines
237 B
Makefile
12 lines
237 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ctl3d.dll16
|
|
IMPORTS = user32 kernel32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,ctl3d32.dll
|
|
|
|
C_SRCS = ctl3d.c
|
|
|
|
@MAKE_DLL_RULES@
|