@ ECHO OFF
SET BCC=e:\fw\temp\bcc32\bcc
SET HRB=e:\fw\temp\bcc32\harbour
SET HARBOURCMD=-a -es2 -gc0 -n -q -w3
%HRB%\bin\harbour -i%HRB%\include %1
%BCC%\bin\bcc32 -I%HRB%\include %1.c
shrifw wrote:Hi Enrico,
The windows\rtl INCLUDE folder is for old BCC now I am using new BCC 7.7 which does not have windows\rtl folder.