cards: Build the version.rc file separately.
Do not include it in an other rc file.
This commit is contained in:
parent
b46f8b1b32
commit
d87f49d2c1
|
@ -10,7 +10,8 @@ C_SRCS = \
|
|||
cards.c
|
||||
|
||||
RC_SRCS = \
|
||||
cards.rc
|
||||
cards.rc \
|
||||
version.rc
|
||||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
|
|
|
@ -240,5 +240,3 @@ unused2 BITMAP b2fv.bmp
|
|||
|
||||
/* @makedep: theo.bmp */
|
||||
68 BITMAP theo.bmp
|
||||
|
||||
#include "version.rc"
|
||||
|
|
Loading…
Reference in New Issue