diff options
author | Brent Eagles <brent@zeroc.com> | 2005-12-19 15:35:29 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-12-19 15:35:29 +0000 |
commit | c93f5487bc88ace174d53f84d106b5b7c4474018 (patch) | |
tree | d827df3727aeba2b11c40da0865a0f420b7ea57b /cpp | |
parent | really fix the staging this time.. (diff) | |
download | ice-c93f5487bc88ace174d53f84d106b5b7c4474018.tar.bz2 ice-c93f5487bc88ace174d53f84d106b5b7c4474018.tar.xz ice-c93f5487bc88ace174d53f84d106b5b7c4474018.zip |
Fixing dynamic file spec rule in packages/common/doc component.
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/vc71/ThirdParty.ism | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/install/vc71/ThirdParty.ism b/cpp/install/vc71/ThirdParty.ism index 07d8632fc6c..9abd802af4e 100755 --- a/cpp/install/vc71/ThirdParty.ism +++ b/cpp/install/vc71/ThirdParty.ism @@ -1565,7 +1565,7 @@ <col def="S255">IncludeFiles</col>
<col def="S255">ExcludeFiles</col>
<col def="I4">ISAttributes</col>
- <row><td>CommonDoc</td><td><ISProjectFolder>\install\packages\common\doc</td><td>4</td><td/><td/><td>0</td></row>
+ <row><td>CommonDoc</td><td><ISProjectFolder>\install\packages\common\doc</td><td>4</td><td/><td>*.rtf</td><td>0</td></row>
<row><td>VisualStudioRuntime</td><td><ISProjectFolder>\install\microsoft\runtime</td><td>4</td><td/><td/><td>2</td></row>
</table>
|