Home
last modified time | relevance | path

Searched defs:LIB (Results 1 – 25 of 2547) sorted by relevance

12345678910>>...102

/dports/multimedia/mpv/waf-2.0.20/playground/gtest/
H A Dconfigure.bat14 set LIB=%LIB%;%GTEST_PATH%\msvc\gtest-msvc2013\Debug variable
15 set LIB=%LIB%;%GTEST_PATH%\msvc\gtest-msvc2013\Release variable
/dports/devel/libpololu-avr/libpololu-avr-151002/
H A DMakefile91 LIB := $(shell avr-gcc -print-search-dirs | grep -e "^libraries" | sed 's/.*;//') macro
94 LIB := $(shell avr-gcc -print-search-dirs | grep -e "^libraries" | sed 's/.*://') macro
103 LIB := $(abspath $(LIB)) macro
/dports/graphics/pgplot/pgplot/sys_vms/
H A Dgrgmem.f11 INTEGER LIB$GET_VM local
25 INTEGER LIB$FREE_VM local
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/win32/
H A Dbuild_vorbisfile_static_debug.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbis_dynamic_debug.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbis_static.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbis_static_debug.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisenc_dynamic.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release;%SRCROOT%\vorbis\win32\Dynamic_Release variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisfile_dynamic.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release;%SRCROOT%\vorbis\win32\Dynamic_Release variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisfile_dynamic_debug.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisenc_static.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release;%SRCROOT%\vorbis\win32\Dynamic_Release variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbis_dynamic.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Release variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisenc_dynamic_debug.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Dynamic_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisenc_static_debug.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Debug;%SRCROOT%\vorbis\win32\Dynamic_Debug variable
19 set LIB=%OLDLIB% variable
H A Dbuild_vorbisfile_static.bat13 set LIB=%LIB%;%SRCROOT%\ogg\win32\Static_Release;%SRCROOT%\vorbis\win32\Dynamic_Release variable
19 set LIB=%OLDLIB% variable
/dports/sysutils/intel-pcm/pcm-202109/
H A DMakefile35 LIB= -lpthread -lrt macro
45 LIB= -pthread -lrt macro
48 LIB= -lpthread MacMSRDriver/build/Release/libPcmMsr.dylib macro
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A DMakefile35 LIB= -lpthread -lrt macro
45 LIB= -pthread -lrt macro
48 LIB= -lpthread MacMSRDriver/build/Release/libPcmMsr.dylib macro
/dports/deskutils/kchmviewer/kchmviewer-RELEASE_8_0/
H A Dbuild-windows.bat19 set LIB=%VCPATH%\lib\;C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x86\;%EXTRALIB%\x86\lib variable
40 set LIB=%VCPATH%\lib\amd64\;C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\x64\;%EXTRALIB%\x64… variable
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/
H A DMakefile302 export LIB := $(LIB);$(WindowsSDKUCRTLibDir);$(WindowsSDKUMLibDir) macro
345 LIB := $(shell IFS=$$'\n'; cygpath -w "$(VS140COMNTOOLS)../../VC/lib") macro
377 LIB := $(shell IFS=$$'\n'; cygpath "$(VS100COMNTOOLS)../../VC/lib/amd64") macro
389 export LIB := $(LIB);$(WindowsSDKLibDir) macro
402 LIB := $(shell IFS=$$'\n'; cygpath -w "$(VS100COMNTOOLS)../../VC/lib") macro
414 export LIB := $(LIB);$(WindowsSDKLibDir) macro
428 LIB := $(shell IFS=$$'\n'; cygpath -w "$(VS80COMNTOOLS)../../VC/lib") macro
441 export LIB := $(LIB);$(WindowsSDKLibDir) macro
455 export LIB := $(XDK)/xbox/lib macro
471 LIB := $(shell IFS=$$'\n'; cygpath -w "$(VS71COMNTOOLS)../../Vc7/lib") macro
[all …]
/dports/devel/level-zero/level-zero-1.7.4/source/inc/
H A Dze_util.h22 # define FREE_DRIVER_LIBRARY(LIB) if(LIB) FreeLibrary(LIB) argument
23 # define GET_FUNCTION_PTR(LIB, FUNC_NAME) GetProcAddress(LIB, FUNC_NAME) argument
34 # define FREE_DRIVER_LIBRARY(LIB) if(LIB) dlclose(LIB) argument
35 # define GET_FUNCTION_PTR(LIB, FUNC_NAME) dlsym(LIB, FUNC_NAME) argument
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/post/
H A DMakefile27 LIB = libpost.a macro
46 LIB := $(obj)$(LIB) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/post/
H A DMakefile27 LIB = libpost.a macro
46 LIB := $(obj)$(LIB) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/post/
H A DMakefile27 LIB = libpost.a macro
46 LIB := $(obj)$(LIB) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/post/
H A DMakefile27 LIB = libpost.a macro
46 LIB := $(obj)$(LIB) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/post/
H A DMakefile27 LIB = libpost.a macro
46 LIB := $(obj)$(LIB) macro

12345678910>>...102