CFLAGS = -c /ALw /G2w /W3
LFLAGS =

reverse.dll: main.obj
   link $(LFLAGS) main, reverse.dll /align:16,,/NOD libw mdllcew,reverse;

main.obj: main.c
   cl $(CFLAGS) main.c




