Database
autbuild.txt
Associated article: Automated Builds
Tags: Database Parallel
Published source code accompanying the article by Aspi Havewala in which he discusses the advantages of automated builds, and suggests some features your builds can incorporate.
Automated Builds by Aspi Havewala Listing One ############################################################################# # DevRootBuildIncludePaths.mk # Include Makefile for automated build process. # Defines directory paths for stock directories used for the build. # (c) Aspi Havewala 1998 ############################################################################# !ifndef PATH_HOME !error Please define a variable called PATH_HOME. The ...


