repo.or.cz
/
wine
/
testsucceed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
user32: Destroy the unused buttons in a message box instead of only hiding them.
[wine/testsucceed.git]
/
dlls
/
kernel32
/
tests
/
Makefile.in
blob
ed2d6e69b460738a9ff9885b5a9778e3b9b59fc6
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
TESTDLL
=
kernel32.dll
6
IMPORTS
=
user32 advapi32 kernel32
7
8
C_SRCS
=
\
9
actctx.c \
10
alloc.c \
11
atom.c \
12
change.c \
13
codepage.c \
14
comm.c \
15
console.c \
16
debugger.c \
17
directory.c \
18
drive.c \
19
environ.c \
20
fiber.c \
21
file.c \
22
format_msg.c \
23
generated.c \
24
heap.c \
25
loader.c \
26
locale.c \
27
mailslot.c \
28
module.c \
29
path.c \
30
pipe.c \
31
process.c \
32
profile.c \
33
resource.c \
34
sync.c \
35
thread.c \
36
time.c \
37
timer.c \
38
toolhelp.c \
39
version.c \
40
virtual.c \
41
volume.c
42
43
RC_SRCS
=
resource.rc
44
45
@MAKE_TEST_RULES@