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

Windows编程

开发平台:

Visual C++

  1. #
  2. # MAKEFILE
  3. # Beeper Property Page Chapter 16
  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. TARGET  = beepprop
  14. OUTFILE = beepprop.dll
  15. DLL     = 1
  16. NODOC   = 1
  17. NOPRECOMP = 1
  18. NOUILIB = 1
  19. NOCLASSLIB = 1
  20. INCLS   = $(TARGET).h
  21. OBJS1   = $(TARGET).obj
  22. OBJS2   = ""
  23. OBJS3   = ""
  24. OBJS4   = ""
  25. OBJS5   = ""
  26. OBJS6   = ""
  27. OBJS    = $(OBJS1)
  28. RCFILES =
  29. !include "..\..\inole-a.mak"
  30. !include "..\..\inole-b.mak"
  31. ##### Dependencies #####
  32. $(TARGET).obj : $(TARGET).cpp $(INCLS)
  33. $(TARGET).res : $(TARGET).rc  $(INCLS) $(RCFILES)