MAKEFILE
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. #
  2. # MAKEFILE
  3. # Beeper Automation Object #3 Chapter 14
  4. #
  5. # Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  6. #
  7. # Kraig Brockschmidt, Microsoft
  8. # Internet  :  kraigb@microsoft.com
  9. # Compuserve:  >INTERNET:kraigb@microsoft.com
  10. #
  11. #Add '#' to the next line for 'noisy' operation
  12. !CMDSWITCHES +s
  13. !ifdef WIN16
  14. !MESSAGE WARNING:  This sample will only compile with OLE 2.02
  15. !endif
  16. TARGET  = dbeeper
  17. OUTFILE = dbeeper3.dll
  18. DLL     = 1
  19. NODOC   = 1
  20. NOPRECOMP = 1
  21. NOUILIB = 1
  22. NOCLASSLIB = 1
  23. INCLS   = $(TARGET).h beeper.h ibeeper.h
  24. OBJS1   = $(TARGET).obj beeper.obj
  25. OBJS2   = ""
  26. OBJS3   = ""
  27. OBJS4   = ""
  28. OBJS5   = ""
  29. OBJS6   = ""
  30. OBJS    = $(OBJS1)
  31. RCFILES =
  32. TLBHEAD = /h ibeeper.h
  33. !include "..\..\inole-a.mak"
  34. !include "..\..\inole-b.mak"
  35. ##### Dependencies #####
  36. $(TARGET).obj : $(TARGET).cpp $(INCLS)
  37. beeper.obj    : beeper.cpp    $(INCLS)
  38. $(TARGET).res : $(TARGET).rc  $(INCLS) $(RCFILES)
  39. ibeeper.h     : beep0000.tlb beep0007.tlb
  40. #This rule builds other type libraries without generating ibeeper.h
  41. beep0007.tlb  : beep0007.odl
  42.     echo ++++++++++
  43.     echo Compiling $*.odl
  44.     $(WX) mktyplib /nologo /nocpp /o $*.log /tlb $*.tlb $*.odl