Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

Tslines compiling problems Resolved

$
0
0
@ECHO OFF CLS set FWH=..\..\Fwh set include=.\INCLUDE;C:\fwh\include;%INCLUDE% set HDIR=..\..\Harbour32 set BCDIR=..\..\bcc7\bin set def=HB_API_MACROS %hdir%\bin\harbour SOURCE\Classes\TSBAR.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSBAR.C %hdir%\bin\harbour SOURCE\Classes\TSBUTTON.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSBUTTON.C %hdir%\bin\harbour SOURCE\Classes\TSLINES.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSLINES.C %hdir%\bin\harbour SOURCE\Classes\TSRADIO.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSRADIO.C %hdir%\bin\harbour SOURCE\Classes\TSTSAY.PRG /n /i%fwh%\include;%hdir%\include /oOBJ\TSTSAY.C rem INICIO Modulos C Generados por Harbour !!! %bcdir%\bcc32 -M -c -O2 -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -I%hdir%\include -oOBJ\TSBAR.OBJ OBJ\TSBAR.C %bcdir%\bcc32 -M -c -O2 -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -I%hdir%\include -oOBJ\TSBUTTON.OBJ OBJ\TSBUTTON.C %bcdir%\bcc32 -M -c -O2 -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -I%hdir%\include -oOBJ\TSLINES.OBJ OBJ\TSLINES.C %bcdir%\bcc32 -M -c -O2 -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -I%hdir%\include -oOBJ\TSRADIO.OBJ OBJ\TSRADIO.C %bcdir%\bcc32 -M -c -O2 -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -I%hdir%\include -oOBJ\TSTSAY.OBJ OBJ\TSTSAY.C rem @del OBJ\*.c rem Modulos C Nativos !!! %bcdir%\bcc32 -M -c -O2 -D__HARBOUR__ -DHB_API_MACROS -DHB_FM_STATISTICS_OFF -I%hdir%\include;%include% -oOBJ\BPAINT.OBJ source\function\BPAINT.C @del LIB\SButtonx.LIB %bcdir%\Tlib lib\SButton +obj\TSBar > Lib.log %bcdir%\Tlib lib\SButton +obj\TSBUtton >> Lib.log %bcdir%\Tlib lib\SButton +obj\TSLines >> Lib.log %bcdir%\Tlib lib\SButton +obj\TSRadio >> Lib.log %bcdir%\Tlib lib\SButton +obj\TSTSay >> Lib.log %bcdir%\Tlib lib\SButton +obj\BPaint >> Lib.log rem @del tmplib.bc @echo Library built

Viewing all articles
Browse latest Browse all 26212

Trending Articles