From 81262569fcc760101883b8982a7c54e3bf0530d8 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Mon, 17 Jul 2006 19:34:58 +0000 Subject: [PATCH] Scons: small fix for target msvs_projects git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14476 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [] -- 2.39.2