home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / TODO.PAK / MAKEFILE next >
Text File  |  1995-08-29  |  1KB  |  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.