]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeMemoryAllocationLib/build.xml
Ported to GNU assembly.
[mirror_edk2.git] / MdePkg / Library / DxeMemoryAllocationLib / build.xml
index cabeb3b28bcafc28174e78458c8c7b043ab99f1f..0cbff3886c67e741968ff7266f17024b360df713 100644 (file)
@@ -11,31 +11,31 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
    <taskdef resource="net/sf/antcontrib/antlib.xml"/>\r
    <property environment="env"/>\r
    <property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>\r
-   <import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
-   <property name="MODULE_RELATIVE_PATH" value="Library\DxeMemoryAllocationLib"/>\r
-   <property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>\r
-   <property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>\r
+   <import file="${WORKSPACE_DIR}/Tools/Conf/BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->\r
+   <property name="MODULE_RELATIVE_PATH" value="Library/DxeMemoryAllocationLib"/>\r
+   <property name="MODULE_DIR" value="${PACKAGE_DIR}/${MODULE_RELATIVE_PATH}"/>\r
+   <property name="COMMON_FILE" value="${WORKSPACE_DIR}/Tools/Conf/Common.xml"/>\r
    <target name="DxeMemoryAllocationLib">\r
-      <GenBuild baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}\DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}\DxeMemoryAllocationLib.msa"/>\r
+      <GenBuild baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}/DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryAllocationLib.msa"/>\r
    </target>\r
    <target depends="DxeMemoryAllocationLib_clean" name="clean"/>\r
    <target depends="DxeMemoryAllocationLib_cleanall" name="cleanall"/>\r
    <target name="DxeMemoryAllocationLib_clean">\r
-      <OutputDirSetup baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}\DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}\DxeMemoryAllocationLib.msa"/>\r
+      <OutputDirSetup baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}/DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryAllocationLib.msa"/>\r
       <if>\r
-         <available file="${DEST_DIR_OUTPUT}\DxeMemoryAllocationLib_build.xml"/>\r
+         <available file="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml"/>\r
          <then>\r
-            <ant antfile="${DEST_DIR_OUTPUT}\DxeMemoryAllocationLib_build.xml" target="clean"/>\r
+            <ant antfile="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml" target="clean"/>\r
          </then>\r
       </if>\r
       <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
    </target>\r
    <target name="DxeMemoryAllocationLib_cleanall">\r
-      <OutputDirSetup baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}\DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}\DxeMemoryAllocationLib.msa"/>\r
+      <OutputDirSetup baseName="DxeMemoryAllocationLib" mbdFilename="${MODULE_DIR}/DxeMemoryAllocationLib.mbd" msaFilename="${MODULE_DIR}/DxeMemoryAllocationLib.msa"/>\r
       <if>\r
-         <available file="${DEST_DIR_OUTPUT}\DxeMemoryAllocationLib_build.xml"/>\r
+         <available file="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml"/>\r
          <then>\r
-            <ant antfile="${DEST_DIR_OUTPUT}\DxeMemoryAllocationLib_build.xml" target="cleanall"/>\r
+            <ant antfile="${DEST_DIR_OUTPUT}/DxeMemoryAllocationLib_build.xml" target="cleanall"/>\r
          </then>\r
       </if>\r
       <delete dir="${DEST_DIR_OUTPUT}"/>\r