You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
443 B
20 lines
443 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1998
|
|
|
|
Module Name:
|
|
|
|
makefile.inc.
|
|
|
|
!ENDIF
|
|
|
|
|
|
$(O)\scardmsg.mc: $(PROJECT_ROOT)\published\scard\scarderr.mc scardmsg.mch
|
|
copy $(PROJECT_ROOT)\published\scard\scarderr.mc + scardmsg.mch $@
|
|
|
|
$(O)\scardmsg.h $(O)\scardmsg.rc $(O)\msg00001.bin: $(O)\scardmsg.mc
|
|
mc -r .\$(O) -h .\$(O) $(O)\scardmsg.mc
|
|
|
|
scardsvr.rc2: $(O)\scardmsg.rc
|
|
|
|
scardmsg.rc: $(O)\msg00001.bin
|