mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = osversioncheck.exe
|
|
APPMODE = cui
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = osversioncheck.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|