HI EVERYBODY
i'm a poor fivewin/clipper user and looking from harbour.
In the buildh.bat i understand that the fist part is compiling my .prg with harbour
%hdir%\bin\b32\harbour %1 /n /i..\include;%hdir%\include /p %2 %3 > clip.log
with result in a clip.log file and .ppo
But what is doing this part
echo -O2 -e%1.exe -I%hdir%\include -tW %1.c > b32.bc
%bcdir%\bcc32 -M -c @b32.bc
And how to compile all prg ? Is it a make file?
Thanks