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
522 B
20 lines
522 B
!IF 0
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
makefile.inc
|
|
|
|
Abstract:
|
|
|
|
This file implements the target specified in sources in NTTARGETFILE0.
|
|
It executes a VB tool that generates help ID header files and an RC
|
|
file containing all the help strings used by the runtime IDL
|
|
|
|
!ENDIF
|
|
|
|
GenHelpIDs:
|
|
SET THUNDER55=..\..\..\vb98
|
|
SET TOOLS=TOOLS
|
|
..\..\tools\idheader.bat mssnapr.id $(O)\mssnapr_helpids.h $(O)\mssnapr_helpstrs.h $(O)\mssnapr_helpstrs.rc -NoIncludePath
|