Some modifications to the build system, that allow us to only use one main.cpp in...
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 24 Jun 2007 14:24:44 +0000 (14:24 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 24 Jun 2007 14:24:44 +0000 (14:24 +0000)
Of course, we will need a lot of #ifdefs there...
I could not find out how to specify per-target #defines in cmake, so I use different source files
named build_*.cpp that set a #define and #include main.cpp (actually, main_mono.cpp, which is to be renamed
in the next commit).


No differences found