1. 24542fb Update the copyright notice format by hhtian · 15 years ago
  2. dff2673 Set correct workspace when workspace is not set. by lgao4 · 15 years ago
  3. d27bd9e Clear EFI_SOURCE and EDK_SOURCE environment when workspace is changed. by lgao4 · 15 years ago
  4. c16243d Added support for VS2008. by ywang · 15 years ago
  5. 3a6b455 Removed Java/Ant specific content from the setup scripts. by lhauch · 16 years ago
  6. 76c6abd setting executable on these files by lhauch · 17 years ago
  7. 8014e7c Removed newbuild option from edksetup.bat command-line, this is now the default. by lhauch · 17 years ago
  8. 402bbc7 Added VS2005 support by jwang36 · 17 years ago
  9. ae0c9fa Removed an echo statement I was using for debugging on the second time this was run. by lhauch · 17 years ago
  10. 20e51d2 Added a test for NewBuild argument if this is the second time through the setup - VCINSTALLDIR is set, and cygwin is installed. by lhauch · 17 years ago
  11. 6f729b6 Updated edksetup to support VS2005 iff VS2003 is not installed for the NT32 build by lhauch · 17 years ago
  12. 5c240d7 Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago
  13. 19ed1f4 Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. by jljusten · 17 years ago
  14. 26096d3 Added help message for "NewBuild" and "--nt32" option by jwang36 · 17 years ago
  15. b750908 a) Supported MAKE command in tools_def.txt by jwang36 · 17 years ago
  16. cafa987 Only set EDK_TOOLS_PATH if it is not already set by lhauch · 17 years ago
  17. 3fab94e Added "NewBuild" option to incorporate new build system locating in $(WORKSPACE)\BaseTools. This is a temporary solution which is subject to change in the future. Don't use it in formal platform or module build. by jwang36 · 18 years ago
  18. 51ac2ff Added support for xmlbeans-2.2.0 by jwang36 · 18 years ago
  19. d02920e make edksetup.bat accept case-insensitive parameters. by wuyizhong · 18 years ago
  20. a9008cd Fix a bug for setting CLASSPATH environment variable. Remove space after '=' when set the CLASSPATH. by wuyizhong · 18 years ago
  21. d2f9b39 Put the our jar files before the system's CLASSPATH by jwang36 · 18 years ago
  22. 2fcfed3 Provide a way to update config files[target.txt, tools_def.txt, FrameworkDatabase.db] even they are existed. Using edksetup.bat Reconfig. Give a more detail edksetup.bat help usage. by wuyizhong · 18 years ago
  23. 7b8617f Fixed a little issue which will cause just one duplicated classpath by jwang36 · 18 years ago
  24. eb614e7 Fixed EDKT381. We can keep the system's CLASSPATH value after executing edksetup.bat and won't duplicate it with more than one time of execution. by jwang36 · 18 years ago
  25. 9dac0c3 Set the comment for JAVA_HOME to point to the minimum release version of SUN JDK, 1.5.0_06, not 1.5.0_04 by lhauch · 18 years ago
  26. 3a9b722 Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ForceRebuild". by qouyang · 18 years ago
  27. 1915103 by alfred · 18 years ago
  28. 3ecfb29 by alfred · 18 years ago
  29. 1368123 Fixed a bug in resetting the tools path when you switched workspaces. by lhauch · 18 years ago
  30. 80d1b38 added -noclasspath option to the ant cleanall for ForceRebuild, also changed edkii in readme to edk2 for the directory path. by lhauch · 18 years ago
  31. fb10251 Add judgement for PcdTools.jar in NormalBuild path in edksetup.bat by klu2 · 18 years ago
  32. d14ebb4 Because Pcd entity, exception and some action package are shared by Building tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar, by klu2 · 18 years ago
  33. 11f009f Added test to ensure that the only options that can be used are the help optiops, Rebuild and ForceRebuild. Added printout of the CLASSPATH variable. Fixed case in two comments. by lhauch · 18 years ago
  34. b0108f0 Add a file separate char for VS71COMNTOOLS. by wuyizhong · 18 years ago
  35. ec2d320 Removing references to obsolete files. by lhauch · 18 years ago
  36. f907f57 Fixed CLASSPATH so that it is set to a specific value every time (no add-on to existing.) by lhauch · 18 years ago
  37. 70edbc3 Updated the ReleaseNotes.txt to include a PlatformName guideline and added the new edksetup.bat file which skips the tools build by default. by lhauch · 18 years ago
  38. da1508d 1. Add build FrameworkWizard in edksetup.bat by hche10x · 18 years ago
  39. 08e4a41 Added the Common.jar file to the CLASSPATH that gets set if you use the skip option. by lhauch · 18 years ago
  40. 450d3b1 Provide a method to force rebuild. Using command "edksetup.bat ForceRebuild". by wuyizhong · 18 years ago
  41. 5d86386 Change to new XML Schema. by wuyizhong · 19 years ago
  42. b9546cc Add exception and log mechanism by qouyang · 19 years ago
  43. 6de5f95 Added an environment variable test to bypass setting the path multiple times, it checks the FRAMEWORK_TOOLS_PATH to make sure that it has not changed. If it has, it prepends the new FRAMEWORK_TOOLS_PATH setting to the PATH environment variable. by lhauch · 19 years ago
  44. 302e0e4 Fixed a bug in the script - missing % on a WORKSPACE declaration. Also, added an argument, skip, that will skip building tools and re-setting the PATH. executing edksetup skip sets WORKSPACE, FRAMEWORK_TOOLS_PATH, CYGWIN_HOME (if c:\cygwin exists) and the CLASSPATH. This arg was added so that folks who might run the program more than one time from the same command window do not end up with a PATH environment that exceeds the max number of characters. by lhauch · 19 years ago
  45. 2da8968 1.Change environment variable from "Framework_Tools_Path" to "FRAMEWORK_TOOLS_PATH". by qouyang · 19 years ago
  46. 1ae1cdb Add %JAVA_HOME%\bin;%ANT_HOME%\bin;%XMLBEANS_HOME%\bin to Path by wuyizhong · 19 years ago
  47. 8b61dfd Change the name convention of Framework_Tools_Path to pass the build by yshi8 · 19 years ago
  48. a29212b 1. update the comments to mention the variables should be set; by yshi8 · 19 years ago
  49. 53cef58 Split up the CLASSPATH lines into multiple lines for better readability by lhauch · 19 years ago
  50. e1d20bf Changed PATH to be PATH=%Framework_Tools_Path%;%PATH% by lhauch · 19 years ago
  51. 42b67fc Modified to handle XMLBEANS_HOME by lhauch · 19 years ago
  52. 1992494 This is a patch from Yizhong to fix the XMLBEANS location. by bbahnsen · 19 years ago
  53. 0299684 Remove the XML Beans and Ant stuff. by bbahnsen · 19 years ago
  54. 878ddf1 Initial import. by bbahnsen · 19 years ago