mirror of
https://github.com/reactos/wine.git
synced 2025-03-05 19:27:38 +00:00
12 lines
161 B
Makefile
12 lines
161 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winver
|
|
|
|
C_SRCS = winver.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|