The BuildX.Bat bundled along with FWH 8.12 needs some modification to work correctly. The batch file BuildX.Bat expects the follwing folders to be there inside the xHarbour folder
\xHarbour\bin\b32\
\xHarbour\\lib\b32
Unfortunately I could not find find such folders in the xHarbour folder. Or Am I missing any xHarbour files/folders ?
Problem No.1
- Code: Select all Expand view
set hdirl=%hdir%\lib\b32
should be changed to
- Code: Select all Expand view
set hdirl=%hdir%\lib
Problem No.2
- Code: Select all Expand view
%hdir%\bin\b32\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log
should be changed to
- Code: Select all Expand view
%hdir%\bin\harbour %1 /n /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log
Regards
Anser