   set CFLAGS = "-W/Zi"
   set LFLAGS = "/DEBUG /DEBUGTYPE:BOTH"

cc -c imp_lib.c $CFLAGS

link /dll /NOENTRY /OUT:imp_lib.dll $LFLAGS imp_lib.o
