From: Bo Peng Date: Mon, 17 Jul 2006 19:34:58 +0000 (+0000) Subject: Scons: small fix for target msvs_projects X-Git-Tag: 1.6.10~12931 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=81262569fcc760101883b8982a7c54e3bf0530d8;p=features.git Scons: small fix for target msvs_projects git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14476 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index e04721f5fb..18f0894eee 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2201,9 +2201,9 @@ if build_msvs_projects: else: res = [] if rebuildTargetOnly: - cmds = 'faststart=yes rebuild='+target + cmds = 'fast_start=yes rebuild='+target else: - cmds = 'faststart=yes' + cmds = 'fast_start=yes' if type(dir) == type([]): src = [] inc = []