[CMake] .vfproj with cmake

lokmane.abbas-turki lokman.abbas-turki at laposte.net
Mon Aug 31 09:17:34 EDT 2009



Hi,

I don't have the file cmLocalVisualStudio7Generator.cxx in my CMake directories.
What should I do? Should I add it, if yes, could you send it to me?

Thank you for help.
 
> lokmane.abbas-turki wrote:
> >
> > Hi,
> >
> > I have already sent this email but I still don't receive an answer.
> > Could you please tell me what should I do to build a simple .vfproj with
> > cmake without a version conflict.
> >
> >
>
> CMake does not support this version currently.
>
>
> To fix it temporarily you can hack this method:
>
> Source/cmLocalVisualStudio7Generator.cxx
>
> void
> cmLocalVisualStudio7Generator
> ::WriteProjectStartFortran(std::ostream& fout,
> const char *libName,
> cmTarget & target)
> {
>
> cmGlobalVisualStudio7Generator* gg =
> static_cast(this->GlobalGenerator);
> fout << "\n"
> << "
> << "\tProjectCreator=\"Intel Fortran\"\n"
> << "\tVersion=\"9.10\"\n";
> const char* keyword = target.GetProperty("VS_KEYWORD");
>
>
> Make this change in the file:
>
> Version="9.10" to Version="11.0"
>
> -Bill
>
>
>
>
>
> 


*******************************
Lokmane ABBAS-TURKI

13 Résidence Hautes Bergères
91940 Les Ulis, FRANCE
Tel: 01 69 07 02 91
*******************************

---------------------------------------------------------------------------- 
Laposte.net fête ses 10 ans ! 

Gratuite, garantie à vie et déjà utilisée par des millions d'internautes... 
vous aussi, pour votre adresse e-mail, choisissez laposte.net. 

Laposte.net, bien + qu'une messagerie 
----------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090831/58b1b2bf/attachment.htm>


More information about the CMake mailing list