Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 176) sorted by relevance

12345678

/aoo4110/main/solenv/bin/modules/installer/
H A Dparameter.pm279 if ( $installer::globals::compiler =~ /wnt(msc|gcc)i/ )
284 if ( $installer::globals::compiler =~ /unxso[lg][siux]/ )
295 if( $installer::globals::compiler =~ /unxmac/ )
305 if ( $installer::globals::compiler =~ /unxfbsd/ )
328 if ( $installer::globals::compiler =~ /unxlngi/ )
332 if ( $installer::globals::compiler =~ /unxlngppc/ )
336 if ( $installer::globals::compiler =~ /unxlngx/ )
355 if ( $installer::globals::compiler =~ /unxlngi/ )
359 if ( $installer::globals::compiler =~ /unxlngppc/ )
363 if ( $installer::globals::compiler =~ /unxlngx/ )
[all …]
H A Ddownload.pm596 $platformname = $installer::globals::compiler;
610 if(( $installer::globals::compiler =~ /^unxlngi/ )
611 || ( $installer::globals::compiler =~ /^unxmac.i/ )
617 elsif(( $installer::globals::compiler =~ /^unxlngx/ )
618 || ( $installer::globals::compiler =~ /^unxmaccx/ ))
626 elsif(( $installer::globals::compiler =~ /^unxmacxp/ )
627 || ( $installer::globals::compiler =~ /^unxlngppc/ ))
866 elsif ( $installer::globals::compiler =~ /unxmac.i/ ) { $os = "macosi"; }
867 elsif ( $installer::globals::compiler =~ /unxmac.x/ ) { $os = "macosx"; }
868 elsif ( $installer::globals::compiler =~ /unxmacxp/ ) { $os = "macosp"; }
H A Denvironment.pm42 …'SOLARVERSION'} . $installer::globals::separator . $installer::globals::compiler . $installer::glo…
52 $variables{'os'} = $installer::globals::compiler;
108 $installer::globals::compiler = $environment->{'OUTPATH'};
H A Dziplist.pm203 elsif ($search eq $installer::globals::compiler )
237 $compilerstring = $installer::globals::compiler . ".pro";
241 $compilerstring = $installer::globals::compiler;
H A Dcontrol.pm445 my $destdir = $shipdrive . $installer::globals::separator . $installer::globals::compiler .
491 …my $directory = $installer::globals::product . "_" . $installer::globals::compiler . "_" . $instal…
H A Depmfile.pm2518 if ( $installer::globals::compiler =~ /unxlngi/) { $target = "i586"; }
2519 elsif ( $installer::globals::compiler =~ /unxlng/) {$target = (POSIX::uname())[4]; }
2742 if ( $installer::globals::compiler =~ /unxlngi/) {
2745 elsif ( $installer::globals::compiler =~ /unxlng/) {
2896 …$sourcefile = $sopackpath . $installer::globals::separator . $installer::globals::compiler . $inst…
/aoo4110/main/libxmlsec/
H A Dxmlsec1-configure.patch187 -$as_echo_n "checking for C compiler default output file name... " >&6; }
189 +$as_echo_n "checking whether the C compiler works... " >&6; }
209 as_fn_error "C compiler cannot create executables
216 +$as_echo_n "checking for C compiler default output file name... " >&6; }
221 -# Check that the compiler produces executables we can run. If not, either
222 -# the compiler is broken, or we cross compile.
224 -$as_echo_n "checking whether the C compiler works... " >&6; }
258 -# the compiler is broken, or we cross compile.
294 +# the compiler is broken, or we cross compile.
734 dnl do not add -L/usr/lib because compiler does it anyway
[all …]
H A Dxmlsec1-mingw32.patch108 dnl do not add -L/usr/lib because compiler does it anyway
120 + dnl do not add -L/usr/lib because compiler does it anyway
145 + dnl do not add -L/usr/lib because compiler does it anyway
162 dnl do not add -L/usr/lib because compiler does it anyway
/aoo4110/main/solenv/bin/modules/packager/
H A Dwork.pm38 my $compiler = $ENV{'OUTPATH'};
40 if ( $ENV{'PROEXT'} ) { $compiler = $compiler . $ENV{'PROEXT'}; }
42 $packager::globals::compiler = $compiler;
103 if ( packager::existence::exists_in_array($packager::globals::compiler, $compilers) )
H A Dglobals.pm35 $compiler = "";
/aoo4110/main/solenv/doc/gbuild/solenv/gbuild/
H A Dgbuild.mk74 /// compiler specific optimization flags
76 /// default c compilation compiler flags
78 /// compiler specific defines
82 /// default c++ compilation compiler flags
86 /// default objective c++ compilation compiler flags
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java41 private static FormulaCompiler compiler; field in FormulaHelper
49 compiler = new FormulaCompiler();
78 Vector rpnTokens = compiler.infix2RPN(parseTokens); in convertCalcToPXL()
101 Vector infixTokens = compiler.RPN2Infix(parseTokens); in convertPXLToCalc()
/aoo4110/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch98 + <!-- location of the C# compiler -->
147 + <property name="build.compiler.source" value="1.4"/>
389 + target="${build.compiler.target}">
417 + target="${build.compiler.target}">
436 + target="${build.s9api.compiler.target}">
450 + target="${build.compiler.target}">
465 + target="${build.compiler.target}">
646 + executable="${csharp.compiler}"
657 + executable="${csharp.compiler}"
797 + source="${build.compiler.source}"
[all …]
/aoo4110/main/sc/inc/
H A Dglobstr.hrc148 #define STR_NO_VALUE 118 /* moved to compiler.src, keep define! */
175 #define STR_NV_STR 140 /* moved to compiler.src, keep define! */
351 #define STR_NOREF_STR 278 /* moved to compiler.src, keep define! */
395 #define STR_NO_NAME_REF 309 /* moved to compiler.src, keep define! */
540 #define STR_DIV_ZERO 412 /* moved to compiler.src, keep define! */
542 #define STR_NUM_ERROR 414 /* moved to compiler.src, keep define! */
543 #define STR_NULL_ERROR 415 /* moved to compiler.src, keep define! */
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DBuildParcelAction.java34 import org.openide.compiler.Compiler;
35 import org.openide.compiler.CompilerJob;
36 import org.openide.compiler.CompilerTask;
/aoo4110/main/boost/
H A Dboost_1_55_0.patch144 // If the compiler warns about unused typedefs then enable this:
329 diff -ur misc/boost_1_55_0/boost/config/compiler/gcc.hpp misc/build/boost_1_55_0/boost/config/compi…
330 --- misc/boost_1_55_0/boost/config/compiler/gcc.hpp 2013-09-17 09:55:51.000000000 -0700
331 +++ misc/build/boost_1_55_0/boost/config/compiler/gcc.hpp 2019-11-04 09:59:20.741944674 -0800
355 // Variadic templates compiler:
/aoo4110/main/odk/examples/OLE/activex/
H A DREADME.txt5 If you use the build environment of the SDK you have to check which MS compiler
6 do you use. It you use the MS Visual Studio .NET compiler everything should work
7 fine with the SDK. If you use an older MS compiler please edit the Makefile and
/aoo4110/main/python/
H A Dpython-solver-before-std.patch37 def find_library_file(compiler, libname, std_dirs, paths):
38 - result = compiler.find_library_file(std_dirs + paths, libname)
39 + result = compiler.find_library_file(paths+std_dirs, libname)
/aoo4110/main/
H A Dconfigure.ac1657 dnl Checks for c compiler,
1902 dnl Test the solaris compiler version
1920 dnl compiler will do
1946 dnl Test the Compaq compiler for OSF1
1960 dnl compiler will do
2364 dnl Testing for c++ compiler and version...
2550 dnl Extra checking for the SUN OS compiler
2553 dnl SunStudio C++ compiler packaged with SunStudio C compiler
2565 dnl Extra checking for the OSF compiler
2576 dnl compiler will do
[all …]
/aoo4110/main/solenv/bin/
H A Dmsg_filter25 # by the compiler - sub 30/11/1999
29 # will not be seen in the compiler output
/aoo4110/main/formula/prj/
H A Dd.lst29 ..\inc\formula\compiler.hrc %_DEST%\inc%_EXT%\formula\compiler.hrc
/aoo4110/main/sc/source/core/tool/
H A Dmakefile.mk64 $(SLO)$/compiler.obj \
119 $(SLO)$/compiler.obj \
/aoo4110/main/python/prj/
H A Dd.lst8 mkdir: %_DEST%\lib%_EXT%\python\compiler
46 ..\%__SRC%\misc\build\Python-2.7.18\Lib\compiler\* %_DEST%\lib%_EXT%\python\compiler\*
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXFormulaOpCodeMapper.idl41 /** gives access to spreadsheet compiler token interns.
72 operators, separators and other symbols the formula compiler
/aoo4110/main/odk/
H A Dsetsdkenv_windows.template53 REM Directory of the C++ compiler.
152 REM Set environment for C++ compiler tools, if necessary.

Completed in 145 milliseconds

12345678