HomeSort by relevance Sort by last modified time
    Searched full:lib (Results 626 - 650 of 4504) sorted by null

<<21222324252627282930>>

  /prebuilt/windows/sdl/host/lib/
libSDL.la 35 libdir='/home/Owner/android/SDL/lib'
  /prebuilt/windows/sdl/lib/
libSDL.la 35 libdir='/home/digit/android/device/prebuilt/windows/sdl/lib'
  /sdk/ddms/app/etc/
ddms 41 frameworkdir=`dirname "$progdir"`/tools/lib
42 libdir=`dirname "$progdir"`/tools/lib
47 libdir=`dirname "$progdir"`/lib
83 # else, look for the correct swt folder in the SDK under tools/lib/
  /sdk/templates/
build.alias.template 21 <import file="${sdk.dir}/tools/lib/alias_rules.xml" />
  /sdk/traceview/etc/
traceview 43 frameworkdir=`dirname "$progdir"`/tools/lib
44 libdir=`dirname "$progdir"`/tools/lib
49 libdir=`dirname "$progdir"`/lib
81 # else, look for the correct swt folder in the SDK under tools/lib/
  /development/build/tools/
make_windows_sdk.sh 161 LIB="$TEMP_SDK_DIR/tools/lib"
164 rm -v "$LIB"/*/swt.jar
170 mkdir -pv "$LIB"/x86
171 cp -v prebuilt/windows/swt/swt.jar "$LIB"/x86/
172 mkdir -pv "$LIB"/x86_64
173 cp -v prebuilt/windows-x86_64/swt/swt.jar "$LIB"/x86_64/
176 # and move it also in SDK/tools/lib (so that tools updates can update the root one too)
178 mv "$TOOLS/sdklauncher.exe" "$LIB/SDK Setup.exe"
187 cp -v sdk/files/post_tools_install.bat "$LIB"/
    [all...]
  /external/stlport/doc/
README.evc3 49 Go into STLport's 'build\lib' folder and type:
61 ones. Import libraries (.lib files) are put in the 'lib\evc3-arm' folder, DLLs
96 is the first directory listed there. Add STLport's 'lib\evc3-arm' or
97 'lib\evc3-x86' (depending on what target you use) folder for the library files
111 STLport uses automatic linking to find the proper .lib file. If you want to see
114 have to specify the proper .lib file in the Project Settings, on the "link" tab.
115 The .lib names have the following syntax:
117 stlport(d|stld)[_static].<STLport-Version>.lib
121 stlport_static.5.0.lib - static release version, Version 5.0.
    [all...]
README.msvc 28 In a console window go to the STLport build/lib folder. Run
57 4. Go to the STLport build/lib folder:
58 cd C:\STLport\build\lib
68 the STLport lib folder. For a description of the generated libraries check the README
87 Make sure it is the first directory listed there. Add STLport's 'lib' folder for
97 STLport uses automatic linking to find the proper .lib file. If you want to see
100 have to specify the proper .lib file in the Project Settings, on the "link" tab.
101 The .lib names have the following syntax:
103 stlport[d|stld][_x,_static,_statix].<STLport-Version>.lib
113 stlport_static.5.0.lib - static release version, Version 5.0.
    [all...]
README.borland 48 -L%BORLAND_PATH%\BCC55\lib;%BORLAND_PATH%\BCC55\lib\PSDK
58 and go to the STLport build/lib folder. Run
76 2. Go to the STLport build/lib folder:
77 cd C:\STLport\build\lib
88 in STLport's 'lib' folder and DLLs in STLport's 'bin' folder. For a
91 'build/lib' folder.
114 it is the first directory listed there. Add STLport's 'lib' folder for the library
  /external/bluetooth/hcidump/
acinclude.m4 34 if (test "${libdir}" = '${exec_prefix}/lib'); then
35 libdir="${prefix}/lib"
  /external/clearsilver/ruby/
Makefile 12 $(RUBY) install.rb config -- --with-hdf-include=../../.. --with-hdf-lib=../../../libs --make-prog=$(MAKE)
15 $(RUBY) install.rb config -- --with-hdf-include=../../.. --with-hdf-lib=../../../libs --make-prog=$(MAKE)
  /external/dropbear/debian/
dropbear.postinst 9 /usr/lib/dropbear/dropbearconvert openssh dropbear \
19 /usr/lib/dropbear/dropbearconvert openssh dropbear \
  /external/dropbear/libtommath/etc/
makefile 3 # default lib name (requires install with root)
6 # libname when you can't install the lib with install
  /external/e2fsprogs/e2fsck/
Android.mk 17 LOCAL_C_INCLUDES := external/e2fsprogs/lib
89 LOCAL_C_INCLUDES := external/e2fsprogs/lib
  /external/e2fsprogs/lib/uuid/
uuidd.h 38 #define UUIDD_SOCKET_PATH "/var/lib/libuuid/request"
39 #define UUIDD_PIDFILE_PATH "/var/lib/libuuid/uuidd.pid"
  /external/icu4c/samples/ufortune/resources/
Makefile 38 RESTARGET=lib$(RESNAME).$(SO)
41 RESTARGET=lib$(RESNAME).a
  /external/libpng/scripts/
descrip.mms 26 link pngtest,libpng.olb/lib,$(ZLIBSRC)libz.olb/lib
  /external/proguard/examples/annotations/
examples.pro 15 -libraryjars <java.home>/lib/rt.jar
20 -include lib/annotations.pro
  /external/stlport/
README 16 build/lib - build directory for STLport library (if you use
23 lib - installation directory for STLport library (if you
  /external/stlport/test/eh/
cray.mak 32 #LIBS = -L../../lib -lstlportx -lpthread
33 LIBS = -L../../lib -lstlport -lpthread
  /external/webkit/JavaScriptCore/JavaScriptCore.vcproj/
JavaScriptCore.make 32 xcopy "$(OBJROOT)\lib\*" "$(DSTROOT)\AppleInternal\lib\" /e/v/i/h/y
  /prebuilt/darwin-x86/sdl/bin/
sdl-config 7 libdir=${exec_prefix}/lib
49 # echo -L${exec_prefix}/lib @SDL_RLD_FLAGS@ @SDL_LIBS@
  /prebuilt/linux-x86/sdl/bin/
sdl-config 7 libdir=${exec_prefix}/lib
49 # echo -L${exec_prefix}/lib @SDL_RLD_FLAGS@ @SDL_LIBS@
  /prebuilt/windows/sdl/bin/
sdl-config 7 libdir=${exec_prefix}/lib
49 # echo -L${exec_prefix}/lib @SDL_RLD_FLAGS@ @SDL_LIBS@
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DdmUiPreferences.java 22 * Preference entry point for ddmuilib. Allows the lib to access a preference
24 * application that includes the lib.

Completed in 51 milliseconds

<<21222324252627282930>>