home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / todo.pak / MAKEFILE next >
Encoding:
Text File  |  1997-07-24  |  1.1 KB  |  20 lines

  1. #--------------------------------------------------------------------------#
  2. #                                                                          #
  3. #   MAKEFILE for Todo Example                                              #
  4. #                                                                          #
  5. #   Copyright (c) Borland International 1993                               #
  6. #   All Rights Reserved                                                    #
  7. #                                                                          #
  8. #   Usage:                                                                 #
  9. #                                                                          #
  10. #       make                                                               #
  11. #                                                                          #
  12. #--------------------------------------------------------------------------#
  13.  
  14. EXE = todo
  15. SYSTEMS= WIN16 WIN32
  16. MODELS = mldf
  17. RESEXE = todowin.res
  18. OBJEXE = todowin.obj todolist.obj tododlgs.obj
  19. !include $(BCEXAMPLEDIR)\bidsmake.gen
  20.