mirror of
https://github.com/reactos/wine.git
synced 2024-12-13 22:58:37 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
15 lines
223 B
Makefile
15 lines
223 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3drm.dll
|
|
IMPORTLIB = libd3drm.$(IMPLIBEXT)
|
|
|
|
C_SRCS = d3drm_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|