home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / cmdwnd / msdevcmd / msdevcmdstubs.dsp < prev    next >
Text File  |  1998-04-02  |  3KB  |  118 lines

  1. # Microsoft Developer Studio Project File - Name="msdevcmdstubs" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Generic Project" 0x010a
  6.  
  7. CFG=msdevcmdstubs - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "msdevcmdstubs.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "msdevcmdstubs.mak" CFG="msdevcmdstubs - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "msdevcmdstubs - Win32 Release" (based on "Win32 (x86) Generic Project")
  21. !MESSAGE "msdevcmdstubs - Win32 Debug" (based on "Win32 (x86) Generic Project")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. MTL=midl.exe
  29.  
  30. !IF  "$(CFG)" == "msdevcmdstubs - Win32 Release"
  31.  
  32. # PROP BASE Use_MFC 0
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir "Release"
  35. # PROP BASE Intermediate_Dir "Release"
  36. # PROP BASE Target_Dir ""
  37. # PROP Use_MFC 0
  38. # PROP Use_Debug_Libraries 0
  39. # PROP Output_Dir "Release"
  40. # PROP Intermediate_Dir "Release"
  41. # PROP Target_Dir ""
  42.  
  43. !ELSEIF  "$(CFG)" == "msdevcmdstubs - Win32 Debug"
  44.  
  45. # PROP BASE Use_MFC 0
  46. # PROP BASE Use_Debug_Libraries 1
  47. # PROP BASE Output_Dir "Debug"
  48. # PROP BASE Intermediate_Dir "Debug"
  49. # PROP BASE Target_Dir ""
  50. # PROP Use_MFC 0
  51. # PROP Use_Debug_Libraries 1
  52. # PROP Output_Dir "Debug"
  53. # PROP Intermediate_Dir "Debug"
  54. # PROP Target_Dir ""
  55. # Begin Special Build Tool
  56. SOURCE="$(InputPath)"
  57. PostBuild_Desc=register msdevcmd.exe proxy
  58. PostBuild_Cmds=regsvr32 /s devcmd.dll
  59. # End Special Build Tool
  60.  
  61. !ENDIF 
  62.  
  63. # Begin Target
  64.  
  65. # Name "msdevcmdstubs - Win32 Release"
  66. # Name "msdevcmdstubs - Win32 Debug"
  67. # Begin Source File
  68.  
  69. SOURCE=.\DEVCMD.MK
  70.  
  71. !IF  "$(CFG)" == "msdevcmdstubs - Win32 Release"
  72.  
  73. # Begin Custom Build
  74. InputPath=.\DEVCMD.MK
  75.  
  76. BuildCmds= \
  77.     nmake /f devcmd.mk
  78.  
  79. "devcmd.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  80.    $(BuildCmds)
  81.  
  82. "dlldata.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  83.    $(BuildCmds)
  84.  
  85. "devcmd_i.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  86.    $(BuildCmds)
  87.  
  88. "devcmd_p.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  89.    $(BuildCmds)
  90. # End Custom Build
  91.  
  92. !ELSEIF  "$(CFG)" == "msdevcmdstubs - Win32 Debug"
  93.  
  94. # Begin Custom Build
  95. InputPath=.\DEVCMD.MK
  96.  
  97. BuildCmds= \
  98.     nmake /f devcmd.mk
  99.  
  100. "devcmd.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  101.    $(BuildCmds)
  102.  
  103. "dlldata.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  104.    $(BuildCmds)
  105.  
  106. "devcmd_i.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  107.    $(BuildCmds)
  108.  
  109. "devcmd_p.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  110.    $(BuildCmds)
  111. # End Custom Build
  112.  
  113. !ENDIF 
  114.  
  115. # End Source File
  116. # End Target
  117. # End Project
  118.