diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-06 00:04:20 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-06 00:04:20 +0000 |
commit | ecb33821f56c17d9cc26fd8e66c2a15eea9dbcf1 (patch) | |
tree | 8ef7efe49c766b484f7573abd8c17d859d2ef616 /Tools/CCode/Source/build.xml | |
parent | dab6d1cddf7790f0a24e99a48586f5ea12bc61be (diff) | |
download | edk2-platforms-ecb33821f56c17d9cc26fd8e66c2a15eea9dbcf1.tar.xz |
Fixed all scripts to use new directory layout.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1679 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source/build.xml')
-rw-r--r-- | Tools/CCode/Source/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/build.xml b/Tools/CCode/Source/build.xml index 3d59c9c2c2..bbe545606f 100644 --- a/Tools/CCode/Source/build.xml +++ b/Tools/CCode/Source/build.xml @@ -21,7 +21,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <property name="WORKSPACE" value="${env.WORKSPACE}" />
<property name="WORKSPACE_DIR" value="${WORKSPACE}" />
<property name="PACKAGE" value="Tools" />
- <property name="PACKAGE_DIR" value="${WORKSPACE}/Tools/Source/TianoTools" />
+ <property name="PACKAGE_DIR" value="${WORKSPACE}/Tools/CCode/Source" />
<property name="LIB_DIR" value="${PACKAGE_DIR}/Library" />
<property name="BIN_DIR" value="${WORKSPACE}/Tools/bin" />
<property name="BUILD_MODE" value="PACKAGE" />
|