home *** CD-ROM | disk | FTP | other *** search
- #
- # BSAMPLE.MAK
- #
- # Borland MAKE compatible.
- #
-
- OBJS = sample.obj sclient.obj saddress.obj sabout.obj slistbox.obj serror.obj
-
- sample.exe : $(OBJS) sampledb.dbd sample.res
- tlink @bsample.lnk
- rc $*.res
-
- sampledb.dbd : sampledb.ddl
- ddlp $*.ddl
-
- sample.res : sample.rc sample.h sample.mnu sample.dlg
- rc -r $*.rc
-
- .c.obj :
- bcc -ms -c -W $<