Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/4-stable/doc/makechm.bat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4613 by maya, Sat Sep 3 05:22:04 2011 UTC revision 4741 by yutakapon, Wed Nov 23 09:27:06 2011 UTC
# Line 1  Line 1 
1  set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe  
2    if exist "%Programfiles(x86)%\HTML Help Workshop\hhc.exe" (
3            set HELP_COMPILER="%Programfiles(x86)%\HTML Help Workshop\hhc.exe"
4    ) else (
5            set HELP_COMPILER=C:\progra~1\htmlhe~1\hhc.exe
6    )
7    
8  set updated=  set updated=
9    
10  CALL convtext.bat  CALL convtext.bat

Legend:
Removed from v.4613  
changed lines
  Added in v.4741

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26