home *** CD-ROM | disk | FTP | other *** search
- # MicroSoft makefile for cref.exe
- # 28 November 1988
- # Ken Gant
-
- cflags= #-Zi -Od # uncomment these when compiling for Codeview
- compile=cl -c $(cflags) $*.c
-
- .c.obj:
- $(compile)
-
- cref.obj : $*.c style.h
-
- esccref.obj : $*.c style.h
-
- strcref.obj : $*.c style.h
-
- cref.exe : cref.obj esccref.obj strcref.obj
- cl $(cflags) $**
-