Commit ff567328 authored by plyatov's avatar plyatov

Elimination of compilation errors with Cmake.

parent 35059b65
......@@ -14,27 +14,27 @@
// Import:
extern wxString g_Main_Title;
wxString MsgInfos(
wxString MsgInfos;
#ifdef GERBVIEW
wxT("** GERBVIEW (jul 2001 .. 2007) **")
MsgInfos = wxT("** GERBVIEW (jul 2001 .. 2007) **");
#else
#ifdef PCBNEW
wxT("** PCBNEW (sept 1992 .. 2007) **")
MsgInfos = wxT("** PCBNEW (sept 1992 .. 2007) **");
#endif
#endif
#ifdef CVPCB
wxT("** CVPCB (sept 1992 .. 2007) **")
MsgInfos = wxT("** CVPCB (sept 1992 .. 2007) **")
#endif
#ifdef KICAD
wxT("** KICAD (jul 2000 .. 2007) **")
MsgInfos = wxT("** KICAD (jul 2000 .. 2007) **")
#endif
#ifdef EESCHEMA
wxT("** EESCHEMA (sept 1994 .. 2007) **")
MsgInfos = wxT("** EESCHEMA (sept 1994 .. 2007) **")
#endif
);
// Routines Locales
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment