]> git.lyx.org Git - features.git/commitdiff
Scons: small fix for target msvs_projects
authorBo Peng <bpeng@lyx.org>
Mon, 17 Jul 2006 19:34:58 +0000 (19:34 +0000)
committerBo Peng <bpeng@lyx.org>
Mon, 17 Jul 2006 19:34:58 +0000 (19:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14476 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index e04721f5fb185391a9b4f0b7acc474945d25e7d4..18f0894eeee6049aa353c582a2cf2b9acdaa558a 100644 (file)
@@ -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 = []