wine/dlls/cards/Makefile.in
Michael Stefaniuc d87f49d2c1 cards: Build the version.rc file separately.
Do not include it in an other rc file.
2009-07-03 13:06:18 +02:00

19 lines
311 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = cards.dll
IMPORTLIB = cards
IMPORTS = user32 gdi32 kernel32
C_SRCS = \
cards.c
RC_SRCS = \
cards.rc \
version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend