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
;
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
|
15902 |
Matt Attaway |
A second renaming that I will not obliterate as a badge of shame |
|
|
//guest/perforce_software/p4/2014_1/sys/Jamfile |
#1
|
15901 |
Matt Attaway |
Clean up code to fit modern Workshop naming standards |
|
|
//guest/perforce_software/p4/2014.1/sys/Jamfile |
#1
|
12188 |
Matt Attaway |
Move 'main' p4 into a release specific directory in prep for new releases |
|
|
//guest/perforce_software/p4/sys/Jamfile |
#1
|
9129 |
Matt Attaway |
Initial commit of the 2014.1 p4/p4api source code |
|
|