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

Directory "{PRJ_ROOT}vos:source:"
nmake {Parameters}

Directory {PRJ_ROOT}vos:UTIL:
nmake {Parameters}

cd "{curdir}"
set exit 0
