mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
7ce384c415
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
127 B
Makefile
9 lines
127 B
Makefile
MODULE = msinfo32.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = shell32 user32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = msinfo32.rc
|