MakeHelp.bat
上传用户:apjinmao
上传日期:2007-01-02
资源大小:96k
文件大小:1k
- @echo off
- REM -- First make map file from Microsoft Visual C++ generated resource.h
- echo // MAKEHELP.BAT generated Help Map file. Used by PROPSHEET WIZARD.HPJ. >"hlpPropSheet Wizard.hm"
- echo. >>"hlpPropSheet Wizard.hm"
- echo // Dialogs (IDD_*) >>"hlpPropSheet Wizard.hm"
- makehm IDD_,HIDD_,0x20000 resource.h >>"hlpPropSheet Wizard.hm"
- echo. >>"hlpPropSheet Wizard.hm"
- REM -- Make help for Project PROPSHEET WIZARD
- start /wait hcw /C /E /M "PropSheet Wizard.hpj"
- if %errorlevel% == 1 goto :Error
- if exist Debugnul copy "PropSheet Wizard.hlp" Debug
- if exist Releasenul copy "PropSheet Wizard.hlp" Release
- goto :done
- :Error
- echo PropSheet Wizard.hpj(1) : error: Problem encountered creating help file
- :done
- echo.