Jamfile #2

  • //
  • guest/
  • stephen_moon/
  • joinCheck/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (420 B)
P4BIN = $(DOT)$(SLASH)p4-bin ;
P4LIBS = p4api$(SLASH)lib ;

if $(OS) = NT {
   JAMSHELL = cmd.exe /c ;
}

SubDir P4 ;
SubDirHdrs $(P4) p4api$(SLASH)include$(SLASH)p4 ;

Main joincheck : main.cpp ;

SetLibName JOINCHECKLIB : libjoincheck ;

LinkLibraries joincheck :
	$(JOINCHECKLIB)
	$(P4LIBS)$(SLASH)$(CLIENTLIB)
	$(P4LIBS)$(SLASH)$(RPCLIB)
	$(P4LIBS)$(SLASH)$(SUPPORTLIB) ;

Library $(JOINCHECKLIB) :
	joincheck.cpp ;
# Change User Description Committed
#2 7785 Stephen Moon the corrected version added.
#1 7782 Stephen Moon Integrating the latest joincheck code from Sam's branch
//guest/sam_stafford/joincheck/Jamfile
#1 7727 Sam Stafford MapApi-based tool for displaying joins of protects, client,
and optionally a branch view.