Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
Dextensions_win32.ini42 libs=winmm.lib key
53 libs=%PYTHONPREFIX%\..\zlib-1.1.4\zlib.lib /nodefaultlib:libc key
57 libs=advapi32.lib key
72 libs=ole32.lib oleaut32.lib key
77 libs=kernel32.lib user32.lib shell32.lib advapi32.lib key
83 libs=advapi32.lib key
104 libs=netapi32.lib key
134 libs=uuid.lib key
151 libs=MBLOGON.lib ADDRLKUP.LIB mapi32.lib version.lib key
156 libs=MBLOGON.lib ADDRLKUP.LIB exchinst.lib EDKCFG.LIB EDKUTILS.LIB EDKMAPI.LIB mapi32.lib version.l… key
[all …]
Dwinmakemakefile.py102 libs = ["shell32.lib", "comdlg32.lib", "wsock32.lib", "user32.lib", "oleaut32.lib"]
121 if modlib not in libs:
122 libs.append(modlib)
133 for lib in libs: print '"%s"' % (lib),
Dcheckextensions_win32.py115 libs = win32api.GetProfileVal(moduleName, "libs", "", mapFileName).split()
116 for lib in libs:
Dfreeze.py459 libs = [os.path.join(binlib, 'libpython$(VERSION).a')]
470 files + supp_sources + addfiles + libs + \
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
Dfooter.makefile16 $(MAKEROOT)/libs-$(ARCH):
17 mkdir -p $(MAKEROOT)/libs-$(ARCH)
20 install: $(MAKEROOT)/libs-$(ARCH) $(LIBRARY)
21 cp $(LIBRARY) $(MAKEROOT)/libs-$(ARCH)
Dlib.makefile16 LIBRARY = $(MAKEROOT)/libs/lib$(LIBNAME).a
18 all: $(MAKEROOT)/libs $(LIBRARY)
Dheader.makefile76 $(MAKEROOT)/libs:
77 mkdir $(MAKEROOT)/libs
Dapp.makefile24 $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
/device/generic/goldfish-opengl/
DREADME15 $AOSP/sdk/emulator/opengl/libs/GLESv1_dec/
16 $AOSP/sdk/emulator/opengl/libs/GLESv2_dec/
17 $AOSP/sdk/emulator/opengl/libs/renderControl_dec/
/device/linaro/bootloader/edk2/BaseTools/Source/C/
DMakefile36 all: libs apps install
38 libs: $(LIBRARIES) target
DGNUmakefile47 all: makerootdir subdirs $(MAKEROOT)/libs
91 -rmdir $(MAKEROOT)/libs $(MAKEROOT)/bin
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py30 libs = [os.path.join('dir', 'name'), 'name2']
32 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
Dtest_build_clib.py44 libs = [('name', {}), ('name', {'ok': 'good'})]
45 cmd.check_library_list(libs)
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DMakefile7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
/device/google/marlin/sepolicy/
Dwificond.te1 # Temporarily allow wificond to read and execute /vendor libs only for marlin/sailfish.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
Dmakefile9 libs : $(OBJ) $(SRC) target
/device/linaro/bootloader/edk2/BaseTools/
D.gitignore14 Source/C/libs/
/device/sample/products/
Dsample_addon.mk28 com.example.android.platform_library:libs/platform_library.jar
/device/generic/common/vndk/
DAndroid.mk5 include $(LOCAL_PATH)/vndk-sp-libs.mk
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DGNUmakefile43 $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)
/device/sample/sdk_addon/
Dmanifest.ini31 # the add-on folder in libs/
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME72 > Gyro bias calibration through gyro_cal & gyro_stillnes_detect libs;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DREADME48 onig-config --libs
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommon.dsc675 # Link all objects and libs to create the executable
961 # Link all objects and libs to create the executable
1094 # Add the EBC library to our list of libs
1190 # First link all the objects and libs together to make a .dll file
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME1012 --with-libs='libs': Add 'libs' to the LIBS that the python interpreter

12