home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / owlsrc.pak / BUILDORD.MAK < prev    next >
Encoding:
Text File  |  1997-07-24  |  934 b   |  30 lines

  1. #-----------------------------------------------------------------------------
  2. # ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. #
  4. # Internal MAKEFILE to build owl16.ord
  5. #
  6. # Rebuilds the ord file using the -Ur option of the internal tlink build
  7. # Reattach the header & follow any special instructions below.
  8. #
  9. # Notes:
  10. #  Leave WEP out since a special resident entry is produced by the makefile
  11. #  Leave @TGdiObject@0RefDec$qpxv out since it's signature may vary w/ diags
  12. #  Comment out entries so that the total names are < 64K (name table limit)
  13. #
  14. #-----------------------------------------------------------------------------
  15.  
  16. $(.PATH.cpp)\owl16.ord: $(ILIBDEPOBJS)
  17.   @cd $(.PATH.obj)
  18.   $(TLINK)U @&&|
  19. $(LMKORD) -L$(BCLIBDIR) c0dl +
  20. $(LINKOBJS)
  21. $(OWLDLL)
  22. $(.PATH.cpp)\owl16.ord
  23. -v- $(BIDSILIB) $(STDLIBS)
  24. |
  25.   @cd $(.PATH.cpp)
  26.  
  27. !include makefile
  28.  
  29. LMKORD = $(LDBG) -Twd -n -s -c -C -Ur
  30.