#-----------------------------------------------------------------------------
# BORLAND Version 5.6 (win32)
#-----------------------------------------------------------------------------

# These settings correspond to the standard project settings for GUI apps (Release)
# For some reason "_date.cpp" causes an internal compiler error, change "-O2" to
# "-Od" in Make.src to compile to this file. ;-)

CC  = bcc32 -O2 -Vx -Ve -X- -a8 -b- -k- -vi -c -DGUIApp
PLAIN_C = bcc32 -O2 -Vx -Ve -X- -a8 -b- -k- -vi -c -DGUIApp
LD  = bcc32

WFLAG = -tW

AR  = tlib /P1024 /C
ARC = +-
AR0 = echo

