projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved standard syslevel APIs declaration to winbase.h.
[wine]
/
dlls
/
psapi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = psapi
6
7
LDDLLFLAGS = @LDDLLFLAGS@
8
SYMBOLFILE = $(MODULE).tmp.o
9
10
C_SRCS = \
11
psapi_main.c
12
13
@MAKE_DLL_RULES@
14
15
### Dependencies:
16