See changelog 20000430 04:10 gmt -3
This commit is contained in:
@@ -1,27 +1,8 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
if "%1" =="/OS2" goto OS2
|
||||
if "%1" =="/os2" goto OS2
|
||||
if "%1" =="/NGI" goto NG
|
||||
if "%1" =="/ngi" goto NG
|
||||
if "%1" =="/RTF" goto RTF
|
||||
if "%1" =="/rtf" goto RTF
|
||||
if "%1" =="/HTM" goto HTM
|
||||
if "%1" =="/htm" goto HTM
|
||||
if "%1" =="" goto help
|
||||
ECHO Assembling input files
|
||||
:help
|
||||
echo.
|
||||
echo. Usage gendoc type
|
||||
echo. where type is:
|
||||
echo. /rtf for Winhelp output
|
||||
echo. /os2 for Os/2 help output
|
||||
echo. /ngi for Norton Guide output
|
||||
echo. /htm for HTML output
|
||||
goto END
|
||||
:NG
|
||||
hbdoc /ngi libgt.lnk libgt.rsp
|
||||
REM Compile the sources
|
||||
@@ -50,3 +31,6 @@ GOTO END
|
||||
:END
|
||||
del ass*.bat
|
||||
|
||||
del libgt.lnk
|
||||
ren libgt.old libgt.lnk
|
||||
|
||||
|
||||
@@ -50,3 +50,5 @@ GOTO END
|
||||
:END
|
||||
del ass*.bat
|
||||
|
||||
del libgt.lnk
|
||||
ren libgt.old libgt.lnk
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
!name: Harbour tools help- GT lib
|
||||
!credits: The Harbour Project
|
||||
!name: Harbour Version %HB_VERSION% (c) Tools Help GTLIB
|
||||
!credits: Harbour Version %HB_VERSION% (c) http://www.harbour-project.org
|
||||
Luiz Rafael Culik
|
||||
!menu: Functions
|
||||
Functions overview.ngo
|
||||
|
||||
@@ -1,30 +1,10 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
if "%1" =="/OS2" goto OS2
|
||||
if "%1" =="/os2" goto OS2
|
||||
if "%1" =="/NGI" goto NG
|
||||
if "%1" =="/ngi" goto NG
|
||||
if "%1" =="/RTF" goto RTF
|
||||
if "%1" =="/rtf" goto RTF
|
||||
if "%1" =="/HTM" goto HTM
|
||||
if "%1" =="/htm" goto HTM
|
||||
if "%1" =="" goto help
|
||||
ECHO Assembling input files
|
||||
:help
|
||||
echo.
|
||||
echo. Usage gendoc type
|
||||
echo. where type is:
|
||||
echo. /rtf for Winhelp output
|
||||
echo. /os2 for Os/2 help output
|
||||
echo. /ngi for Norton Guide output
|
||||
echo. /htm for HTML output
|
||||
goto END
|
||||
|
||||
:NG
|
||||
hbdoc /ngi libmisc.lnk libmisc.rsp
|
||||
hbdoc /ngi libgt.lnk libgt.rsp
|
||||
REM Compile the sources
|
||||
Echo Compiling the sources
|
||||
Processing Input Files
|
||||
@@ -32,22 +12,25 @@ Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi
|
||||
Compiling Sources
|
||||
ngxc overview.ngi
|
||||
Linking the Guide
|
||||
ngxl libmisc.lnk
|
||||
ngxl libgt.lnk
|
||||
del *.ngi
|
||||
del *.ngo
|
||||
del ngi\*.txt
|
||||
del ngi\*.ngi
|
||||
GOTO END
|
||||
:OS2
|
||||
hbdoc /OS2 libmisc.lnk libmisc.rsp
|
||||
hbdoc /OS2 libgt.lnk libgt.rsp
|
||||
GOTO END
|
||||
:RTF
|
||||
hbdoc /RTF libmisc.lnk libmisc.rsp
|
||||
hbdoc /RTF libgt.lnk libgt.rsp
|
||||
HCW HARBOUR.HPJ
|
||||
GOTO END
|
||||
:HTM
|
||||
hbdoc /HTM libmisc.lnk libmisc.rsp
|
||||
hbdoc /HTM libgt.lnk libgt.rsp
|
||||
GOTO END
|
||||
:END
|
||||
del ass*.bat
|
||||
|
||||
del libgt.lnk
|
||||
ren libgt.old libgt.lnk
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ if "%1" =="/RTF" goto RTF
|
||||
if "%1" =="/rtf" goto RTF
|
||||
if "%1" =="/HTM" goto HTM
|
||||
if "%1" =="/htm" goto HTM
|
||||
if "%1" =="" goto help
|
||||
ECHO Assembling input files
|
||||
:help
|
||||
echo.
|
||||
@@ -24,7 +23,7 @@ ECHO Assembling input files
|
||||
goto END
|
||||
|
||||
:NG
|
||||
hbdoc /ngi libmisc.lnk libmisc.rsp
|
||||
hbdoc /ngi libgt.lnk libgt.rsp
|
||||
REM Compile the sources
|
||||
Echo Compiling the sources
|
||||
Processing Input Files
|
||||
@@ -32,22 +31,24 @@ Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi
|
||||
Compiling Sources
|
||||
ngxc overview.ngi
|
||||
Linking the Guide
|
||||
ngxl libmisc.lnk
|
||||
ngxl libgt.lnk
|
||||
del *.ngi
|
||||
del *.ngo
|
||||
del ngi\*.txt
|
||||
del ngi\*.ngi
|
||||
GOTO END
|
||||
:OS2
|
||||
hbdoc /OS2 libmisc.lnk libmisc.rsp
|
||||
hbdoc /OS2 libgt.lnk libgt.rsp
|
||||
GOTO END
|
||||
:RTF
|
||||
hbdoc /RTF libmisc.lnk libmisc.rsp
|
||||
hbdoc /RTF libgt.lnk libgt.rsp
|
||||
HCW HARBOUR.HPJ
|
||||
GOTO END
|
||||
:HTM
|
||||
hbdoc /HTM libmisc.lnk libmisc.rsp
|
||||
hbdoc /HTM libgt.lnk libgt.rsp
|
||||
GOTO END
|
||||
:END
|
||||
del ass*.bat
|
||||
|
||||
del libgt.lnk
|
||||
ren libgt.old libgt.lnk
|
||||
|
||||
Reference in New Issue
Block a user