Jamfile #1

  • //
  • guest/
  • perforce_software/
  • p4/
  • 2015-1/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (397 B)
SubDir P4 ;

SubInclude P4 client ;
SubInclude P4 dbsupp ;
SubInclude P4 diff ;
SubInclude P4 i18n ;
SubInclude P4 msgs ;
SubInclude P4 net ;
SubInclude P4 rcs ;
SubInclude P4 rpc ;
SubInclude P4 sslstub ;
SubInclude P4 support ;
SubInclude P4 sys ;
SubInclude P4 web ;
SubInclude P4 zlib ;

if $(PRODUCTION) { API ?= x ; }

if $(API) { SubInclude P4 api ; }
if $(TESTS) { SubInclude P4 tests ; }
# Change User Description Committed
#1 15903 Matt Attaway Everything should be happy now between the Workshop and the depot paths
//guest/perforce_software/p4/2015_1/Jamfile
#1 15901 Matt Attaway Clean up code to fit modern Workshop naming standards
//guest/perforce_software/p4/2015.1/Jamfile
#2 14905 Lester Cheung Removing bogus includes in Jamfile.
#1 12190 Matt Attaway Initial drop of 2015.1 p4/p4api source