home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-11-21 | 251 b | 17 lines |
-
-
- all : cbreak.exe
-
-
- cbreak.exe : cbreak.obj cbreak.def cbreak.res
- bccx -W cbreak.obj
- rc cbreak.res
-
- cbreak.obj : cbreak.c
- bccx -W -c cbreak.c
-
- cbreak.res : cbreak.rc cbreak.ico
- rc -r -ic:\borlandc\include cbreak.rc
-
-