Changes between Version 3 and Version 4 of OSGeo4W_jp/SetupDevelopment
- Timestamp:
- 02/08/10 20:48:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/SetupDevelopment
v3 v4 21 21 == エクスプレスパッケージの追加 == 22 22 23 To add a new express install package follow these steps:23 以下の手順に沿って新しいエクスプレスインストールパッケージを追加してください: 24 24 25 * Add a symbolic define for the new package in resource.h in the section at the end (IDC_PKG_OPENEV, etc).25 * 最後のセクション(IDC_PKG_OPENEV, etc)にあるresource.hの新パッケージのためsymbolic defineを追加します 26 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 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.