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

Windows编程

开发平台:

Visual C++

  1. #
  2. # MAKEFILE
  3. # CLASSLIB Skeleton
  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  = skel
  14. OUTFILE = skel.exe
  15. NOPRECOMP = 1
  16. NOUILIB   = 1
  17. NOOCLIB   = 1
  18. INCLS    =
  19. OBJS1    = $(TARGET).obj
  20. OBJS2    = ""
  21. OBJS3    = ""
  22. OBJS4    = ""
  23. OBJS5    = ""
  24. OBJS6    = ""
  25. OBJS     = $(OBJS1)
  26. RCFILES1 = app.ico document.ico about.dlg
  27. RCFILES2 = stdgz72.bmp stdgz96.bmp stdgz120.bmp
  28. RCFILES  = $(RCFILES1) $(RCFILES2)
  29. !include "..\..\inole-a.mak"
  30. !include "..\..\inole-b.mak"
  31. ##### Dependencies #####
  32. $(TARGET).res : $(TARGET).rc     $(INCLS) $(RCFILES)
  33. #Application level things
  34. $(TARGET).obj : $(TARGET).cpp    $(INCLS)