mirror of
https://github.com/reactos/wine.git
synced 2025-01-05 18:49:06 +00:00
9 lines
183 B
Makefile
9 lines
183 B
Makefile
MODULE = winemenubuilder.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
winemenubuilder.c
|
|
|
|
@MAKE_PROG_RULES@
|