# ============================================================================
#		whello makefile
# ----------------------------------------------------------------------------
#		Copyright (C) 1989.  Daniel J. Reynolds.  All Rights Reserved.
#		High Aspect Development Corporation.
#		45 Shore Drive # 909.
#		Ogden Dunes, IN. 46368  (219) 762-4725
# ============================================================================ 

whello:	whello.c
%if X_$(COMPILER) == X_MSC
	:cl -AS -DMSC whello.c -link mcursess.lib
%elseif X_$(COMPILER) == X_TURBOC
	:tcc -ms -DTURBOC whello.c tcursess.lib
%endif
