summaryrefslogtreecommitdiff
path: root/edksetup.bat
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Update edksetup.bat to support Microsoft Visual Studio 2013 when building the...lhauch1-14/+18
2014-06-18Contributed-under: TianoCore Contribution Agreement 1.0Victor Gouveia1-1/+1
2014-02-24edksetup.bat: Fixed corrupts CYGWIN_HOMEOlivier Martin1-4/+12
2014-02-24BaseTools: Rectify use of @ in .BAT files.Olivier Martin1-32/+31
2013-09-04Update edksetup.bat to check VS2012Liming Gao1-12/+16
2012-04-10Added VS2010 support in edksetup script. lgao41-10/+14
2011-02-16Correct copyright yearhhtian1-1/+1
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-01-26Set correct workspace when workspace is not set.lgao41-5/+8
2010-01-26Clear EFI_SOURCE and EDK_SOURCE environment when workspace is changed.lgao41-0/+13
2009-11-16Added support for VS2008.ywang1-3/+7
2008-12-31Removed Java/Ant specific content from the setup scripts.lhauch1-273/+20
2008-05-20setting executable on these fileslhauch1-0/+0
2008-02-22Removed newbuild option from edksetup.bat command-line, this is now the default.lhauch1-158/+214
2007-10-31Added VS2005 supportjwang361-16/+20
2007-10-25Removed an echo statement I was using for debugging on the second time this w...lhauch1-1/+0
2007-10-25Added a test for NewBuild argument if this is the second time through the set...lhauch1-4/+6
2007-10-25Updated edksetup to support VS2005 iff VS2003 is not installed for the NT32 b...lhauch1-0/+6
2007-10-17Restoring $WORKSPACE/BaseTools location, as the plan is to deprecatejljusten1-3/+3
2007-10-16Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools.jljusten1-3/+3
2007-10-15Added help message for "NewBuild" and "--nt32" optionjwang361-7/+10
2007-10-11a) Supported MAKE command in tools_def.txtjwang361-1/+10
2007-09-26Only set EDK_TOOLS_PATH if it is not already setlhauch1-1/+1
2007-06-22Added "NewBuild" option to incorporate new build system locating in $(WORKSPA...jwang361-5/+14
2007-01-10Added support for xmlbeans-2.2.0jwang361-0/+2
2006-12-12make edksetup.bat accept case-insensitive parameters. wuyizhong1-9/+9
2006-11-01Fix a bug for setting CLASSPATH environment variable. Remove space after '=' ...wuyizhong1-1/+1
2006-10-19Put the our jar files before the system's CLASSPATHjwang361-30/+30
2006-10-17Provide a way to update config files[target.txt, tools_def.txt, FrameworkData...wuyizhong1-3/+18
2006-10-17Fixed a little issue which will cause just one duplicated classpathjwang361-1/+1
2006-10-17Fixed EDKT381. We can keep the system's CLASSPATH value after executing edkse...jwang361-4/+6
2006-10-10Set the comment for JAVA_HOME to point to the minimum release version of SUN ...lhauch1-1/+1
2006-08-28Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup Fo...qouyang1-1/+2
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 6f1...alfred1-0/+1
2006-08-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 6f1...alfred1-0/+1
2006-08-08Fixed a bug in resetting the tools path when you switched workspaces.lhauch1-1/+1
2006-08-07added -noclasspath option to the ant cleanall for ForceRebuild, also changed ...lhauch1-1/+1
2006-07-31Add judgement for PcdTools.jar in NormalBuild path in edksetup.batklu21-0/+1
2006-07-31Because Pcd entity, exception and some action package are shared by Building ...klu21-0/+2
2006-07-24Added test to ensure that the only options that can be used are the help opti...lhauch1-3/+5
2006-07-19Add a file separate char for VS71COMNTOOLS. wuyizhong1-1/+1
2006-07-14Removing references to obsolete files.lhauch1-2/+0
2006-07-14Fixed CLASSPATH so that it is set to a specific value every time (no add-on t...lhauch1-10/+2
2006-07-14Updated the ReleaseNotes.txt to include a PlatformName guideline and added th...lhauch1-26/+89
2006-07-131. Add build FrameworkWizard in edksetup.bathche10x1-0/+1
2006-07-08Added the Common.jar file to the CLASSPATH that gets set if you use the skip ...lhauch1-2/+4
2006-07-06Provide a method to force rebuild. Using command "edksetup.bat ForceRebuild".wuyizhong1-0/+4
2006-06-30Change to new XML Schema.wuyizhong1-1/+1
2006-06-20Add exception and log mechanismqouyang1-0/+2
2006-06-09Added an environment variable test to bypass setting the path multiple times,...lhauch1-8/+18