summaryrefslogtreecommitdiffstats
path: root/edksetup.bat
Commit message (Expand)AuthorAgeFilesLines
* Set correct workspace when workspace is not set.lgao42010-01-261-5/+8
* Clear EFI_SOURCE and EDK_SOURCE environment when workspace is changed.lgao42010-01-261-0/+13
* Added support for VS2008.ywang2009-11-161-3/+7
* Removed Java/Ant specific content from the setup scripts.lhauch2008-12-311-273/+20
* setting executable on these fileslhauch2008-05-201-0/+0
* Removed newbuild option from edksetup.bat command-line, this is now the default.lhauch2008-02-221-158/+214
* Added VS2005 supportjwang362007-10-311-16/+20
* Removed an echo statement I was using for debugging on the second time this w...lhauch2007-10-251-1/+0
* Added a test for NewBuild argument if this is the second time through the set...lhauch2007-10-251-4/+6
* Updated edksetup to support VS2005 iff VS2003 is not installed for the NT32 b...lhauch2007-10-251-0/+6
* Restoring $WORKSPACE/BaseTools location, as the plan is to deprecatejljusten2007-10-171-3/+3
* Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools.jljusten2007-10-161-3/+3
* Added help message for "NewBuild" and "--nt32" optionjwang362007-10-151-7/+10
* a) Supported MAKE command in tools_def.txtjwang362007-10-111-1/+10
* Only set EDK_TOOLS_PATH if it is not already setlhauch2007-09-261-1/+1
* Added "NewBuild" option to incorporate new build system locating in $(WORKSPA...jwang362007-06-221-5/+14
* Added support for xmlbeans-2.2.0jwang362007-01-101-0/+2
* make edksetup.bat accept case-insensitive parameters. wuyizhong2006-12-121-9/+9
* Fix a bug for setting CLASSPATH environment variable. Remove space after '=' ...wuyizhong2006-11-011-1/+1
* Put the our jar files before the system's CLASSPATHjwang362006-10-191-30/+30
* Provide a way to update config files[target.txt, tools_def.txt, FrameworkData...wuyizhong2006-10-171-3/+18
* Fixed a little issue which will cause just one duplicated classpathjwang362006-10-171-1/+1
* Fixed EDKT381. We can keep the system's CLASSPATH value after executing edkse...jwang362006-10-171-4/+6
* Set the comment for JAVA_HOME to point to the minimum release version of SUN ...lhauch2006-10-101-1/+1
* Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup Fo...qouyang2006-08-281-1/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 6f1...alfred2006-08-141-0/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 6f1...alfred2006-08-101-0/+1
* Fixed a bug in resetting the tools path when you switched workspaces.lhauch2006-08-081-1/+1
* added -noclasspath option to the ant cleanall for ForceRebuild, also changed ...lhauch2006-08-071-1/+1
* Add judgement for PcdTools.jar in NormalBuild path in edksetup.batklu22006-07-311-0/+1
* Because Pcd entity, exception and some action package are shared by Building ...klu22006-07-311-0/+2
* Added test to ensure that the only options that can be used are the help opti...lhauch2006-07-241-3/+5
* Add a file separate char for VS71COMNTOOLS. wuyizhong2006-07-191-1/+1
* Removing references to obsolete files.lhauch2006-07-141-2/+0
* Fixed CLASSPATH so that it is set to a specific value every time (no add-on t...lhauch2006-07-141-10/+2
* Updated the ReleaseNotes.txt to include a PlatformName guideline and added th...lhauch2006-07-141-26/+89
* 1. Add build FrameworkWizard in edksetup.bathche10x2006-07-131-0/+1
* Added the Common.jar file to the CLASSPATH that gets set if you use the skip ...lhauch2006-07-081-2/+4
* Provide a method to force rebuild. Using command "edksetup.bat ForceRebuild".wuyizhong2006-07-061-0/+4
* Change to new XML Schema.wuyizhong2006-06-301-1/+1
* Add exception and log mechanismqouyang2006-06-201-0/+2
* Added an environment variable test to bypass setting the path multiple times,...lhauch2006-06-091-8/+18
* Fixed a bug in the script - missing % on a WORKSPACE declaration. Also, adde...lhauch2006-06-091-2/+30
* 1.Change environment variable from "Framework_Tools_Path" to "FRAMEWORK_TOOLS...qouyang2006-06-081-1/+1
* Add %JAVA_HOME%\bin;%ANT_HOME%\bin;%XMLBEANS_HOME%\bin to Pathwuyizhong2006-05-241-1/+1
* Change the name convention of Framework_Tools_Path to pass the buildyshi82006-05-101-2/+2
* 1. update the comments to mention the variables should be set;yshi82006-05-091-42/+66
* Split up the CLASSPATH lines into multiple lines for better readabilitylhauch2006-04-281-3/+8
* Changed PATH to be PATH=%Framework_Tools_Path%;%PATH%lhauch2006-04-251-2/+1
* Modified to handle XMLBEANS_HOMElhauch2006-04-251-4/+26