home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / demos / mouse / build / makefile < prev   
Encoding:
Makefile  |  1995-03-21  |  213 b   |  14 lines

  1.  
  2. !include ..\..\..\source\make.cfg
  3.  
  4. EXEC=..\exec
  5.  
  6. all : $(EXEC)\mouse.exe
  7.   echo done
  8.  
  9. $(EXEC)\mouse.exe : main.obj  \
  10.                $(THXLIB)
  11.     $(LINK) main,$(EXEC)\mouse,, $(FGLIB) $(THXLIB) $(CLIB)
  12.  
  13.  
  14.