summaryrefslogtreecommitdiffabout
path: root/makehelp.bat
Unidiff
Diffstat (limited to 'makehelp.bat') (more/less context) (ignore whitespace changes)
-rw-r--r--makehelp.bat33
1 files changed, 33 insertions, 0 deletions
diff --git a/makehelp.bat b/makehelp.bat
new file mode 100644
index 0000000..1e4e179
--- a/dev/null
+++ b/makehelp.bat
@@ -0,0 +1,33 @@
1@echo off
2REM -- First make map file from Microsoft Visual C++ generated resource.h
3echo // MAKEHELP.BAT generated Help Map file. Used by KLOG.HPJ. >"help\klog.hm"
4echo. >>"help\klog.hm"
5echo // Commands (ID_* and IDM_*) >>"help\klog.hm"
6makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"help\klog.hm"
7echo. >>"help\klog.hm"
8echo // Prompts (IDP_*) >>"help\klog.hm"
9makehm IDP_,HIDP_,0x30000 resource.h >>"help\klog.hm"
10echo. >>"help\klog.hm"
11echo // Resources (IDR_*) >>"help\klog.hm"
12makehm IDR_,HIDR_,0x20000 resource.h >>"help\klog.hm"
13echo. >>"help\klog.hm"
14echo // Dialogs (IDD_*) >>"help\klog.hm"
15makehm IDD_,HIDD_,0x20000 resource.h >>"help\klog.hm"
16echo. >>"help\klog.hm"
17echo // Frame Controls (IDW_*) >>"help\klog.hm"
18makehm IDW_,HIDW_,0x50000 resource.h >>"help\klog.hm"
19REM -- Make help for Project KLOG
20
21echo Building RTF file
22xsltproc -o help/klog.rtf shared-code/kinhelp.xsl help/klog.xml
23echo Building Win32 Help files
24start /wait hcrtf -x "help\klog.hpj"
25echo.
26if exist Debug\nul copy "help\klog.hlp" Debug
27if exist Debug\nul copy "help\klog.cnt" Debug
28if exist Release\nul copy "help\klog.hlp" Release
29if exist Release\nul copy "help\klog.cnt" Release
30if exist Releast\nul copy "help\klog.hlp" Releast
31if exist Releast\nul copy "help\klog.cnt" Releast
32echo.
33