20000207-00:25 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-06 23:37:56 +00:00
parent a1d57a6fc8
commit 50f20fcb96
4 changed files with 44 additions and 33 deletions

View File

@@ -9,6 +9,13 @@
* Mousereg renamed to regs.
* Makefile
! Formatting fix.
* ngdoc/Makefile
! Fixed.
* ngdoc/bldfthe.bat
ngdoc/ft_helpc.prg
! NANFOR is always defined if __HARBOUR__, so that it now links OK with
the GNU make system. Explicit /DNANFOR switch removed from the Borland
make .BAT file.
20000206-20:35 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
*Makefile

View File

@@ -3,6 +3,6 @@ rem
rem $Id$
rem
..\bin\harbour %1 %2 /n /iinclude /DNANFOR /p
..\bin\harbour %1 %2 /n /iinclude /p
bcc32 -e%1.exe -O2 -M -v -I..\include -L..\lib\b32 harbour.lib terminal.lib hbpp.lib hbgt.lib common.lib ..\lib\b32\rdd.lib %1.c
rem del %1.c

View File

@@ -2,6 +2,37 @@
* $Id$
*/
/*
* Harbour Project source code:
* Ft_helpC document Extractoy
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version, with one exception:
*
* The exception is that if you link the Harbour Runtime Library (HRL)
* and/or the Harbour Virtual Machine (HVM) with other files to produce
* an executable, this does not by itself cause the resulting executable
* to be covered by the GNU General Public License. Your use of that
* executable is in no way restricted on account of linking the HRL
* and/or HVM code into it.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
* their web site at http://www.gnu.org/).
*
*/
/*
* File......: FT_HELPC.PRG
* Author....: Luiz Rafael Culik
@@ -61,36 +92,9 @@
* Fixed the help text when ft_helpc is called with out any parameter
*/
/*
* Harbour Project source code:
* Ft_helpC document Extractoy
*
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* www - http://www.harbour-project.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version, with one exception:
*
* The exception is that if you link the Harbour Runtime Library (HRL)
* and/or the Harbour Virtual Machine (HVM) with other files to produce
* an executable, this does not by itself cause the resulting executable
* to be covered by the GNU General Public License. Your use of that
* executable is in no way restricted on account of linking the HRL
* and/or HVM code into it.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
* their web site at http://www.gnu.org/).
*
*/
#ifdef __HARBOUR__
#define NANFOR
#endif
#include "directry.ch"
#include "fileio.ch"

View File

@@ -3,10 +3,10 @@
#
ifeq ($(HB_MAIN),)
HB_MAIN = std
HB_MAIN = std
endif
ROOT = ../../
ROOT = ../
PRG_SOURCES=\
ft_helpc.prg