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

cd {PRJ_Root}StarMath:Idl:
nmake {Parameters}

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

#cd {PRJ_Root}StarMath:Util:
#nmake {Parameters}

Directory "{curdir}"
set exit 0
