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

Windows编程

开发平台:

Visual C++

  1. Proj = Spruuids
  2. cDefines = -IInc_Ext
  3. # pull in the master SDK makefile that defines all of the macros
  4. #  and all of the build rules
  5. !include <INetSDK.Mak>
  6. All: $(ObjDir)$(Proj).Exe
  7. $(ObjDir)Game.Exe : $(@R).Obj         $(@D)App.Obj     $(@D)GameOA.Obj  
  8.                      $(@D)Guids.Obj   $(@D)MsgLoop.Obj $(@D)OleAuto.Obj 
  9.                      $(@D)Score.Obj   $(@D)Spr.Obj     $(@D)SprOA.Obj   
  10.                      $(@D)$(Proj).Res
  11. $(ObjDir)$(Proj).Exe: $(ObjDir)Game.Exe
  12.  Copy $? $@
  13. $(ObjDir)$(Proj).h $(ObjDir)$(Proj).Tlb: $(Proj).Odl
  14.   $(MkDest)
  15.   MkTypLib /DWIN32 -IInc_Ext /h $(ObjDir)$(Proj).h /tlb $(ObjDir)$(Proj).tlb $(Proj).Odl
  16. $(ObjDir)App.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h 
  17.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h     
  18.         Helpers.h OleAuto.h App.h MsgLoop.h Game.h
  19. $(ObjDir)Game.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h                
  20.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h OleAuto.h 
  21.         Game.h App.h Spr.h Score.h SpruuidP.h SpruuidP.hh SpruuidP.pix
  22. $(ObjDir)GameOA.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h    
  23.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h 
  24.         OleAuto.h Game.h App.h Spr.h Score.h DispIDs.h
  25. $(ObjDir)Guids.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h     
  26.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h 
  27.         OleAuto.h Game.h
  28. $(ObjDir)MsgLoop.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h   
  29.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h 
  30.         OleAuto.h MsgLoop.h
  31. $(ObjDir)Score.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h     
  32.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h 
  33.         OleAuto.h Score.h Spr.h Game.h
  34. $(ObjDir)Spr.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h       
  35.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h 
  36.         OleAuto.h Spr.h
  37. $(ObjDir)SprOA.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h     
  38.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h 
  39.         OleAuto.h Spr.h DispIDs.h
  40. $(ObjDir)OleAuto.Obj : Main.h Inc_Ext/MultInfo.h Inc_Ext/VBSGuids.h   
  41.         Inc_Ext/CompMgr.h Resource.h $(@D)Spruuids.h Debug.h Helpers.h OleAuto.h