home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / dllhello.pak / MAKEFILE < prev    next >
Text File  |  1997-07-23  |  739b  |  16 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. #----------------------------------------------------------------------------
  4.  
  5. MODELS = d                            # force use of DLL
  6. EXERES = calldll
  7. LIBEXE = dllhello.lib
  8. DLLRES = dllhello                     # use this target for generating DLLRULE
  9. DLLALL = dllhello.dll resource.dll
  10. DLLMAKE= $(DLLHELLO) $(RESOURCE)
  11.  
  12. DLLHELLO = $(DLLRULE:dllhello.res=)     # no resource for this DLL
  13. TEMPRULE = $(DLLRULE:dllhello=resource) # change name for the other DLL
  14. RESOURCE = $(TEMPRULE:resource.obj=)    # no code module used for resource DLL
  15. !include $(BCEXAMPLEDIR)\owlmake.gen
  16.