projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Add a string table resource for the translation.
[wine]
/
dlls
/
cards
/
Makefile.in
1
MODULE = cards.dll
2
IMPORTLIB = cards
3
IMPORTS = user32 gdi32
4
5
C_SRCS = \
6
cards.c
7
8
RC_SRCS = \
9
cards.rc \
10
version.rc
11
12
@MAKE_DLL_RULES@