From kde-commits Wed Dec 03 10:25:50 2008 From: Carlo Date: Wed, 03 Dec 2008 10:25:50 +0000 To: kde-commits Subject: Re: KDE/kdebase/runtime/kioslave Message-Id: <3262b6180812030225n1f1e2697xeb1974d8c9a3ec80 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-commits&m=122829999519224 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