mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 13:56:38 +00:00
10 lines
102 B
Makefile
10 lines
102 B
Makefile
MODULE = hh.exe
|
|
APPMODE = -mwindows
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = hh.rc
|
|
|
|
SVG_SRCS = winhelp.svg
|