]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDebugLibConOut/build.xml
Convert backslashes to forward slashes in many build files. This is necessary for...
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibConOut / build.xml
index b314b5fffe957439b981878b244a1391c0fbf70d..e70683ca7d93b105d508300bec4abc6971ebd4a0 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\UefiDebugLibConOut"/>\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/UefiDebugLibConOut"/>\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="UefiDebugLibConOut">\r
-      <GenBuild baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}\UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}\UefiDebugLibConOut.msa"/>\r
+      <GenBuild baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}/UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibConOut.msa"/>\r
    </target>\r
    <target depends="UefiDebugLibConOut_clean" name="clean"/>\r
    <target depends="UefiDebugLibConOut_cleanall" name="cleanall"/>\r
    <target name="UefiDebugLibConOut_clean">\r
-      <OutputDirSetup baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}\UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}\UefiDebugLibConOut.msa"/>\r
+      <OutputDirSetup baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}/UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibConOut.msa"/>\r
       <if>\r
-         <available file="${DEST_DIR_OUTPUT}\UefiDebugLibConOut_build.xml"/>\r
+         <available file="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml"/>\r
          <then>\r
-            <ant antfile="${DEST_DIR_OUTPUT}\UefiDebugLibConOut_build.xml" target="clean"/>\r
+            <ant antfile="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml" target="clean"/>\r
          </then>\r
       </if>\r
       <delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>\r
    </target>\r
    <target name="UefiDebugLibConOut_cleanall">\r
-      <OutputDirSetup baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}\UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}\UefiDebugLibConOut.msa"/>\r
+      <OutputDirSetup baseName="UefiDebugLibConOut" mbdFilename="${MODULE_DIR}/UefiDebugLibConOut.mbd" msaFilename="${MODULE_DIR}/UefiDebugLibConOut.msa"/>\r
       <if>\r
-         <available file="${DEST_DIR_OUTPUT}\UefiDebugLibConOut_build.xml"/>\r
+         <available file="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml"/>\r
          <then>\r
-            <ant antfile="${DEST_DIR_OUTPUT}\UefiDebugLibConOut_build.xml" target="cleanall"/>\r
+            <ant antfile="${DEST_DIR_OUTPUT}/UefiDebugLibConOut_build.xml" target="cleanall"/>\r
          </then>\r
       </if>\r
       <delete dir="${DEST_DIR_OUTPUT}"/>\r