home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / TODO.PAK / MAKEFILE next >
Encoding:
Text File  |  1993-12-02  |  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.