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 / _interfaces.dsp next >
Text File  |  1998-04-02  |  2KB  |  90 lines

  1. # Microsoft Developer Studio Project File - Name="_interfaces" - 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=_interfaces - 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 "_interfaces.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 "_interfaces.mak" CFG="_interfaces - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "_interfaces - Win32 Release" (based on "Win32 (x86) Generic Project")
  21. !MESSAGE "_interfaces - Win32 Debug" (based on "Win32 (x86) Generic Project")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. MTL=midl.exe
  27.  
  28. !IF  "$(CFG)" == "_interfaces - Win32 Release"
  29.  
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Target_Dir ""
  40.  
  41. !ELSEIF  "$(CFG)" == "_interfaces - Win32 Debug"
  42.  
  43. # PROP BASE Use_MFC 0
  44. # PROP BASE Use_Debug_Libraries 1
  45. # PROP BASE Output_Dir "Debug"
  46. # PROP BASE Intermediate_Dir "Debug"
  47. # PROP BASE Target_Dir ""
  48. # PROP Use_MFC 0
  49. # PROP Use_Debug_Libraries 1
  50. # PROP Output_Dir "Debug"
  51. # PROP Intermediate_Dir "Debug"
  52. # PROP Target_Dir ""
  53.  
  54. !ENDIF 
  55.  
  56. # Begin Target
  57.  
  58. # Name "_interfaces - Win32 Release"
  59. # Name "_interfaces - Win32 Debug"
  60. # Begin Source File
  61.  
  62. SOURCE=devcmd.idl
  63.  
  64. !IF  "$(CFG)" == "_interfaces - Win32 Release"
  65.  
  66. !ELSEIF  "$(CFG)" == "_interfaces - Win32 Debug"
  67.  
  68. # PROP Ignore_Default_Tool 1
  69. # Begin Custom Build - Building tlb
  70. InputPath=devcmd.idl
  71.  
  72. BuildCmds= \
  73.     midl.exe /nologo /D "_DEBUG" /tlb "devcmd.tlb" /win32 devcmd.idl
  74.  
  75. "devcmd_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  76.    $(BuildCmds)
  77.  
  78. "devcmd_p.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  79.    $(BuildCmds)
  80.  
  81. "dlldata.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  82.    $(BuildCmds)
  83. # End Custom Build
  84.  
  85. !ENDIF 
  86.  
  87. # End Source File
  88. # End Target
  89. # End Project
  90.