home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-04-08 | 386 b | 10 lines |
- #/-------------------------------------------------------------------------
- #/---------------------------------------------- makefile - 1/95 ----------
- #/-------------------------------------------------------------------------
-
- !include ..\..\..\source\make.cfg
-
- $(EXEC)\textmode.exe: textmode.obj $(THXLIB)
- $(LINK) textmode,$(EXEC)\textmode,, $(FGLIB) $(THXLIB) $(CLIB)
-
-