Searched +full:lib +full:- +full:mt +full:- +full:release (Results 1 – 25 of 205) sorted by relevance
123456789
12 # 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)\lib50 copy borland\liblink_test-borland-mt-s-1_35.lib $(BCROOT)\lib51 copy borland\link_test-borland-mt-1_35.lib $(BCROOT)\lib52 copy borland\link_test-borland-mt-1_35.dll $(BCROOT)\bin53 copy borland\link_test-borland-mt-1_35.tds $(BCROOT)\bin54 copy borland\link_test-borland-1_35.lib $(BCROOT)\lib[all …]
23 # 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" >> $iout41 # section for $libname.lib57 echo "-c \$(INCLUDES) $opts \$(CXXFLAGS) -o$obj $file" >> $tout64 echo " -@mkdir $subdir\\$libname" >> $tout77 echo $subdir\\$libname.lib : $all_obj >> $tout79 echo "/P128 /C /u /a \$(XSFLAGS) \"$subdir\\$libname.lib\" $all_lib_obj" >> $tout83 echo "$subdir\\$libname.exe : main.cpp $subdir\\$libname.lib" >> $tout84 …echo " bcc32 \$(INCLUDES) $opts /DBOOST_LIB_DIAGNOSTIC=1 \$(CXXFLAGS) -L./$subdir -e./$subdir/$lib…[all …]
1 <?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 …]
1 <?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 …]
1 # Microsoft Developer Studio Project File - Name="libbz2" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=libbz2 - Win32 Debug16 !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 …]
5 # This source code is licensed under both the BSD-style license (found in the8 # You may select, at your option, one of the above-listed licenses.12 lib-release: target57 # Note: by default, the static library is built single-threaded and dynamic library is built58 # multi-threaded. It is possible to force multi or single threaded builds by appending59 # -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-threaded63 LDFLAGS_DYNLIB += -pthread64 CPPFLAGS_STATICLIB += # static library build defaults to single-threaded68 decompress/zstd_decompress_block.o : CFLAGS+=-fno-tree-vectorize[all …]
1 # Microsoft Developer Studio Project File - Name="libapr" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=libapr - Win32 Release16 !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 …]
17 # dynamic or static - refers to which set of bindings are desired18 # and controls which libraries (apr-1 or libapr-1) will be linked.33 OUTDIR=Release110 CLEAN_BUILDDIRS = Debug Release LibD LibR 9x x64126 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 …]
13 # ------------------------------------------------------------------------------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 base34 # file names for release and debug configurations35 # ------------------------------------------------38 STA_LIB_REL = lib$(LIBNAME)[all …]
1 # Microsoft Developer Studio Project File - Name="LzmaLib" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=LzmaLib - Win32 Debug16 !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 …]
2 # Copyright (C) 2009-2013 by Daniel Stenberg16 # ------------------------------------------------------------------------------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 base40 # file names for release and debug configurations[all …]
1 # Microsoft Developer Studio Project File - Name="_bsddb" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_bsddb - Win32 Release16 !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 …]
1 # Microsoft Developer Studio Project File - Name="winsound" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=winsound - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="select" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=select - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_socket" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_socket - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_ctypes_test" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_ctypes_test - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="unicodedata" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=unicodedata - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_testcapi" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_testcapi - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_tkinter" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_tkinter - Win32 Release16 !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…57 …lib\tk85g.lib ..\..\..\tcltk\lib\tcl85g.lib odbc32.lib odbccp32.lib user32.lib kernel32.lib gdi32.…[all …]
1 # Microsoft Developer Studio Project File - Name="pyexpat" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=pyexpat - Win32 Release16 !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 …]
1 # Microsoft Developer Studio Project File - Name="bz2" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=bz2 - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_msi" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_msi - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_multiprocessing" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_multiprocessing - Win32 Debug16 !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 …]
1 # Microsoft Developer Studio Project File - Name="_ctypes" - Package Owner=<4>5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x01027 CFG=_ctypes - Win32 Debug16 !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 …]
2 # Use of this source code is governed by a BSD-style license that can be24 # "10" - Windows UWP 1025 # "8.1" - Windows RT 8.126 # "8.0" - Windows RT 8.030 # "app" - Windows Store Applications31 # "phone" - Windows Phone Applications32 # "system" - Windows Drivers and Tools33 # "server" - Windows Server Applications34 # "desktop" - Windows Desktop Applications37 # Set this to use clang-style diagnostics format instead of MSVC-style, which[all …]