#  set_gui from ObjectProDSP 0.1
#  Copyright (C) 1994, Mountain Math Software, All rights reserved.
#  Licensed for free use and distribution under version 2 of the Gnu General
#  Public License. Please see file COPYING for details and restrictions.
#  
#  ObjectProDSP is a trademark of Mountain Math Software.
#  
. $OPD_ROOT/scripts/set_com
#
# build must be first in the following list
OPD_GUI_C_DIR="$OPD_ROOT/src/gui/build \
    $OPD_ROOT/src/gui/validate \
    $OPD_ROOT/src/dsp_gui \
    $OPD_ROOT/src/dsp_gui/gui \
    $OPD_COM_C_DIR"

OPD_GUI_H_DIR="$OPD_ROOT/src/include/ObjProGui/ObjProComGui \
    $OPD_ROOT/src/include/ObjProNoDSP/ObjProGui \
    $OPD_ROOT/src/include/ObjProArithGen \
    $OPD_ROOT/src/include/ObjProArithDum/ObjProArith \
	$OPD_COM_H_DIR"

# library and menu directories
OPD_GUI_SPEC_DIR="$OPD_ROOT/src/gui/lib $OPD_ROOT/src/menus/gui"



