mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 05:14:25 +00:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
MODULE = winver.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = shell32
|
|
|
|
C_SRCS = winver.c
|
|
|
|
RC_SRCS = version.rc
|