home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Unsorted BBS Collection
/
thegreatunsorted.tar
/
thegreatunsorted
/
hacking
/
internet
/
makefile.msc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
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