home *** CD-ROM | disk | FTP | other *** search
Makefile | 1989-07-05 | 257 b | 15 lines |
- #
- # Makefile.MSC
- #
- # Makes dos2unix and unix2dos
- #
-
- CFLAGS =
-
- dos2unix.exe : dos2unix.c
- cl $(CFLAGS) $*.c $(LIB)\setargv.obj -link /NOE
-
- unix2dos.exe : unix2dos.c
- cl $(CFLAGS) $*.c $(LIB)\setargv.obj -link /NOE
-
-