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. |