[EMAIL PROTECTED] schrieb:
Author: poenitz
Date: Sat Oct  6 18:23:02 2007
New Revision: 20789

URL: http://www.lyx.org/trac/changeset/20789
Log:
Change some .C -> .cpp


I don't know cmake but it fails to create the VC project files here.
Doesn't this change require the renaming of config.C.cmake to
config.cpp.cmake?

-       configure_file(${CMAKE_SOURCE_DIR}/config.C.cmake
-               ${CMAKE_BINARY_DIR}/config_pch.C)
+       configure_file(${CMAKE_SOURCE_DIR}/config.cpp.cmake
+               ${CMAKE_BINARY_DIR}/config_pch.cpp)

When i do the change then the project files are created, but the
projects controlers and frontend_qt fail to build because the pch files
are missing. Any suggestions?

bernhard


Reply via email to