# change the following as needed

## OS        : NuTCRACKER (win32)
## ARCH      : x86
## Compiler  : NuTCRACKER (vc++)
## Maintainer: <cramer>

CC      = cc
LD      = ld
RM      = rm -f
AR      = ar rc
RNLIB   = true
STRIP   = strip
INSTALL = install

CFLAGS  = -DNO_CRYPTO $(EXTRA_FLAGS)
LDFLAGS = -static
LDLIBS  = -lm $(EXTRA_LIBS)

# Cosm Defines
CDEFS = -DCPU_32BIT -DCPU_WORD_SIZES=442 \
	-DCPU_TYPE=CPU_X86 -DOS_TYPE=OS_NUTC
