mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
10778aa761
DirectX 9.0b for Windows 2000/XP.
13 lines
187 B
Makefile
13 lines
187 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = qcap.dll
|
|
|
|
C_SRCS = qcap_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|