Re: Problem mixing .cpp and .cxx in _SOURCES.

2008-04-07 Thread Jeroen N. Witmond [Bahco]
Hello Ralf, "Ralf Wildenhues" <[EMAIL PROTECTED]> wrote: > * Jeroen N. Witmond [Bahco] wrote on Mon, Apr 07, 2008 at 09:19:26PM CEST: >> >> problem_SOURCES = main.cpp problem.cxx >> >> # When a file problem.cpp is present, this file is compiled. File >> # problem.cxx in problem_SOURCES is ignored.

Re: Problem mixing .cpp and .cxx in _SOURCES.

2008-04-07 Thread Ralf Wildenhues
Hello Jeroen, * Jeroen N. Witmond [Bahco] wrote on Mon, Apr 07, 2008 at 09:19:26PM CEST: > > problem_SOURCES = main.cpp problem.cxx > > # When a file problem.cpp is present, this file is compiled. File > # problem.cxx in problem_SOURCES is ignored. Can you work around it by either - removing pr