//-----------------------------------------------------------------------------
// ProjectUnity HISTORY
// $Id: HISTORY.txt,v 1.1 99/06/09 09:25:35 sunshine Exp $
//-----------------------------------------------------------------------------

v1.1 1999/05/25 sunshine@sunshineco.com
    Fixed bug: platform.make was incorrectly including $(NEXT_ROOT) in the
	definition of LOCAL_APPS_DIR, LOCAL_LIBRARY_DIR, & LOCAL_DEVELOPER_DIR.
	However, this was not in agreement with the MacOS/X Server makefiles
	which do not include $(NEXT_ROOT) in the definition of these variables.
    Fixed bug: platform.make failed to export variables to sub-makes which
	caused 'install' targets to fail in aggregate projects.
    make.sh now uses ${1+"$@"} to pass arguments to 'make' rather than
	building the argument list manually.  Thanks to Carl E. Lindberg
	<lindberg@BLaCKSMITH.com> for this suggestion.

v1.0 1998/10/27 sunshine@sunshineco.com
    First release.  Includes platform.make, make.sh, and forceload.fix.
