repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
msvcrt: Added _mbstok_s_l implementation.
[wine.git]
/
programs
/
regedit
/
Makefile.in
blob
9780500306a487823c3bfbe87fb26a1059e1c663
1
MODULE
=
regedit.exe
2
APPMODE
= -
mwindows
-
mno-cygwin
3
IMPORTS
=
advapi32
4
DELAYIMPORTS
=
shlwapi shell32 comdlg32 comctl32 user32 gdi32
5
EXTRAINCL
= -
I
$(
top_srcdir
)/
include
/
msvcrt
6
EXTRADEFS
= -
DNO_LIBWINE_PORT
7
MODCFLAGS
=
@BUILTINFLAG@
8
9
C_SRCS
=
\
10
about.c \
11
childwnd.c \
12
edit.c \
13
framewnd.c \
14
hexedit.c \
15
listview.c \
16
main.c \
17
regedit.c \
18
regproc.c \
19
treeview.c
20
21
RC_SRCS
=
regedit.rc
22
PO_SRCS
=
regedit.rc
23
24
MANPAGE
=
regedit.man
25
26
SVG_SRCS
=
regedit.svg
27
28
@MAKE_PROG_RULES@