mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
7f4e77bc4e
- add licence info to qcap - add d3drm and dpnhpast to dll overrides
15 lines
208 B
Makefile
15 lines
208 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dplay.dll
|
|
IMPORTS = dplayx
|
|
|
|
C_SRCS = dplay_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|