wine/programs/regedit/Makefile.in
Rémi Bernon 4c60f67f00 regedit: Add a direct import for shcore.
For CommandLineToArgvW.
2022-09-30 18:34:22 +02:00

24 lines
360 B
Makefile

MODULE = regedit.exe
IMPORTS = advapi32 shcore
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
EXTRADLLFLAGS = -mwindows -municode
C_SRCS = \
about.c \
childwnd.c \
edit.c \
framewnd.c \
hexedit.c \
listview.c \
main.c \
regedit.c \
regproc.c \
treeview.c
RC_SRCS = regedit.rc
MANPAGES = regedit.man.in
SVG_SRCS = regedit.svg