#*************************************************************************
#*
#*	  $Workfile:   make  $
#*
#*	  Ersterstellung	WKC 21.09.95
#*	  Letzte Aenderung	$Author: hr $ $Date: 2000/09/18 16:46:24 $
#*	  $Revision: 1.1.1.1 $
#*
#*	  $Logfile:   T:/sch/prj/make.__v  $
#*
#*	  Copyright (c) 1990 - 1995, STAR DIVISION
#*
#*************************************************************************
set curdir `Directory`
set exit 1

cd {PRJ_Root}SCH:Sdi:
nmake {Parameters}


FOR Dirs in `files -f -d -o {PRJ_Root}SCH:source:`
		cd {Dirs} 
		nmake {Parameters}
END


FOR Dirs in `files -f -d -o {PRJ_Root}SCH:source:UI:`
		cd {Dirs} 
		nmake {Parameters}
END

cd {PRJ_Root}SCH:source:
nmake {Parameters}

cd {PRJ_Root}SCH:Util:
nmake {Parameters}

Directory "{curdir}"
set exit 0
