remove the bjam-based build system

This commit is contained in:
Greg Landrum
2010-09-27 03:54:07 +00:00
parent f3fbef45c5
commit b993f89afe
76 changed files with 5 additions and 1620 deletions

View File

@@ -1,12 +0,0 @@
project Catalogs : : ;
import os ;
local RDBASE = [ os.environ RDBASE ] ;
lib Catalogs : Catalog.cpp CatalogParams.cpp CatalogEntry.cpp : <toolset>msvc:<link>static ; #<link>static ;
install lib-install : Catalogs : <location>$(RDBASE)/bin ;