Re: [Harbour] add Compiler version in info

2009-11-15 Thread Massimo Belgrano
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 (

Re: [Harbour] add Compiler version in info

2009-11-15 Thread 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 (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mail

Re: [Harbour] add Compiler version in info

2009-11-15 Thread calimero22
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 __

[Harbour] add Compiler version in info

2009-11-15 Thread 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