INTEGRATION: CWS fwk24 (1.110.10); FILE MERGED
2005/10/12 13:13:14 cd 1.110.10.1: #i55566# Added plugin and activex control to patch
This commit is contained in:
parent
09654d787a
commit
3d80bc92e3
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: file_ooo.scp,v $
|
* $RCSfile: file_ooo.scp,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.118 $
|
* $Revision: 1.119 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2005-10-25 12:54:07 $
|
* last change: $Author: hr $ $Date: 2005-10-27 14:08:26 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -166,7 +166,7 @@ End
|
||||||
#if !defined(UNX) || defined(ENABLE_GTK)
|
#if !defined(UNX) || defined(ENABLE_GTK)
|
||||||
File gid_File_Lib_Npsoplugin
|
File gid_File_Lib_Npsoplugin
|
||||||
BIN_FILE_BODY;
|
BIN_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED,PATCH);
|
||||||
Dir = gid_Dir_Program;
|
Dir = gid_Dir_Program;
|
||||||
Name = SPECIAL_NAME(npsoplugin);
|
Name = SPECIAL_NAME(npsoplugin);
|
||||||
End
|
End
|
||||||
|
@ -175,7 +175,7 @@ End
|
||||||
#if !defined(UNX) || defined(ENABLE_GTK)
|
#if !defined(UNX) || defined(ENABLE_GTK)
|
||||||
File gid_File_Exe_Nsplugin
|
File gid_File_Exe_Nsplugin
|
||||||
BIN_FILE_BODY;
|
BIN_FILE_BODY;
|
||||||
Styles = (PACKED);
|
Styles = (PACKED,PATCH);
|
||||||
Dir = gid_Dir_Program;
|
Dir = gid_Dir_Program;
|
||||||
#ifdef UNX
|
#ifdef UNX
|
||||||
Name = "nsplugin";
|
Name = "nsplugin";
|
||||||
|
|
Loading…
Reference in a new issue