summaryrefslogtreecommitdiff
path: root/BaseTools/toolsetup.bat
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-25 17:00:40 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-25 17:00:40 +0000
commit8fc4fc3a0e3d10c2093bcdef89cc408980c44f22 (patch)
tree3b6cc3718189e5ee97deee18bedda2e4ea608feb /BaseTools/toolsetup.bat
parent79840ee114cc723c9872c74916108941d4940cfa (diff)
downloadedk2-platforms-8fc4fc3a0e3d10c2093bcdef89cc408980c44f22.tar.xz
1) Incorporated generating top level makefile. Now platform build is possible (no FD generation).
2) Added GenFw.exe for EFI file generation 3) Changed the destination directory of *.template file to WORKSPACE/Conf 4) Commented out several modules in the MdePkg.dsc file since they cannot be found in the MdePkg package directory. 5) Removed the usage of WORKSPACE_DIR macro in makefile. WORKSPACE is used instead all the way. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2733 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/toolsetup.bat')
-rw-r--r--BaseTools/toolsetup.bat28
1 files changed, 14 insertions, 14 deletions
diff --git a/BaseTools/toolsetup.bat b/BaseTools/toolsetup.bat
index 3f474a04f3..9b5f45e404 100644
--- a/BaseTools/toolsetup.bat
+++ b/BaseTools/toolsetup.bat
@@ -78,24 +78,24 @@ echo EDK_TOOLS_PATH = %EDK_TOOLS_PATH%
echo.
REM
-REM copy *.template to %EDK_TOOLS_PATH%\Conf
+REM copy *.template to %WORKSPACE%\Conf
REM
-if NOT exist %EDK_TOOLS_PATH%\Conf mkdir %EDK_TOOLS_PATH%\Conf
-if NOT exist %EDK_TOOLS_PATH%\Conf\FrameworkDatabase.db (
- echo copying ... FrameworkDatabase.template to %EDK_TOOLS_PATH%\Conf\FrameworkDatabase.db
- copy %EDK_TOOLS_PATH%\Conf\FrameworkDatabase.template %EDK_TOOLS_PATH%\Conf\FrameworkDatabase.db > nul
+if NOT exist %WORKSPACE%\Conf mkdir %WORKSPACE%\Conf
+if NOT exist %WORKSPACE%\Conf\FrameworkDatabase.db (
+ echo copying ... FrameworkDatabase.template to %WORKSPACE%\Conf\FrameworkDatabase.db
+ copy %EDK_TOOLS_PATH%\Conf\FrameworkDatabase.template %WORKSPACE%\Conf\FrameworkDatabase.db > nul
)
-if NOT exist %EDK_TOOLS_PATH%\Conf\target.txt (
- echo copying ... target.template to %EDK_TOOLS_PATH%\Conf\target.txt
- copy %EDK_TOOLS_PATH%\Conf\target.template %EDK_TOOLS_PATH%\Conf\target.txt > nul
+if NOT exist %WORKSPACE%\Conf\target.txt (
+ echo copying ... target.template to %WORKSPACE%\Conf\target.txt
+ copy %EDK_TOOLS_PATH%\Conf\target.template %WORKSPACE%\Conf\target.txt > nul
)
-if NOT exist %EDK_TOOLS_PATH%\Conf\tools_def.txt (
- echo copying ... tools_def.template to %EDK_TOOLS_PATH%\Conf\tools_def.txt
- copy %EDK_TOOLS_PATH%\Conf\tools_def.template %EDK_TOOLS_PATH%\Conf\tools_def.txt > nul
+if NOT exist %WORKSPACE%\Conf\tools_def.txt (
+ echo copying ... tools_def.template to %WORKSPACE%\Conf\tools_def.txt
+ copy %EDK_TOOLS_PATH%\Conf\tools_def.template %WORKSPACE%\Conf\tools_def.txt > nul
)
-if NOT exist %EDK_TOOLS_PATH%\Conf\build_rule.txt (
- echo copying ... build_rule.template to %EDK_TOOLS_PATH%\Conf\build_rule.txt
- copy %EDK_TOOLS_PATH%\Conf\build_rule.template %EDK_TOOLS_PATH%\Conf\build_rule.txt > nul
+if NOT exist %WORKSPACE%\Conf\build_rule.txt (
+ echo copying ... build_rule.template to %WORKSPACE%\Conf\build_rule.txt
+ copy %EDK_TOOLS_PATH%\Conf\build_rule.template %WORKSPACE%\Conf\build_rule.txt > nul
)
REM