Makefile.in 395 Bytes
Newer Older
1
MODULE    = regedit.exe
2
APPMODE   = -mwindows -municode -mno-cygwin
3
IMPORTS   = advapi32
Zimler Attila's avatar
Zimler Attila committed
4
DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
5 6

C_SRCS = \
7 8
	about.c \
	childwnd.c \
9
	edit.c \
10
	framewnd.c \
11
	hexedit.c \
12 13
	listview.c \
	main.c \
14
	regedit.c \
15 16 17
	regproc.c \
	treeview.c

18
RC_SRCS = regedit.rc
19

20
MANPAGES = regedit.man.in
Austin English's avatar
Austin English committed
21

Herve Chanal's avatar
Herve Chanal committed
22
SVG_SRCS = regedit.svg
23 24

INSTALL_LIB = regedit.exe regedit