2007-11-02 13:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

- doc/genhtm.cmd
   - utils/hbtest/make_xpp.cmd
   - contrib/libmisc/doc/gendoc.cmd
   - contrib/libgt/doc/gendoc.cmd
     - Removed .cmd versions of .bat files.

   + contrib/dot/bld_b32.bat
     + New build batch file added (for testing).
This commit is contained in:
Viktor Szakats
2007-11-02 12:17:16 +00:00
parent 7c710e5226
commit 894347b801
6 changed files with 39 additions and 144 deletions

View File

@@ -8,6 +8,16 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-11-02 13:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
- doc/genhtm.cmd
- utils/hbtest/make_xpp.cmd
- contrib/libmisc/doc/gendoc.cmd
- contrib/libgt/doc/gendoc.cmd
- Removed .cmd versions of .bat files.
+ contrib/dot/bld_b32.bat
+ New build batch file added (for testing).
2007-11-02 12:48 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/common/hbfsapi.c
* harbour/source/common/hbwince.c

View File

@@ -0,0 +1,29 @@
@echo off
rem
rem $Id$
rem
..\..\bin\harbour /l /gc0 /n pp /i..\..\include\
echo -O2 -I..\..\include -L..\..\lib > build.tmp
echo -edot.exe >> build.tmp
echo pp.c >> build.tmp
echo debug.lib >> build.tmp
echo vm.lib >> build.tmp
echo rtl.lib >> build.tmp
echo gtwin.lib >> build.tmp
echo lang.lib >> build.tmp
echo rdd.lib >> build.tmp
echo macro.lib >> build.tmp
echo pp.lib >> build.tmp
echo dbfntx.lib >> build.tmp
echo dbfcdx.lib >> build.tmp
echo dbffpt.lib >> build.tmp
echo hbsix.lib >> build.tmp
echo common.lib >> build.tmp
echo codepage.lib >> build.tmp
echo hbpcre.lib >> build.tmp
echo hsx.lib >> build.tmp
bcc32 @build.tmp
del build.tmp

View File

@@ -1,54 +0,0 @@
@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
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
Echo Compiling the sources
Echo Processing Input Files
Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi
Echo Compiling Sources
ngxc overview.ngi
Echo Linking the Guide
ngxl libgt.lnk
del *.ngi
del *.ngo
del ngi\*.txt
del ngi\*.ngi
GOTO END
:OS2
hbdoc /OS2 libgt.lnk libgt.rsp
GOTO END
:RTF
hbdoc /RTF libgt.lnk libgt.rsp
HCW HARBOUR.HPJ
GOTO END
:HTM
hbdoc /HTM libgt.lnk libgt.rsp
GOTO END
:END
del ass*.bat
del libgt.lnk
ren libgt.old libgt.lnk

View File

@@ -1,59 +0,0 @@
@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
REM Compile the sources
Echo Compiling the sources
Echo Processing Input Files
Copy ngi\funcam.txt+ngi\funcn_.txt overview.ngi
Echo Compiling Sources
ngxc overview.ngi
Echo Linking the Guide
ngxl libmisc.lnk
del *.ngi
del *.ngo
del ngi\*.txt
del ngi\*.ngi
del libmisc.lnk
ren libmisc.old libmisc.lnk
GOTO END
:OS2
hbdoc /OS2 libmisc.lnk libmisc.rsp
GOTO END
:RTF
hbdoc /RTF libmisc.lnk libmisc.rsp
HCW HARBOUR.HPJ
del libmisc.lnk
ren libmisc.old libmisc.lnk
GOTO END
:HTM
hbdoc /HTM libmisc.lnk libmisc.rsp
GOTO END
:END
del ass*.bat

View File

@@ -1,11 +0,0 @@
@echo off
rem
rem $Id$
rem
hbdoc -htm genwww.lnk genwww.rsp
cd htm
echo renaming Harbour.htm to index.htm
ren harbour.htm index.htm
del genwww.lnk
ren genwww.old genwww.lnk

View File

@@ -1,20 +0,0 @@
@echo off
rem
rem $Id$
rem
xpp hbtest.prg /w /n
xpp rt_array.prg /w /n
xpp rt_date.prg /w /n
xpp rt_file.prg /w /n
xpp rt_hvm.prg /w /n
xpp rt_hvma.prg /w /n
xpp rt_math.prg /w /n
xpp rt_misc.prg /w /n
xpp rt_str.prg /w /n
xpp rt_stra.prg /w /n
xpp rt_trans.prg /w /n
alink hbtest rt_array rt_date rt_file rt_hvm rt_hvma rt_math rt_misc rt_str rt_stra rt_trans
del *.obj