Jamfile #1

  • //
  • guest/
  • benjamin_ma/
  • join_check/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (255 B)
SubDir BIN ;
SubDir TOP joincheck ;

IncludeP4API ;

Main joincheck : main.cpp ;

SetLibName JOINCHECKLIB : libjoincheck ;

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

Library $(JOINCHECKLIB) :
	joincheck.cpp
	;
# Change User Description Committed
#1 8217 benjamin_ma Initial Branch from samwise's works
//guest/sam_stafford/joincheck/Jamfile
#1 7727 Sam Stafford MapApi-based tool for displaying joins of protects, client,
and optionally a branch view.