mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
16 lines
212 B
Makefile
16 lines
212 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = version.dll
|
|
IMPORTS = version
|
|
|
|
CTESTS = \
|
|
info.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|