mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 02:02:18 +00:00
14 lines
218 B
Makefile
14 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:
|