summaryrefslogtreecommitdiffstats
path: root/edksetup.bat
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed a bug in resetting the tools path when you switched workspaces.lhauch2006-08-081-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1217 6f19259b-4bc3-4df7-8a09-765794883524
* added -noclasspath option to the ant cleanall for ForceRebuild, also changed ↵lhauch2006-08-071-1/+1
| | | | | | edkii in readme to edk2 for the directory path. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1209 6f19259b-4bc3-4df7-8a09-765794883524
* Add judgement for PcdTools.jar in NormalBuild path in edksetup.batklu22006-07-311-0/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1161 6f19259b-4bc3-4df7-8a09-765794883524
* Because Pcd entity, exception and some action package are shared by Building ↵klu22006-07-311-0/+2
| | | | | | tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar, git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1160 6f19259b-4bc3-4df7-8a09-765794883524
* Added test to ensure that the only options that can be used are the help ↵lhauch2006-07-241-3/+5
| | | | | | optiops, Rebuild and ForceRebuild. Added printout of the CLASSPATH variable. Fixed case in two comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1087 6f19259b-4bc3-4df7-8a09-765794883524
* Add a file separate char for VS71COMNTOOLS. wuyizhong2006-07-191-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1042 6f19259b-4bc3-4df7-8a09-765794883524
* Removing references to obsolete files.lhauch2006-07-141-2/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1004 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed CLASSPATH so that it is set to a specific value every time (no add-on ↵lhauch2006-07-141-10/+2
| | | | | | to existing.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1003 6f19259b-4bc3-4df7-8a09-765794883524
* Updated the ReleaseNotes.txt to include a PlatformName guideline and added ↵lhauch2006-07-141-26/+89
| | | | | | the new edksetup.bat file which skips the tools build by default. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1000 6f19259b-4bc3-4df7-8a09-765794883524
* 1. Add build FrameworkWizard in edksetup.bathche10x2006-07-131-0/+1
| | | | | | 2. Modify FrameworkWizard.bat to skip building and only run the program git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@934 6f19259b-4bc3-4df7-8a09-765794883524
* Added the Common.jar file to the CLASSPATH that gets set if you use the skip ↵lhauch2006-07-081-2/+4
| | | | | | option. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@836 6f19259b-4bc3-4df7-8a09-765794883524
* Provide a method to force rebuild. Using command "edksetup.bat ForceRebuild".wuyizhong2006-07-061-0/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@794 6f19259b-4bc3-4df7-8a09-765794883524
* Change to new XML Schema.wuyizhong2006-06-301-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@679 6f19259b-4bc3-4df7-8a09-765794883524
* Add exception and log mechanismqouyang2006-06-201-0/+2
| | | | | | | | | | | | | 1. Add : a. GenBuildLogger.java in Tools/Source/GenBuild/org/tianocore/build/gobal. b.Tools/Source/Common/build.xml 2. modify: a.edksetup.bat b.Tools/build.xml c.Tools/Source/GenBuild/build.xml d. Tools/Source/GenBuild/org/tianocore/build/GenBuildTask.java git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@574 6f19259b-4bc3-4df7-8a09-765794883524
* Added an environment variable test to bypass setting the path multiple ↵lhauch2006-06-091-8/+18
| | | | | | 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. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@458 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed a bug in the script - missing % on a WORKSPACE declaration. Also, ↵lhauch2006-06-091-2/+30
| | | | | | 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. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@456 6f19259b-4bc3-4df7-8a09-765794883524
* 1.Change environment variable from "Framework_Tools_Path" to ↵qouyang2006-06-081-1/+1
| | | | | | | | "FRAMEWORK_TOOLS_PATH". 2.Add one OUTPUT - *.org file for GenFfsFile tool. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@443 6f19259b-4bc3-4df7-8a09-765794883524
* Add %JAVA_HOME%\bin;%ANT_HOME%\bin;%XMLBEANS_HOME%\bin to Pathwuyizhong2006-05-241-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@249 6f19259b-4bc3-4df7-8a09-765794883524
* Change the name convention of Framework_Tools_Path to pass the buildyshi82006-05-101-2/+2
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@121 6f19259b-4bc3-4df7-8a09-765794883524
* 1. update the comments to mention the variables should be set;yshi82006-05-091-42/+66
| | | | | | | 2. use %CD% to replace %~dp0 to remove the last "\" in the WORKSPACE variable 3. add some comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@115 6f19259b-4bc3-4df7-8a09-765794883524
* Split up the CLASSPATH lines into multiple lines for better readabilitylhauch2006-04-281-3/+8
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@78 6f19259b-4bc3-4df7-8a09-765794883524
* Changed PATH to be PATH=%Framework_Tools_Path%;%PATH%lhauch2006-04-251-2/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@31 6f19259b-4bc3-4df7-8a09-765794883524
* Modified to handle XMLBEANS_HOMElhauch2006-04-251-4/+26
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@30 6f19259b-4bc3-4df7-8a09-765794883524
* This is a patch from Yizhong to fix the XMLBEANS location.bbahnsen2006-04-241-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13 6f19259b-4bc3-4df7-8a09-765794883524
* Remove the XML Beans and Ant stuff.bbahnsen2006-04-211-3/+15
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5 6f19259b-4bc3-4df7-8a09-765794883524
* Initial import.bbahnsen2006-04-211-0/+88
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3 6f19259b-4bc3-4df7-8a09-765794883524