file_ooo.scp (df478df5) file_ooo.scp (0b544e7e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 101 unchanged lines hidden (view full) ---

110 BIN_FILE_BODY;
111 Dir = gid_Dir_Program;
112 Styles = (PACKED);
113 Name = "pagein";
114End
115
116#endif
117
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 101 unchanged lines hidden (view full) ---

110 BIN_FILE_BODY;
111 Dir = gid_Dir_Program;
112 Styles = (PACKED);
113 Name = "pagein";
114End
115
116#endif
117
118#ifndef WITHOUT_MOZILLA
119
120#if !defined(UNX) || defined(ENABLE_GTK)
121File gid_File_Exe_Nsplugin
122 BIN_FILE_BODY;
123 Styles = (PACKED);
124 Dir = gid_Dir_Program;
125 #ifdef UNX
126 Name = "nsplugin";
127 #else
128 Name = "nsplugin.exe";
129 #endif
130End
131#endif
132#endif
133
134#if !defined(WITHOUT_MOZILLA) && defined(UNX) && !defined(QUARTZ)
135
136File gid_File_Bin_Pluginapp
137 BIN_FILE_BODY;
138 Dir = gid_Dir_Program;
139 Name = "pluginapp.bin";
140 Styles = (PACKED);
141End
142
143#endif
144
145#ifdef UNX
146
147File gid_File_Bin_Open_Url
148 BIN_FILE_BODY;
149 Dir = gid_Dir_Program;
150 Name = "open-url";
151 Styles = (PACKED);
152End

--- 1651 unchanged lines hidden ---
118#ifdef UNX
119
120File gid_File_Bin_Open_Url
121 BIN_FILE_BODY;
122 Dir = gid_Dir_Program;
123 Name = "open-url";
124 Styles = (PACKED);
125End

--- 1651 unchanged lines hidden ---