mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
13 lines
141 B
Makefile
13 lines
141 B
Makefile
MODULE = cards.dll
|
|
IMPORTLIB = cards
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = \
|
|
cards.c
|
|
|
|
RC_SRCS = \
|
|
cards.rc \
|
|
version.rc
|
|
|
|
@MAKE_DLL_RULES@
|