Change devenv.com command line.
authorTom Finegan <tomfinegan@google.com>
Thu, 22 Jul 2010 21:51:17 +0000 (17:51 -0400)
committerTom Finegan <tomfinegan@google.com>
Thu, 22 Jul 2010 21:51:17 +0000 (17:51 -0400)
Change /build to -build to avoid problems when builds are run within
msys bash shells.

Change-Id: Ie68d72f702adad00d99be8a01c7a388c3af7657d

build/make/gen_msvs_sln.sh

index f377aa8..24d6f5d 100755 (executable)
@@ -193,11 +193,11 @@ ${TAB}rm -rf "$platform"/"$config"
 ifneq (\$(found_devenv),)
   ifeq (\$(CONFIG_VS_VERSION),7)
 $nows_sln_config: $outfile
-${TAB}devenv.com $outfile /build "$config"
+${TAB}devenv.com $outfile -build "$config"
 
   else
 $nows_sln_config: $outfile
-${TAB}devenv.com $outfile /build "$sln_config"
+${TAB}devenv.com $outfile -build "$sln_config"
 
   endif
 else