home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 132 / makefile.mk < prev    next >
Makefile  |  1991-11-01  |  924b  |  27 lines

  1. ########################################################
  2. #
  3. #   hyperoid makefile
  4. #
  5. #   Copyright (C) 1988-1990 Lantern Corp.
  6. #
  7. ########################################################
  8.  
  9. # This is just a teaser to show how little you have to do to make projects
  10. # under Lantern Corp.'s software engineering system. To make Hyperoid on
  11. # your system, make sure <winext.h> is in your include path and set up your
  12. # makefile like you normally do for your own stuff.
  13. # I'll (hopefully) post the 100k of stuff you need for this makefile to
  14. # be usefull. I'll have to talk to my boss first...
  15. # P.S. The system only works for the Mircosoft C6.0 compiler, but its easy
  16. # enough to change.
  17. # P.P.S. I hate every integrated environment I've run across so far, thus
  18. # the system is run from a command prompt.
  19.  
  20. PROJ = hyperoid
  21. OBJS = hyperoid.obj roidsupp.obj
  22. RESS = hyperoid.res
  23. LIBS =
  24.  
  25. !include <windows.mk>
  26.  
  27.