Changeset 598


Ignore:
Timestamp:
Apr 2, 2007, 10:44:11 PM (19 years ago)
Author:
John Small
Message:
  • "Dummy" files and documentation related to "dummy" files have

been removed. Warpin 1-0-15 now supports packages without files
so "dummy" files are no longer needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/bld_fm2_wpidirs.txt

    r583 r598  
    1515;           PACKAGE: <package-number>  <package-description>
    1616;           FILE: <name>  <pkg-num> <src-dir> <dest-dir>
    17 ;           DUMMYFILE: <name>  <pkg-num> <dest-dir>
    1817;        where
    1918;           <number-of-packages> is the total number of packages
     
    3534;     -  The PACKAGECOUNT line should be before all PACKAGE, FILE and DUMMYFILE lines
    3635;     -  All the PACKAGE lines should be before all FILE and DUMMYFILE lines
    37 ;     -  The FILE and DUMMYFILE lines should be after the PACKAGECOUNT and PACKAGE
    38 ;        line. They may be intermixed with each other. As seen below, they have been
    39 ;        grouped by package. This is not necessary but it will make it easier find
    40 ;        lines that need to be changed.
     36;     -  The FILE lines should be after the PACKAGECOUNT and PACKAGE lines. The order
     37;        is not important but it will facilitate future changes if files for each
     38;        package are grouped together.
    4139;
    4240;     NOTE: Warpin scripts do not require that the package numbers are consecutive. For
     
    4745;        be 1, 4, 12, or 293.
    4846;
    49 ;     NOTE: DUMMYFILE's are used because Warpin currently does not allow packages which
    50 ;     do not include a least one file to install. DUMMYFILE's are created dynamically
    51 ;     as needed during the build process (which is why no src-dir is specified).
    5247
    5348PACKAGECOUNT: 4
     
    6560FILE: fm3res.dll                 1  dll      .
    6661FILE: fm3res.str                 1  dll      .
    67 ;FILE: cfgfiles.cmd               1  .        .
    6862FILE: cfgmgr.cmd                 1  .        .
    6963
     
    7266FILE: HISTORY                    1  .        Docs
    7367FILE: README                     1  .        Docs
    74 ;FILE: readme.org                 1  .        Docs
    7568
    7669FILE: docs.ico                   1  Icons    Icons
     
    133126;FILE: vtree.exe         3  .  .
    134127
    135 ;FILE: mkutils.cmd       3  .  .
    136128FILE: utilsmgr.cmd      3  .  .
    137129FILE: toolbox.ico       3  Icons    Icons
    138130FILE: toolbox2.ico      3  Icons    Icons
    139131
    140 DUMMYFILE: keep.me      10    .
Note: See TracChangeset for help on using the changeset viewer.