summaryrefslogtreecommitdiffabout
path: root/makehelp.bat
authorMichael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-05 01:53:09 (UTC)
commit9938ea772d372ba955b7bc1f1c48a062c3a36f8a (patch) (side-by-side diff)
treea98185df944e3a763f9557aa74bc2837b343f048 /makehelp.bat
downloadpumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.zip
pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.tar.gz
pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.tar.bz2
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'makehelp.bat') (more/less context) (ignore whitespace changes)
-rw-r--r--makehelp.bat32
1 files changed, 32 insertions, 0 deletions
diff --git a/makehelp.bat b/makehelp.bat
new file mode 100644
index 0000000..4132ec8
--- a/dev/null
+++ b/makehelp.bat
@@ -0,0 +1,32 @@
+@echo off
+REM -- First make map file from Microsoft Visual C++ generated resource.h
+echo // MAKEHELP.BAT generated Help Map file. Used by PUMPKIN.HPJ. >"help\pumpkin.hm"
+echo. >>"help\pumpkin.hm"
+echo // Commands (ID_* and IDM_*) >>"help\pumpkin.hm"
+makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"help\pumpkin.hm"
+echo. >>"help\pumpkin.hm"
+echo // Prompts (IDP_*) >>"help\pumpkin.hm"
+makehm IDP_,HIDP_,0x30000 resource.h >>"help\pumpkin.hm"
+echo. >>"help\pumpkin.hm"
+echo // Resources (IDR_*) >>"help\pumpkin.hm"
+makehm IDR_,HIDR_,0x20000 resource.h >>"help\pumpkin.hm"
+echo. >>"help\pumpkin.hm"
+echo // Dialogs (IDD_*) >>"help\pumpkin.hm"
+makehm IDD_,HIDD_,0x20000 resource.h >>"help\pumpkin.hm"
+echo. >>"help\pumpkin.hm"
+echo // Frame Controls (IDW_*) >>"help\pumpkin.hm"
+makehm IDW_,HIDW_,0x50000 resource.h >>"help\pumpkin.hm"
+REM -- Make help for Project PUMPKIN
+
+echo Building RTF file
+xsltproc -o help/pumpkin.rtf shared-code/kinhelp.xsl help/pumpkin.xml
+echo Building Win32 Help files
+start /wait hcrtf -x "help\pumpkin.hpj"
+echo.
+if exist Debug\nul copy "help\pumpkin.hlp" Debug
+if exist Debug\nul copy "help\pumpkin.cnt" Debug
+if exist Release\nul copy "help\pumpkin.hlp" Release
+if exist Release\nul copy "help\pumpkin.cnt" Release
+if exist Releast\nul copy "help\pumpkin.hlp" Releast
+if exist Releast\nul copy "help\pumpkin.cnt" Releast
+echo.