Home
last modified time | relevance | path

Searched +full:lib +full:- +full:mt +full:- +full:release (Results 1 – 25 of 205) sorted by relevance

123456789

/external/sdv/vsomeip/third_party/boost/config/test/link/
Dborland.mak12 # brings libraries up to date and copies binaries to your C++ Builder /lib and /bin directories (…
33 # add additional static-library creation flags here:
44-borland-s-1_35 borland\liblink_test-borland-s-1_35.lib borland\liblink_test-borland-s-1_35.exe bo…
46-borland-s-1_35_clean liblink_test-borland-mt-s-1_35_clean link_test-borland-mt-1_35_clean link_te…
49 copy borland\liblink_test-borland-s-1_35.lib $(BCROOT)\lib
50 copy borland\liblink_test-borland-mt-s-1_35.lib $(BCROOT)\lib
51 copy borland\link_test-borland-mt-1_35.lib $(BCROOT)\lib
52 copy borland\link_test-borland-mt-1_35.dll $(BCROOT)\bin
53 copy borland\link_test-borland-mt-1_35.tds $(BCROOT)\bin
54 copy borland\link_test-borland-1_35.lib $(BCROOT)\lib
[all …]
Dbc_gen.sh23 # main output sub-directory:
34 all_dep="$all_dep $subdir\\$libname $subdir\\$libname.lib $subdir\\$libname.exe"
35 echo " copy $subdir\\$libname.lib \$(BCROOT)\\lib" >> $iout
41 # section for $libname.lib
57 echo "-c \$(INCLUDES) $opts \$(CXXFLAGS) -o$obj $file" >> $tout
64 echo " -@mkdir $subdir\\$libname" >> $tout
77 echo $subdir\\$libname.lib : $all_obj >> $tout
79 echo "/P128 /C /u /a \$(XSFLAGS) \"$subdir\\$libname.lib\" $all_lib_obj" >> $tout
83 echo "$subdir\\$libname.exe : main.cpp $subdir\\$libname.lib" >> $tout
84 …echo " bcc32 \$(INCLUDES) $opts /DBOOST_LIB_DIAGNOSTIC=1 \$(CXXFLAGS) -L./$subdir -e./$subdir/$lib…
[all …]
/external/sdv/vsomeip/third_party/boost/container/proj/vs/
Dbench_set.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
22 <ProjectGuid>{5E1C1C23-26A9-4FE5-A24E-DA735271C32B}</ProjectGuid>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
[all …]
/external/libwebsockets/win32port/zlib/
DZLib.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
16 <ProjectConfiguration Include="Release DLL|Win32">
17 <Configuration>Release DLL</Configuration>
20 <ProjectConfiguration Include="Release DLL|x64">
21 <Configuration>Release DLL</Configuration>
24 <ProjectConfiguration Include="Release static|Win32">
25 <Configuration>Release static</Configuration>
28 <ProjectConfiguration Include="Release|Win32">
29 <Configuration>Release</Configuration>
32 <ProjectConfiguration Include="Release|x64">
[all …]
/external/bzip2/
Dlibbz2.dsp1 # Microsoft Developer Studio Project File - Name="libbz2" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=libbz2 - Win32 Debug
16 !MESSAGE NMAKE /f "libbz2.mak" CFG="libbz2 - Win32 Debug"
20 !MESSAGE "libbz2 - Win32 Release" ("Win32 (x86) Dynamic-Link Library" �p)
21 !MESSAGE "libbz2 - Win32 Debug" ("Win32 (x86) Dynamic-Link Library" �p)
31 !IF "$(CFG)" == "libbz2 - Win32 Release"
35 # PROP BASE Output_Dir "Release"
36 # PROP BASE Intermediate_Dir "Release"
40 # PROP Output_Dir "Release"
[all …]
/external/zstd/lib/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
12 lib-release: target
57 # Note: by default, the static library is built single-threaded and dynamic library is built
58 # multi-threaded. It is possible to force multi or single threaded builds by appending
59 # -mt or -nomt to the build target (like lib-mt for multi-threaded, lib-nomt for single-threaded).
62 CPPFLAGS_DYNLIB += -DZSTD_MULTITHREAD # dynamic library build defaults to multi-threaded
63 LDFLAGS_DYNLIB += -pthread
64 CPPFLAGS_STATICLIB += # static library build defaults to single-threaded
68 decompress/zstd_decompress_block.o : CFLAGS+=-fno-tree-vectorize
[all …]
/external/cronet/third_party/apache-portable-runtime/src/
Dlibapr.dsp1 # Microsoft Developer Studio Project File - Name="libapr" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=libapr - Win32 Release
16 !MESSAGE NMAKE /f "libapr.mak" CFG="libapr - Win32 Release"
20 !MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22 !MESSAGE "libapr - Win32 Release9x" (based on "Win32 (x86) Dynamic-Link Library")
23 !MESSAGE "libapr - Win32 Debug9x" (based on "Win32 (x86) Dynamic-Link Library")
24 !MESSAGE "libapr - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
25 !MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
[all …]
/external/cronet/third_party/apache-portable-runtime/src/test/
DMakefile.win17 # dynamic or static - refers to which set of bindings are desired
18 # and controls which libraries (apr-1 or libapr-1) will be linked.
33 OUTDIR=Release
110 CLEAN_BUILDDIRS = Debug Release LibD LibR 9x x64
126 LOCAL_LIB= ..\$(OUTDIR)\apr-1.lib
127 APP_LIB= ..\$(OUTDIR)\aprapp-1.lib
130 LOCAL_LIB= ..\$(OUTDIR)\libapr-1.lib
131 APP_LIB= ..\$(OUTDIR)\libaprapp-1.lib
147 LD_LIBS = kernel32.lib advapi32.lib ws2_32.lib wsock32.lib \
148 ole32.lib shell32.lib rpcrt4.lib
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
DMakefile.msvc13 # ------------------------------------------------------------------------------
15 # Makefile for building c-ares test suite with MSVC.
19 # <config> can be one of: [ lib-release | lib-debug | dll-release | dll-debug }
23 # If <config> is not specified then lib-debug will be assumed.
29 # ------------------------------------------------------------------------------
32 # ------------------------------------------------
33 # c-ares static and dynamic libraries common base
34 # file names for release and debug configurations
35 # ------------------------------------------------
38 STA_LIB_REL = lib$(LIBNAME)
[all …]
/external/lzma/C/Util/LzmaLib/
DLzmaLib.dsp1 # Microsoft Developer Studio Project File - Name="LzmaLib" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=LzmaLib - Win32 Debug
16 !MESSAGE NMAKE /f "LzmaLib.mak" CFG="LzmaLib - Win32 Debug"
20 !MESSAGE "LzmaLib - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "LzmaLib - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "LzmaLib - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
41 # PROP Output_Dir "Release"
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.msvc2 # Copyright (C) 2009-2013 by Daniel Stenberg
16 # ------------------------------------------------------------------------------
18 # Makefile for building c-ares libraries and sample programs with MSVC.
22 # <config> must be one of: [ lib-release | lib-debug | dll-release | dll-debug }
23 # <target> must be one of: [ ALL | c-ares | acountry | adig | ahost | clean }
28 # all targets being built for all <config> c-ares library types.
34 # ------------------------------------------------------------------------------
38 # ------------------------------------------------
39 # c-ares static and dynamic libraries common base
40 # file names for release and debug configurations
[all …]
/external/python/cpython2/PC/VC6/
D_bsddb.dsp1 # Microsoft Developer Studio Project File - Name="_bsddb" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_bsddb - Win32 Release
16 !MESSAGE NMAKE /f "_bsddb.mak" CFG="_bsddb - Win32 Release"
20 !MESSAGE "_bsddb - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_bsddb - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_bsddb - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_bsddb"
[all …]
Dwinsound.dsp1 # Microsoft Developer Studio Project File - Name="winsound" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=winsound - Win32 Debug
16 !MESSAGE NMAKE /f "winsound.mak" CFG="winsound - Win32 Debug"
20 !MESSAGE "winsound - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "winsound - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "winsound - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\winsound"
[all …]
Dselect.dsp1 # Microsoft Developer Studio Project File - Name="select" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=select - Win32 Debug
16 !MESSAGE NMAKE /f "select.mak" CFG="select - Win32 Debug"
20 !MESSAGE "select - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "select - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "select - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\select"
[all …]
D_socket.dsp1 # Microsoft Developer Studio Project File - Name="_socket" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_socket - Win32 Debug
16 !MESSAGE NMAKE /f "_socket.mak" CFG="_socket - Win32 Debug"
20 !MESSAGE "_socket - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_socket - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_socket - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_socket"
[all …]
D_ctypes_test.dsp1 # Microsoft Developer Studio Project File - Name="_ctypes_test" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_ctypes_test - Win32 Debug
16 !MESSAGE NMAKE /f "_ctypes_test.mak" CFG="_ctypes_test - Win32 Debug"
20 !MESSAGE "_ctypes_test - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_ctypes_test - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_ctypes_test - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_ctypes_test"
[all …]
Dunicodedata.dsp1 # Microsoft Developer Studio Project File - Name="unicodedata" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=unicodedata - Win32 Debug
16 !MESSAGE NMAKE /f "unicodedata.mak" CFG="unicodedata - Win32 Debug"
20 !MESSAGE "unicodedata - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "unicodedata - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "unicodedata - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\unicodedata"
[all …]
D_testcapi.dsp1 # Microsoft Developer Studio Project File - Name="_testcapi" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_testcapi - Win32 Debug
16 !MESSAGE NMAKE /f "_testcapi.mak" CFG="_testcapi - Win32 Debug"
20 !MESSAGE "_testcapi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_testcapi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_testcapi - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_testcapi"
[all …]
D_tkinter.dsp1 # Microsoft Developer Studio Project File - Name="_tkinter" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_tkinter - Win32 Release
16 !MESSAGE NMAKE /f "_tkinter.mak" CFG="_tkinter - Win32 Release"
20 !MESSAGE "_tkinter - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_tkinter - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_tkinter - Win32 Debug"
42 # PROP Intermediate_Dir "x86-temp-debug\_tkinter"
56 …2 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib o…
57lib\tk85g.lib ..\..\..\tcltk\lib\tcl85g.lib odbc32.lib odbccp32.lib user32.lib kernel32.lib gdi32.
[all …]
Dpyexpat.dsp1 # Microsoft Developer Studio Project File - Name="pyexpat" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=pyexpat - Win32 Release
16 !MESSAGE NMAKE /f "pyexpat.mak" CFG="pyexpat - Win32 Release"
20 !MESSAGE "pyexpat - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "pyexpat - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "pyexpat - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\pyexpat"
[all …]
Dbz2.dsp1 # Microsoft Developer Studio Project File - Name="bz2" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=bz2 - Win32 Debug
16 !MESSAGE NMAKE /f "bz2.mak" CFG="bz2 - Win32 Debug"
20 !MESSAGE "bz2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "bz2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "bz2 - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\bz2"
[all …]
D_msi.dsp1 # Microsoft Developer Studio Project File - Name="_msi" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_msi - Win32 Debug
16 !MESSAGE NMAKE /f "_msi.mak" CFG="_msi - Win32 Debug"
20 !MESSAGE "_msi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_msi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_msi - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_msi"
[all …]
D_multiprocessing.dsp1 # Microsoft Developer Studio Project File - Name="_multiprocessing" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_multiprocessing - Win32 Debug
16 !MESSAGE NMAKE /f "_multiprocessing.mak" CFG="_multiprocessing - Win32 Debug"
20 !MESSAGE "_multiprocessing - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_multiprocessing - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_multiprocessing - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_multiprocessing"
[all …]
D_ctypes.dsp1 # Microsoft Developer Studio Project File - Name="_ctypes" - Package Owner=<4>
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
7 CFG=_ctypes - Win32 Debug
16 !MESSAGE NMAKE /f "_ctypes.mak" CFG="_ctypes - Win32 Debug"
20 !MESSAGE "_ctypes - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_ctypes - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "_ctypes - Win32 Release"
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
42 # PROP Intermediate_Dir "x86-temp-release\_ctypes"
[all …]
/external/angle/build/config/win/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
24 # "10" - Windows UWP 10
25 # "8.1" - Windows RT 8.1
26 # "8.0" - Windows RT 8.0
30 # "app" - Windows Store Applications
31 # "phone" - Windows Phone Applications
32 # "system" - Windows Drivers and Tools
33 # "server" - Windows Server Applications
34 # "desktop" - Windows Desktop Applications
37 # Set this to use clang-style diagnostics format instead of MSVC-style, which
[all …]

123456789