INTEGRATION: CWS nativefixer4 (1.14.68); FILE MERGED
2005/02/04 13:32:42 is 1.14.68.1: #i41883# libcurl with two links
This commit is contained in:
parent
a8dc4985d2
commit
563d337f8b
1 changed files with 28 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: shortcut_ooo.scp,v $
|
* $RCSfile: shortcut_ooo.scp,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.14 $
|
* $Revision: 1.15 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2004-12-16 10:53:07 $
|
* last change: $Author: vg $ $Date: 2005-02-24 16:29:53 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -162,6 +162,32 @@ End
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SYSTEM_CURL
|
||||||
|
|
||||||
|
#ifdef UNX
|
||||||
|
|
||||||
|
Shortcut gid_Shortcut_Lib_Curl_0
|
||||||
|
FileID = gid_File_Lib_Curl;
|
||||||
|
Dir = gid_Dir_Program;
|
||||||
|
Name = STRING(CONCAT2(libcurl,UNXSUFFIX));
|
||||||
|
Styles = (NETWORK,RELATIVE);
|
||||||
|
End
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef UNX
|
||||||
|
|
||||||
|
Shortcut gid_Shortcut_Lib_Curl_1
|
||||||
|
FileID = gid_File_Lib_Curl;
|
||||||
|
Dir = gid_Dir_Program;
|
||||||
|
Name = STRING(CONCAT4(libcurl,UNXSUFFIX,.,CURL_MAJOR));
|
||||||
|
Styles = (NETWORK,RELATIVE);
|
||||||
|
End
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef UNX
|
#ifdef UNX
|
||||||
|
|
||||||
Shortcut gid_Shortcut_Lib_Icudata_0
|
Shortcut gid_Shortcut_Lib_Icudata_0
|
||||||
|
|
Loading…
Reference in a new issue