Changes between Version 3 and Version 4 of OSGeo4W_jp/SetupDevelopment

Show
Ignore:
Timestamp:
02/08/10 20:48:32 (3 years ago)
Author:
hfujii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/SetupDevelopment

    v3 v4  
    2121== エクスプレスパッケージの追加 == 
    2222 
    23 To add a new express install package follow these steps: 
     23以下の手順に沿って新しいエクスプレスインストールパッケージを追加してください: 
    2424 
    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を追加します  
    2626 * 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.  
    2727 * Add the new package to the !PackageControlPair[] array in express_package.cc file, matching the IDC_PKG_ constant with the name of the package.