Changeset 645


Ignore:
Timestamp:
Apr 30, 2007, 10:00:22 PM (19 years ago)
Author:
John Small
Message:
  • Updated the documentation to reflect recent changes in the build process.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/bld_fm2_wpi.readme

    r592 r645  
    3232            d) Perform the following COPY commands
    3333               COPY <trunk-dir>\cfgmgr.cmd <unzippped-dir>
     34               COPY <trunk-dir>\shadowmgr.cmd <unzippped-dir>
    3435               COPY <trunk-dir>\utilsmgr.cmd <unzippped-dir>
    35                COPY <trunk-dir>\readme.cmd <unzippped-dir>
     36               COPY <trunk-dir>\readme <unzippped-dir>
    3637               COPY <trunk-dir>\debugtools\fm2dump.cmd <unzippped-dir>
    3738               COPY <trunk-dir>\debugtools\fm2dump2.cmd <unzippped-dir>
     
    7778
    7879BLD_FM2_WPIDIRS.TXT, a text file which contains information on
    79    -  the number of packages there are in the Warpin WPI file
    80    -  the package numbers
    8180   -  the files
    8281      -  which packages they are a part of
     
    8584      -  which directories into which they should be installed (relative
    8685         to the FM/2 installation directory)
     86   -  the packages, if any, which have no files
    8787   By defining this information outside of the programs that use it, this
    8888   file greatly simplifies future changes. This file, as distributed, is
     
    102102      binary FM/2 distribution) into the subdirectories created above.
    103103   -  Optional parameters:
    104       1) By default BLD_FM2_WPIDIRS.CMD reads BLD_FM2_WPIDIRS.TXT to obtain
     104      1) By default BLD_FM2_WPIDIRS assumes it should retrieve files from
     105         a build subtree and that it resides in the Warpin subdirectory of
     106         that build subtree. One way to tell BLD_FM2_WPIDIRS to use an
     107         unzipped distribution of FM/2 instead of a build subtree is to
     108         use the "SRC=" parameter. For example:
     109            BLD_FM2_WPIDIRS SRC=C:\TMP\UNZIPPEDFM2
     110      2) By default BLD_FM2_WPIDIRS.CMD reads BLD_FM2_WPIDIRS.TXT to obtain
    105111         required information on packages, files and directories.
    106112         You can have BLD_FM2_WPIDIRS.CMD read a different file by passing
    107113         the name of the file as a parameter. For example:
    108114            BLD_FM2_WPIDIRS <name-of-other-file-to-read>
    109       2) By default BLD_FM2_WPIDIRS assumes it should retrieve files from
    110          a build subtree and that it resides in the Warpin
    111          subdirectory of that build subtree. One way to tell BLD_FM2_WPIDIRS
    112          to use an unzipped distribution of FM/2 instead of a build
    113          subtree is to use the "SRC=" parameter. For example:
    114             BLD_FM2_WPIDIRS SRC=C:\TMP\UNZIPPEDFM2
    115115      NOTE: If needed, both parameters may be used and the order
    116116      they are specified is not important
     
    164164   -  used as the default script file for BLD_FM2_WPI.CMD.
    165165
    166 
Note: See TracChangeset for help on using the changeset viewer.