SubDir P4 sys ;
SubDirHdrs $(P4) zlib ;
SubDirHdrs $(P4) i18n ;
P4Library $(SUPPORTLIB) :
applefork.cc
echoctl.cc
enviro.cc
errorlog.cc
filecheck.cc
filegen.cc
filedirs.cc
fileio.cc
fileiobuf.cc
fileiosym.cc
fileiouni.cc
fileiozip.cc
filemkdir.cc
filespace.cc
filestrbuf.cc
filesys.cc
filetmp.cc
hostenv.cc
lockfile.cc
pathmac.cc
pathnt.cc
pathunix.cc
pathsys.cc
pathvms.cc
pid.cc
readfile.cc
resvmem.cc
runcmd.cc
rusage.cc
shhandler.cc
signaler.cc
stdhdrs.cc
threading.cc
timer.cc
zipfile.cc
;
if $(OS) = MACOSX
{
P4Library $(SUPPORTLIB) :
macfile.cc
fileioappm.cc
fileiomac.cc
macutil.m
;
}
else
{
P4Library $(SUPPORTLIB) :
fileioapp.cc ;
}
if $(OS) = NT || $(OS) = MINGW
{
P4Library $(SUPPORTLIB) :
fileiont.cc
ntmangle.cc
nterror.cc
ntinvargs.cc
ntservice.cc
ntthdlist.cc ;
}
if $(OS) = VMS
{
P4Library $(SUPPORTLIB) :
fileiovms.cc ;
}
P4Library $(SHSTUBLIB) :
shstub.cc ;
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 18760 | rlranft |
Populate -o //guest/perforce_software/p4/... //guest/rlranft/p4/.... |
||
| //guest/perforce_software/p4/2015-1/sys/Jamfile | |||||
| #1 | 15903 | Matt Attaway | Everything should be happy now between the Workshop and the depot paths | ||
| //guest/perforce_software/p4/2015_1/sys/Jamfile | |||||
| #1 | 15901 | Matt Attaway | Clean up code to fit modern Workshop naming standards | ||
| //guest/perforce_software/p4/2015.1/sys/Jamfile | |||||
| #1 | 12190 | Matt Attaway | Initial drop of 2015.1 p4/p4api source | ||