From: Bo Peng Date: Sun, 22 Oct 2006 20:34:37 +0000 (+0000) Subject: Scons: remove some other qt3 debris X-Git-Tag: 1.6.10~12231 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8b5e79fc47440278495182bc07536935161ac022;p=features.git Scons: remove some other qt3 debris git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15494 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index a7069eca17..47d5a6c9bf 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -126,7 +126,7 @@ opts = Options(['config.py']) opts.AddOptions( # frontend EnumOption('frontend', 'Main GUI', default_frontend, - allowed_values = ('qt4') ), + allowed_values = ('qt4',) ), # debug or release build EnumOption('mode', 'Building method', default_build_mode, allowed_values = ('debug', 'release') ), @@ -1862,10 +1862,6 @@ if build_lyx: socket_libs + system_libs ) - # [/path/to/lyx.ext] => lyx-qt3.ext - target_name = os.path.split(str(lyx[0]))[1].replace('lyx', 'lyx-%s' % frontend) - Alias('lyx', env.Command(os.path.join('$BUILDDIR', target_name), lyx, - [Copy('$TARGET', '$SOURCE')])) Alias('lyx', lyx) else: # define lyx even if lyx is not built with rebuild=no