OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLLLIBRARY
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh
59
DLLLIBRARY
=""
106
if [ "$PY_ENABLE_SHARED" = "0" -o -n "${
DLLLIBRARY
}" ] ; then
/prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh
59
DLLLIBRARY
=""
106
if [ "$PY_ENABLE_SHARED" = "0" -o -n "${
DLLLIBRARY
}" ] ; then
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
176
DLLLIBRARY
=
541
$(
DLLLIBRARY
) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
542
if test -n "$(
DLLLIBRARY
)"; then \
543
$(LDSHARED) -Wl,--out-implib=$@ -o $(
DLLLIBRARY
) $^ \
902
if test -n "$(
DLLLIBRARY
)" ; then \
903
$(INSTALL_SHARED) $(
DLLLIBRARY
) $(DESTDIR)$(BINDIR); \
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
176
DLLLIBRARY
=
542
$(
DLLLIBRARY
) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
543
if test -n "$(
DLLLIBRARY
)"; then \
544
$(LDSHARED) -Wl,--out-implib=$@ -o $(
DLLLIBRARY
) $^ \
903
if test -n "$(
DLLLIBRARY
)" ; then \
904
$(INSTALL_SHARED) $(
DLLLIBRARY
) $(DESTDIR)$(BINDIR); \
[
all
...]
Completed in 71 milliseconds