Files
harbour-core/harbour/doc/es/hbpplib.txt
2003-07-13 16:24:32 +00:00

48 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* $Id$
*/
/*
* Las siguientes partes son derechos adquiridos de sus autores individuales.
* www - http://www.harbour-project.org
*
* Copyright 2001 Felipe Coury <fcoury@flexsys-ci.com>
* Documentaci¢n en Ingls
*
* Copyright 2001 Alejandro de G rate <alex_degarate@hotmail.com>
* Traducci¢n al Espa¤ol de hbpplib.txt
*
* Vea doc/license.txt por los trminos de la licencia.
*
*/
LIBRERIA DE PREPROCESAMIENTO DE HARBOUR EN TIEMPO DE EJECUCION
==============================================================
C¢mo crear HBPP.LIB
===================
Este archivo deber¡a contener prreproc.c, hbpplib32, bldhbpp.bat,
testpre.prg, bld32exe.bat y hbpplib.txt (este archivo).
En orden de crear y testear esta librer¡a, Ud. deber¡a poner:
(suponiendo que el directorio de trabajo sea HARBOUR)
- preproc.c en el directorio \HARBOUR\SOURCE\HBPP ;
- hbpplib.b32 y bldhbpp.bat en el directorio \HARBOUR ;
- testpre.prg y bld32exe.bat en el directorio \HARBOUR\TESTS\WORKING ;
- hbpplib.txt en el directorio \HARBOUR\DOC ;
Entonces, Ud. necesita correr bldhbpp.bat para crear HBPP.LIB sobre
el directorio \HARBOUR\LIBS\B32. Note que por ahora el £nico makefile
es para compilar con los compiladores de Borland.
Se solicita a quienes tienen otros compiladores/entornos colaboren
escribiendo los makefiles faltantes. Gracias.
Para testear testpre.prg Ud. s¢lo necesita ir al subdirectorio
HARBOUR\TEST\WORKING y hacerlo usando TESTPRE.