OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBSSH2_ROOT
(Results
1 - 2
of
2
) sorted by null
/external/curl/src/
Makefile.Watcom
96
!ifdef %
libssh2_root
97
LIBSSH2_ROOT
= $(%
libssh2_root
)
99
LIBSSH2_ROOT
= ../../libssh2-1.5.0
180
@%append $(LINK_ARG) library '$(
LIBSSH2_ROOT
)/win32/libssh2.lib'
/external/curl/lib/
Makefile.Watcom
101
!ifdef %
libssh2_root
102
LIBSSH2_ROOT
= $(%
libssh2_root
)
104
LIBSSH2_ROOT
= ../../libssh2-1.5.0
134
CFLAGS += -DUSE_LIBSSH2 -DHAVE_LIBSSH2_H -I"$(
LIBSSH2_ROOT
)/include" -I"$(
LIBSSH2_ROOT
)/win32"
224
@%append $(LINK_ARG) library '$(
LIBSSH2_ROOT
)/win32/libssh2.lib'
Completed in 53 milliseconds