projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make sure we don't use libwine_port functions when linking with
[wine]
/
programs
/
regedit
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = regedit.exe
6
APPMODE = gui
7
IMPORTS = msvcrt advapi32 kernel32
8
EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
9
EXTRADEFS = -DNO_LIBWINE_PORT
10
11
C_SRCS = \
12
regedit.c \
13
regproc.c
14
15
PLTESTS = \
16
tests/regedit.pl
17
18
EXTRASUBDIRS = tests
19
20
@MAKE_PROG_RULES@
21
22
### Dependencies: