home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / LABELS.PAK / MAKEFILE < prev    next >
Encoding:
Text File  |  1993-12-02  |  1.1 KB  |  19 lines

  1. #--------------------------------------------------------------------------#
  2. #                                                                          #
  3. #   MAKEFILE for BIDS examples                                             #
  4. #                                                                          #
  5. #   Copyright (c) 1993 Borland International                               #
  6. #   All Rights Reserved                                                    #
  7. #                                                                          #
  8. #   Usage:                                                                 #
  9. #                                                                          #
  10. #       make MODEL=f                 for 32-bit Windows                    #
  11. #       make MODEL={m|l}             for 16-bit Windows                    #
  12. #       make MODEL={m|l} -DDOS16     for 16-bit DOS                        #
  13. #                                                                          #
  14. #--------------------------------------------------------------------------#
  15.  
  16. EXE     = labels
  17.  
  18. !include $(BCEXAMPLEDIR)\bidsmake.gen
  19.