##################### KLONE CONFIG FILE ######################################
#: Machines under GCC Win32 (Intel PC clones, W95/NT + GNU unix emulation DLL)
                    # defines this to the binary type: sun4, sun4solaris...
MACHINE_TYPE   =    win32
                    # default path for looking for klone files
KLONEPATH      ="\".://C/Program Files/Klone/kl:/usr/local/lib/klone:/klone\""
                    # system-needed libraries
LIBS           = 
                    # compilation flags , -O or -g
FLAGS	       = -O
                    # name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER     = gcc
                    # various defines:
DEFINES        = -DWIN32 -DUSE_STANDARD_MALLOC -DSYSV_TIME -DNO_TRUNCATE \
		 -DSYSV_SIGNALS -DSIGCLD=SIGCHLD -DVOID_SIGNALS
                         # other linker -specific flags
LFLAGS         = 
                    # unix command to apply to executable after link 
POSTPROCESSING = :

