changeset 4445:e2a477f9791b

changed visual studio build directories to match mx build
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 24 Jan 2012 23:47:20 -0800
parents 7d9469b37f1f
children 48756b901156
files src/share/tools/ProjectCreator/BuildConfig.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/tools/ProjectCreator/BuildConfig.java	Mon Jan 23 18:56:52 2012 -0800
+++ b/src/share/tools/ProjectCreator/BuildConfig.java	Tue Jan 24 23:47:20 2012 -0800
@@ -69,7 +69,7 @@
             outDir = value;
         }
         if (!build.equals("product")) {
-            outDir += Util.sep + "fastdebug";
+            outDir += Util.sep + build;
         }
         outDir += Util.sep + "jre" + Util.sep + "bin";
         if (flavour.equals("compiler1")) {