SubDir P4 net ;
SubDirHdrs $(P4) zlib ;
SubDirC++Flags -I$(SSLINCLUDE) ;
P4Library $(RPCLIB) :
netbuffer.cc
netconnect.cc
;
P4Library $(RPCLIB) :
netaddrinfo.cc
netipaddr.cc
netportparser.cc
netprotectaddr.cc
netstd.cc
netsslcredentials.cc
netsslendpoint.cc
netssltransport.cc
nettcpendpoint.cc
nettcptransport.cc
netutils.cc
;
DefineVar netssltransport.cc : OPENSSL_VERSION_TEXT ;
DefineVarNQ netssltransport.cc : OPENSSL_VERSION_NUMBER ;
# Rude, crude way to get winsock.h to include the rpc.h in STDHDRS, not in
# SEARCH_SOURCE. We _should_ be able to put SEARCH_SOURCE after STDHDRS in
# the list. But STDHDRS is put on the command line (last) by jam's
# Cc rule, and Microsoft's compilers ignore _initial_ duplicate directories
# in the include search path.
if $(MSVCNT)
{
local t u s ;
makeGristedName t : nettcp.cc ;
makeGristedName u : nettcpd.cc ;
makeGristedName s : netssl.cc ;
HDRS on $(t:S=$(SUFOBJ)) = $(HDRS) $(STDHDRS) ;
HDRS on $(u:S=$(SUFOBJ)) = $(HDRS) $(STDHDRS) ;
HDRS on $(s:S=$(SUFOBJ)) = $(HDRS) $(STDHDRS) ;
}
# |
Change |
User |
Description |
Committed |
|
#1
|
15902 |
matt_attaway |
A second renaming that I will not obliterate as a badge of shame |
|
|
//guest/perforce_software/p4/2014_1/net/Jamfile |
#1
|
15901 |
matt_attaway |
Clean up code to fit modern Workshop naming standards |
|
|
//guest/perforce_software/p4/2014.1/net/Jamfile |
#1
|
12188 |
matt_attaway |
Move 'main' p4 into a release specific directory in prep for new releases |
|
|
//guest/perforce_software/p4/net/Jamfile |
#1
|
9129 |
matt_attaway |
Initial commit of the 2014.1 p4/p4api source code |
|
|