# Which compiler to use CC = cl -D__VC__ # What optimization level to use OPTFLAGS = -O2 -MD # What options to be used by the compiler COPTIONS = # What options to be used by the loader LDOPTIONS = # What archiving to use AR = lib # What to use for indexing the archive RANLIB = echo #RANLIB = ar -ts #RANLIB =