projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Correct spec entry for DllGetClassObject.
[wine]
/
dlls
/
win32s
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = w32skrnl.dll
6
IMPORTS = kernel32
7
ALTNAMES = w32sys.dll win32s16.dll
8
9
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
10
11
C_SRCS = \
12
w32skernel.c \
13
w32sys.c
14
15
C_SRCS16 = \
16
win32s16.c
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies: