summaryrefslogtreecommitdiffabout
path: root/makehelp.bat
blob: 531b2dc4f225d97257863ec43ef9b6fbc68143d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
echo Building RTF file
xsltproc -o help/kinsole.rtf shared-code/kinhelp.xsl help/kinsole.xml
echo Building Win32 Help files
start /wait hcrtf -x "help\kinsole.hpj"
echo.
if exist Debug\nul copy "help\kinsole.hlp" Debug
if exist Debug\nul copy "help\kinsole.cnt" Debug
if exist Release\nul copy "help\kinsole.hlp" Release
if exist Release\nul copy "help\kinsole.cnt" Release
echo.