projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Remove the no longer used SPEC_SRCS variable from 16-bit makefiles.
[wine]
/
dlls
/
msvideo.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = msvideo.dll16
6
IMPORTS = msvfw32 version advapi32 kernel32
7
8
EXTRADLLFLAGS = -Wb,--subsystem,win16,--main-module,msvfw32.dll
9
10
C_SRCS = msvideo16.c
11
12
@MAKE_DLL_RULES@
13
14
@DEPENDENCIES@ # everything below this line is overwritten by make depend