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

  1. #--------------------------------------------------------------------------#
  2. #                                                                          #
  3. #   MAKEFILE for DATE example                                              #
  4. #                                                                          #
  5. #   Copyright (c) 1994 Borland International                               #
  6. #   All Rights Reserved                                                    #
  7. #                                                                          #
  8. #   Usage:                                                                 #
  9. #                                                                          #
  10. #       make                            for 32-bit Windows Console         #
  11. #                                                                          #
  12. #--------------------------------------------------------------------------#
  13.  
  14. SYSTEMS= CON32
  15. EXE    = thread
  16. CON32  = 1
  17.  
  18. !include $(BCEXAMPLEDIR)\bidsmake.gen
  19.  
  20.