- SubDir P4 net ;
- SubDirHdrs $(P4) zlib ;
- SubDirC++Flags -I$(SSLINCDIR) ;
- 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 | 18760 | rlranft |
Populate -o //guest/perforce_software/p4/... //guest/rlranft/p4/.... |
9 years ago | |
//guest/perforce_software/p4/2014-2/net/Jamfile | |||||
#1 | 15903 | Matt Attaway | Everything should be happy now between the Workshop and the depot paths | 10 years ago | |
//guest/perforce_software/p4/2014_2/net/Jamfile | |||||
#1 | 15901 | Matt Attaway | Clean up code to fit modern Workshop naming standards | 10 years ago | |
//guest/perforce_software/p4/2014.2/net/Jamfile | |||||
#1 | 12189 | Matt Attaway | Initial (and much belated) drop of 2014.2 p4 source code | 10 years ago |