Home
last modified time | relevance | path

Searched +refs:DLL +refs:version (Results 1 – 25 of 17513) sorted by relevance

12345678910>>...701

/dports/math/R/R-4.1.2/src/library/utils/man/
H A DDLL.version.Rd1 % File src/library/utils/man/DLL.version.Rd
6 \name{DLL.version}
7 \alias{DLL.version}
10 On MS Windows only, return the version of the package and the version of \R used to
11 build the DLL, if available.
14 DLL.version(path)
18 the DLL.}
21 If the DLL does not exist, \code{NULL}.
23 A character vector of length two, giving the DLL version and the version of
32 DLL.version(file.path(R.home("bin"), "R.dll"))
[all …]
/dports/math/libRmath/R-4.1.1/src/library/utils/man/
H A DDLL.version.Rd1 % File src/library/utils/man/DLL.version.Rd
6 \name{DLL.version}
7 \alias{DLL.version}
10 On MS Windows only, return the version of the package and the version of \R used to
11 build the DLL, if available.
14 DLL.version(path)
18 the DLL.}
21 If the DLL does not exist, \code{NULL}.
23 A character vector of length two, giving the DLL version and the version of
32 DLL.version(file.path(R.home("bin"), "R.dll"))
[all …]
/dports/devel/tbb/oneTBB-2020.3/build/
H A Dandroid.linux.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dandroid.macos.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dandroid.windows.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dmacos.inc48 clang_version:=$(shell clang --version | sed -n "1s/.*version \(.*[0-9]\) .*/\1/p")
80 DLL=dylib
81 MALLOC_DLL?=$(DLL)
88 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
89 TBB.LIB = $(TBB.DLL)
93 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(MALLOC_DLL)
94 MALLOC.LIB = $(MALLOC.DLL)
97 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(MALLOC_DLL)
98 MALLOCPROXY.LIB = $(MALLOCPROXY.DLL)
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/build/
H A Dandroid.linux.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dandroid.macos.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dandroid.windows.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A DBSD.inc28 clang_version:=$(shell clang --version | sed -n "1s/.*version \(.*[0-9]\) .*/\1/p")
57 DLL = so
62 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
63 TBB.LIB = $(TBB.DLL)
66 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
67 MALLOC.LIB = $(MALLOC.DLL)
H A Dmacos.inc52 clang_version:=$(shell clang --version | sed -n "1s/.*version \(.*[0-9]\) .*/\1/p")
84 DLL=dylib
85 MALLOC_DLL?=$(DLL)
92 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
93 TBB.LIB = $(TBB.DLL)
97 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(MALLOC_DLL)
98 MALLOC.LIB = $(MALLOC.DLL)
101 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(MALLOC_DLL)
102 MALLOCPROXY.LIB = $(MALLOCPROXY.DLL)
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/build/
H A Dandroid.linux.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dandroid.macos.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A Dandroid.windows.inc29 $(warning "NDK version $(ndk_version)")
31 $(warning "NDK version not set in environment, using \'unknown\' instead.")
45 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
46 TBB.LIB = $(TBB.DLL)
47 TBB_NO_VERSION.DLL=
51 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
52 MALLOC.LIB = $(MALLOC.DLL)
53 MALLOC_NO_VERSION.DLL=
57 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(DLL)
58 MALLOCPROXY_NO_VERSION.DLL=
[all …]
H A DBSD.inc28 clang_version:=$(shell clang --version | sed -n "1s/.*version \(.*[0-9]\) .*/\1/p")
57 DLL = so
62 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
63 TBB.LIB = $(TBB.DLL)
66 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(DLL)
67 MALLOC.LIB = $(MALLOC.DLL)
H A Dmacos.inc48 clang_version:=$(shell clang --version | sed -n "1s/.*version \(.*[0-9]\) .*/\1/p")
80 DLL=dylib
81 MALLOC_DLL?=$(DLL)
88 TBB.DLL = libtbb$(CPF_SUFFIX)$(DEBUG_SUFFIX).$(DLL)
89 TBB.LIB = $(TBB.DLL)
93 MALLOC.DLL = libtbbmalloc$(DEBUG_SUFFIX).$(MALLOC_DLL)
94 MALLOC.LIB = $(MALLOC.DLL)
97 MALLOCPROXY.DLL = libtbbmalloc_proxy$(DEBUG_SUFFIX).$(MALLOC_DLL)
98 MALLOCPROXY.LIB = $(MALLOCPROXY.DLL)
/dports/print/texinfo/texinfo-6.8/tp/maintain/lib/libintl-perl/
H A DREADME.win323 version you use.
38 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 NO_NLS=1
39 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 NO_NLS=1 check
47 nmake -f Makefile.msvc MFLAGS=-MD DLL=1
48 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 check
49 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 install
55 nmake -f Makefile.msvc MFLAGS=-MD DLL=1
56 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 check
57 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 install
75 Checking whether we can compile the XS version ... no
[all …]
/dports/textproc/texi2html/texi2html-5.0/lib/libintl-perl/
H A DREADME.win323 version you use.
38 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 NO_NLS=1
39 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 NO_NLS=1 check
47 nmake -f Makefile.msvc MFLAGS=-MD DLL=1
48 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 check
49 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 install
55 nmake -f Makefile.msvc MFLAGS=-MD DLL=1
56 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 check
57 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 install
75 Checking whether we can compile the XS version ... no
[all …]
/dports/devel/p5-Locale-libintl/libintl-perl-1.32/
H A DREADME.win323 version you use.
38 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 NO_NLS=1
39 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 NO_NLS=1 check
47 nmake -f Makefile.msvc MFLAGS=-MD DLL=1
48 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 check
49 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 install
55 nmake -f Makefile.msvc MFLAGS=-MD DLL=1
56 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 check
57 nmake -f Makefile.msvc MFLAGS=-MD DLL=1 install
75 Checking whether we can compile the XS version ... no
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md9 - <a name="version-major"></a>`BOOST_OUTCOME_VERSION_MAJOR <number>`
11 Major version for cmake and DLL version stamping.
13 - <a name="version-minor"></a>`BOOST_OUTCOME_VERSION_MINOR <number>`
15 Minor version for cmake and DLL version stamping.
17 - <a name="version-patch"></a>`BOOST_OUTCOME_VERSION_PATCH <number>`
19 Patch version for cmake and DLL version stamping.
21 - <a name="version-revision"></a>`BOOST_OUTCOME_VERSION_REVISION <number>`
23 Revision version for cmake and DLL version stamping.
25 - <a name="unstable-version"></a>`BOOST_OUTCOME_UNSTABLE_VERSION <number>`
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md9 - <a name="version-major"></a>`BOOST_OUTCOME_VERSION_MAJOR <number>`
11 Major version for cmake and DLL version stamping.
13 - <a name="version-minor"></a>`BOOST_OUTCOME_VERSION_MINOR <number>`
15 Minor version for cmake and DLL version stamping.
17 - <a name="version-patch"></a>`BOOST_OUTCOME_VERSION_PATCH <number>`
19 Patch version for cmake and DLL version stamping.
21 - <a name="version-revision"></a>`BOOST_OUTCOME_VERSION_REVISION <number>`
23 Revision version for cmake and DLL version stamping.
25 - <a name="unstable-version"></a>`BOOST_OUTCOME_UNSTABLE_VERSION <number>`
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md9 - <a name="version-major"></a>`BOOST_OUTCOME_VERSION_MAJOR <number>`
11 Major version for cmake and DLL version stamping.
13 - <a name="version-minor"></a>`BOOST_OUTCOME_VERSION_MINOR <number>`
15 Minor version for cmake and DLL version stamping.
17 - <a name="version-patch"></a>`BOOST_OUTCOME_VERSION_PATCH <number>`
19 Patch version for cmake and DLL version stamping.
21 - <a name="version-revision"></a>`BOOST_OUTCOME_VERSION_REVISION <number>`
23 Revision version for cmake and DLL version stamping.
25 - <a name="unstable-version"></a>`BOOST_OUTCOME_UNSTABLE_VERSION <number>`
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/doc/src/content/reference/macros/
H A Dversion.md9 - <a name="version-major"></a>`BOOST_OUTCOME_VERSION_MAJOR <number>`
11 Major version for cmake and DLL version stamping.
13 - <a name="version-minor"></a>`BOOST_OUTCOME_VERSION_MINOR <number>`
15 Minor version for cmake and DLL version stamping.
17 - <a name="version-patch"></a>`BOOST_OUTCOME_VERSION_PATCH <number>`
19 Patch version for cmake and DLL version stamping.
21 - <a name="version-revision"></a>`BOOST_OUTCOME_VERSION_REVISION <number>`
23 Revision version for cmake and DLL version stamping.
25 - <a name="unstable-version"></a>`BOOST_OUTCOME_UNSTABLE_VERSION <number>`
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/doc/
H A Dinstall_windows.html.m417 Run the executable. It should find and update the previous version automatically.
24 If you have the .zip-version, unpack it to the place you want PROGTITLE to be
50 A small problem here: the standard OPENGL32.DLL has no hardware
52 3dfxVGL.DLL [or 3dfxOGL.DLL] (found in your windows\system folder).
55 there to "OPENGL32.DLL". Then, "PROGNAME.exe" will use this file
56 instead of Microsoft's standard OPENGL32.DLL. If you cannot find
57 3dfxVGL.DLL or 3dfxOGL.DLL, you should first check whether you can
58 find ANY .DLL files in the folder; if not, you'll have to enable
62 ELINK(WEBBASE/download/opengl32.zip,download this working version) for VooDoo 2 (maybe 1)
65 the driver version 3.02.02 (or higher?).
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/
H A DREADME.WIN328 to currently work with the MSVC++ (version 6.0) and with the MinGW (under
18 DLL and SILC Client DLL libraries.
20 The SILC Core DLL is named as libsilc and will generate libsilc.dll, and
21 the SILC Client DLL is named as libsilcclient and will generate
28 libsilclient, since the SILC Client DLL depends on the SILC Core DLL.
30 You may compile the DLLs as either Release or Debug version. Just select
31 the preferred method of compilation. The Debug version will compile the
45 If you want to compile debug version give also the --enable-debug option
71 the Cygwin DLL.

12345678910>>...701