Source code of Windows XP (NT5)
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.

31 lines
1.1 KiB

  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 KEYRING.HPJ. >"hlp\KeyRing.hm"
  4. echo. >>"hlp\KeyRing.hm"
  5. echo // Commands (ID_* and IDM_*) >>"hlp\KeyRing.hm"
  6. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\KeyRing.hm"
  7. echo. >>"hlp\KeyRing.hm"
  8. echo // Prompts (IDP_*) >>"hlp\KeyRing.hm"
  9. makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\KeyRing.hm"
  10. echo. >>"hlp\KeyRing.hm"
  11. echo // Resources (IDR_*) >>"hlp\KeyRing.hm"
  12. makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\KeyRing.hm"
  13. echo. >>"hlp\KeyRing.hm"
  14. echo // Dialogs (IDD_*) >>"hlp\KeyRing.hm"
  15. makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\KeyRing.hm"
  16. echo. >>"hlp\KeyRing.hm"
  17. echo // Frame Controls (IDW_*) >>"hlp\KeyRing.hm"
  18. makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\KeyRing.hm"
  19. REM -- Make help for Project KEYRING
  20. echo Building Win32 Help files
  21. start /wait hcrtf -x "hlp\KeyRing.hpj"
  22. echo.
  23. if exist Debug\nul copy "hlp\KeyRing.hlp" Debug
  24. if exist Debug\nul copy "hlp\KeyRing.cnt" Debug
  25. if exist Release\nul copy "hlp\KeyRing.hlp" Release
  26. if exist Release\nul copy "hlp\KeyRing.cnt" Release
  27. echo.