mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
11 lines
162 B
Makefile
11 lines
162 B
Makefile
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
MODULE = winver.exe
|
|
APPMODE = -mwindows
|
|
IMPORTS = shell32
|
|
|
|
C_SRCS = winver.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_PROG_RULES@
|