@ECHO OFF
call clear.bat
set harbour=c:\xBase\xHarbour\1.01\
set fwh=c:\xbase\fwh0810
%harbour%bin\harbour tmultise /n /a /w /es1 /i%fwh%\include;%harbour%include >log.log
%harbour%bin\harbour wbrowse /n /a /w /es1 /i%fwh%\include;%harbour%include >log.log
if errorlevel 1 goto error
REM c:\borland\bcc55\bin\bcc32 -D$(Def) -O2 -c -I%harbour%include;%fwh%\include $< >> comp.log
c:\bcc55\bin\0810\bcc32 -D__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF -O2 -c -I%harbour%include;%fwh%\include tmultise.c
c:\bcc55\bin\0810\bcc32 -D__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF -O2 -c -I%harbour%include;%fwh%\include wbrowse.c
c:\bcc55\bin\0810\bcc32 -D__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF -O2 -c -I%harbour%include;%fwh%\include wbrwline.c
c:\bcc55\bin\Tlib WBROW32 +wbrowse > Lib.log
c:\bcc55\bin\Tlib WBROW32 +tmultise >> Lib.log
c:\bcc55\bin\Tlib WBROW32 +wbrwline >> Lib.log
goto exit
:ERROR
Cls
Echo Error al compilar...
type log.log|more
pause
:EXIT
set harbour=
set fwh=
del *.bak
ADBLANCO wrote:ESPERO TE SIRVA DE ALGO
Daniel Garcia-Gil wrote:Saludos Jose
Podrias enviarme la clase a danielgarciagil@gmail.com
a ver si te puedo ayudar en algo
Daniel Garcia-Gil wrote:Hola Jose.
Creo tener lista la adaptacion al nuevo harbour y xHarbour.
esta el codigo completo y LIB creada para ambos compiladores
http://www.sitasoft.com/fivewin/lib/TWBrw_.rar
Si deseas crearla tu mismo debes colocar al enlazar:
Harbour: -D__HARBOUR__ -D__FLAT__
xHarbour: -D__XHARBOUR__ -D__FLAT__ -D__HARBOUR__
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 40 guests