home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / classlib / skel / makefile < prev    next >
Makefile  |  1995-05-03  |  874b  |  45 lines

  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.  
  12. #Add '#' to the next line for 'noisy' operation
  13. !CMDSWITCHES +s
  14.  
  15. TARGET  = skel
  16. OUTFILE = skel.exe
  17.  
  18. NOPRECOMP = 1
  19. NOUILIB   = 1
  20. NOOCLIB   = 1
  21.  
  22. INCLS    =
  23.  
  24. OBJS1    = $(TARGET).obj
  25. OBJS2    = ""
  26. OBJS3    = ""
  27. OBJS4    = ""
  28. OBJS5    = ""
  29. OBJS6    = ""
  30. OBJS     = $(OBJS1)
  31.  
  32. RCFILES1 = app.ico document.ico about.dlg
  33. RCFILES2 = stdgz72.bmp stdgz96.bmp stdgz120.bmp
  34. RCFILES  = $(RCFILES1) $(RCFILES2)
  35.  
  36. !include "..\\..\\inole-a.mak"
  37. !include "..\\..\\inole-b.mak"
  38.  
  39. ##### Dependencies #####
  40.  
  41. $(TARGET).res : $(TARGET).rc     $(INCLS) $(RCFILES)
  42.  
  43. #Application level things
  44. $(TARGET).obj : $(TARGET).cpp    $(INCLS)
  45.