mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
e048adab83
of make.
21 lines
342 B
Makefile
21 lines
342 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = ctl3d32.dll
|
|
IMPORTS = user32 kernel32
|
|
ALTNAMES = ctl3d.dll ctl3dv2.dll
|
|
|
|
LDDLLFLAGS = @LDDLLFLAGS@
|
|
SYMBOLFILE = $(MODULE).tmp.o
|
|
|
|
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
|
|
|
|
C_SRCS = ctl3d32.c
|
|
|
|
C_SRCS16 = ctl3d.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|