repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine/multimedia.git]
/
dlls
/
mscoree
/
Makefile.in
blob
9f7149d2386ccad0b392e7710c5e5958368d7e4a
1
MODULE
=
mscoree.dll
2
IMPORTS
=
uuid shell32 advapi32
3
4
C_SRCS
=
\
5
corruntimehost.c \
6
mscoree_main.c
7
8
@MAKE_DLL_RULES@