diff src/share/tools/ProjectCreator/FileTreeCreatorVC7.java @ 12021:bd0e82136b03

8022740: Visual 2008 IDE build is broken Summary: Fixed project generation code, and added warning to upgrade to VS 2008 SP1. Reviewed-by: dcubed, ccheung
author iklam
date Sat, 10 Aug 2013 10:56:27 -0700
parents 1a9b9cfcef41
children
line wrap: on
line diff
--- a/src/share/tools/ProjectCreator/FileTreeCreatorVC7.java	Fri Aug 09 15:36:09 2013 -0700
+++ b/src/share/tools/ProjectCreator/FileTreeCreatorVC7.java	Sat Aug 10 10:56:27 2013 -0700
@@ -12,7 +12,7 @@
 public class FileTreeCreatorVC7 extends FileTreeCreator {
 
       public FileTreeCreatorVC7(Path startDir, Vector<BuildConfig> allConfigs, WinGammaPlatform wg) {
-         super(startDir, allConfigs, null);
+         super(startDir, allConfigs, wg);
       }
 
       @Override