MakeHelp.bat
上传用户:apjinmao
上传日期:2007-01-02
资源大小:96k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. @echo off
  2. REM -- First make map file from Microsoft Visual C++ generated resource.h
  3. echo // MAKEHELP.BAT generated Help Map file.  Used by PROPSHEET WIZARD.HPJ. >"hlpPropSheet Wizard.hm"
  4. echo. >>"hlpPropSheet Wizard.hm"
  5. echo // Dialogs (IDD_*) >>"hlpPropSheet Wizard.hm"
  6. makehm IDD_,HIDD_,0x20000 resource.h >>"hlpPropSheet Wizard.hm"
  7. echo. >>"hlpPropSheet Wizard.hm"
  8. REM -- Make help for Project PROPSHEET WIZARD
  9. start /wait hcw /C /E /M "PropSheet Wizard.hpj"
  10. if %errorlevel% == 1 goto :Error
  11. if exist Debugnul copy "PropSheet Wizard.hlp" Debug
  12. if exist Releasenul copy "PropSheet Wizard.hlp" Release
  13. goto :done
  14. :Error
  15. echo PropSheet Wizard.hpj(1) : error: Problem encountered creating help file
  16. :done
  17. echo.