On Wed, Dec 3, 2008 at 10:01 AM, David Faure wrote: > On Wednesday 03 December 2008, Carlo Segato wrote: >> + if (WIN32) >> + set(FISH_GENERATOR "generate_fishcode.py") >> + else (WIN32) >> + set(FISH_GENERATOR "generate_fishcode.sh") >> + endif (WIN32) > > If the py file is portable, can't we use it on both platforms, to minimize code duplication? > yes, it should work on other platforms too, the only problem would be to add python as dependency for kdebase-runtime