mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 13:26:00 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
MODULE = winver.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = shell32
|
|
|
|
C_SRCS = winver.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_PROG_RULES@
|