]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/toolchain/Preferences.java
Added the ToolChainId class which will read the target.txt and tool definition files...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / toolchain / Preferences.java
index d7edcf99db3843dcc895bcc92432b81c55b672d3..0c417c53a2e86b60ac27d3d0ccb4d6507fc9b7be 100644 (file)
@@ -42,6 +42,7 @@ import org.tianocore.frameworkwizard.workspace.Workspace;
 import org.tianocore.frameworkwizard.workspace.WorkspaceTools;\r
 import org.tianocore.frameworkwizard.platform.PlatformIdentification;\r
 import org.tianocore.PlatformSurfaceAreaDocument;\r
+import org.tianocore.frameworkwizard.toolchain.ToolChainId;\r
 \r
 /**\r
  * The class is used to update the target.txt file.\r
@@ -224,7 +225,7 @@ public class Preferences extends IFrame {
     private Vector<String> vArchList = null;\r
 \r
     private Vector<String> vDisableArchList = null;\r
-\r
+    \r
     //\r
     // Not used by UI\r
     //\r
@@ -574,7 +575,6 @@ public class Preferences extends IFrame {
          * Read Current target.txt file first\r
          * Read TOOL_CHAIN_CONF file if specified, otherwise use tools_def.txt\r
          */\r
-\r
         readTargetTxtFile();\r
         boolean haveBuildTargets = readToolDefinitionFile();\r
         if (!haveBuildTargets) {\r