Jamfile #1

  • //
  • guest/
  • matt_bruce/
  • sampleProject/
  • java/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (232 B)
# Jamfile
# Copyright (c) 2001 MBruce, all rights reserved
# $Id: //guest/matt_bruce/sampleProject/java/Jamfile#1 $

SubDir TOP java ;

ClassPath
  $(TOP)/java
  ;

SubInclude TOP java com ;

Jar sample :
  com.mbruce.examples
  ;

# Change User Description Committed
#1 632 matt_bruce initial check in of BhbJam submitted for approval on Jan-11-2001