Changes between Version 1 and Version 2 of SetupDevelopment


Ignore:
Timestamp:
Jul 28, 2008, 9:21:59 PM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v1 v2  
    2323To add a new express install package follow these steps:
    2424
    25 # Add a symbolic define for the new package in resource.h in the section at the end (IDC_PKG_OPENEV, etc).
    26 # Add a new entry on the express package dialog defined in res.rc (search for IDC_PKG_OPENEV).  Make sure the positioning does not overlap other packages.
    27 # Add the new package to the !PackageControlPair[] array in express_package.cc file, matching the IDC_PKG_ constant with the name of the package.
     25 * Add a symbolic define for the new package in resource.h in the section at the end (IDC_PKG_OPENEV, etc).
     26 * Add a new entry on the express package dialog defined in res.rc (search for IDC_PKG_OPENEV).  Make sure the positioning does not overlap other packages.
     27 * Add the new package to the !PackageControlPair[] array in express_package.cc file, matching the IDC_PKG_ constant with the name of the package.
    2828