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

  1. #--------------------------------------------------------------------------#
  2. #                                                                          #
  3. #   MAKEFILE for BIDS XREF example                                         #
  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={s|m|c|l}         for 16-bit Windows                    #
  12. #       make MODEL={s|m|c|l} -DDOS16 for 16-bit DOS                        #
  13. #                                                                          #
  14. #--------------------------------------------------------------------------#
  15.  
  16. EXE     = xref
  17.  
  18. !include $(BCEXAMPLEDIR)\bidsmake.gen
  19.