home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / demos / textmode / build / makefile next >
Encoding:
Makefile  |  1995-04-08  |  386 b   |  10 lines

  1. #/-------------------------------------------------------------------------
  2. #/---------------------------------------------- makefile - 1/95 ----------
  3. #/-------------------------------------------------------------------------
  4.  
  5. !include ..\..\..\source\make.cfg
  6.  
  7. $(EXEC)\textmode.exe: textmode.obj $(THXLIB)
  8.     $(LINK) textmode,$(EXEC)\textmode,, $(FGLIB) $(THXLIB) $(CLIB)
  9.  
  10.