Searched defs:wg (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreatorVC10.java14 public FileTreeCreatorVC10(Path startDir, Vector<BuildConfig> allConfigs, WinGammaPlatformVC10 wg) { argument
15 super(startDir, allConfigs, wg);
60 String tagName = wg.getFileTagFromSuffix(fileName);
64 wg.tag(tagName, new String[] { "Include", fileLoc});
66 wg.startTag(
73 wg.tagData("ExcludedFromBuild", "true", "Condition", "'$(Configuration)|$(Platform)'=='" + cfg.get("Name") + "'");
76 wg.tagData("PrecompiledHeader", "Create", "Condition", "'$(Configuration)|$(Platform)'=='" + cfg.get("Name") + "'");
79 wg.tag("PrecompiledHeader", "Condition", "'$(Configuration)|$(Platform)'=='" + cfg.get("Name") + "'");
82 wg.endTag();
86 wg
[all...]
H A DFileTreeCreatorVC7.java14 public FileTreeCreatorVC7(Path startDir, Vector<BuildConfig> allConfigs, WinGammaPlatform wg) { argument
56 wg.tag("File", new String[] { "RelativePath", vcProjLocation.relativize(file).toString()});
58 wg.startTag(
75 wg.tag("FileConfiguration", fileConfAttr);
77 wg.startTag("FileConfiguration", fileConfAttr);
80 wg.tag("Tool", new String[] {
87 wg.tag("Tool", new String[] {
93 wg.endTag();
96 wg.endTag();
129 wg
[all...]
H A DFileTreeCreator.java15 WinGammaPlatformVC10 wg; field in class:FileTreeCreator
17 public FileTreeCreator(Path startDir, Vector<BuildConfig> allConfigs, WinGammaPlatformVC10 wg) { argument
19 this.wg = wg;

Completed in 30 milliseconds