[BACK] Return to Jamfile CVS log [TXT][DIR] Up to Nevrax / code / nel

File: Nevrax / code / nel / Jamfile (download)
Revision 1.1, Mon Feb 18 13:51:55 2002 UTC (3 months, 4 weeks ago) by lecroart
Branch: MAIN
CVS Tags: georges_v2, HEAD
ADDED: Jam compile system

#
# Jamfile to build NeL
#

if $(NEL_TOP) != $(DOT)
{
  SubDir  NEL_TOP ;
}

SubInclude NEL_TOP src ;
SubInclude NEL_TOP samples ;