Very thanks i dont know //build
is exactly what i need
2009/11/15 Chen Kedem :
> Massimo,
>
>> Is possible in //info
>> return also c compiler and his version?
>
> You have this information in the //build switch.
>
> Chen.
> ___
> Harbour mailing list (
Massimo,
> Is possible in //info
> return also c compiler and his version?
You have this information in the //build switch.
Chen.
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mail
Hi Massimo
You can use the macro __VERSION__
It gives the actual version of C compiler.
Example:
printf("Compiled with GCC ver. %s\n",__VERSION__);
Giovanni Di Maria
Is possible in //info
return also c compiler and his version?
--
Massimo Belgrano
__
Is possible in //info
return also c compiler and his version?
--
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour