#C:/Tash/tash841a/makeconf
#####################################################
#
# This file, makeconf, contains macros used to
# customize makefiles in various TASH directories.
#
# It is automatically generated by the setup.tcl script.
# To change them, you may either edit them directly
# with a text editor or run setup.tcl again.
#
#####################################################

# OS platform
PLATFORM           = windows

# Operating system
OS                 = Windows NT

# Operating system version
OSVERSION          = 5.1

# TASH version
TASH_VERSION       = 8.4.1a

# Main TASH directory
TASH_DIRECTORY     = tash841a

# X11 library directory
X11HOME            = 

# X11 library directory
X11_LIB            = 

# X11 include directory
X11_INCLUDE        = 

# Tclsh executable
TCLSH              = tclsh84

# Tcl Home directory
TCLHOME            = c:/Tcl

# TCL include directory
TCL_INCLUDE        = -I$(TCLHOME)/include

# Tcl version
TCL_VERSION        = 8.4

# Tcl library
TCL_LIBRARY        = ../src/libtcl84.a

# Tk version
TK_VERSION         = 8.4

# Tk library
TK_LIBRARY         = ../src/libtk84.a

# This is gcc compiler (Note: must reference GNAT version)
CC                 = gcc

# gnatmake switches
GARGS              = -i -k -I../src

# compiler switches
CARGS              = -g -O2 -gnatnU

# gnatbind switches
BARGS              = 

# Specifies whether to use pragma Linker_Options build method
USE_LINKER_OPTIONS = 0

# There is no source file containing TASH linker options
TASH_LINKER_OPTIONS = 

# All link switches for TASH, Tcl, and Tk
LARGS              = -L../src -ltk84 -ltcl84 ../src/tkmacro.o ../src/tclmacro.o 
