home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / utility / makehm / makehm.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-27  |  3.5 KB  |  107 lines

  1. # Microsoft Developer Studio Project File - Name="MakeHm" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6.  
  7. CFG=MakeHm - Win32 Release
  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 "makehm.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 "makehm.mak" CFG="MakeHm - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "MakeHm - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "MakeHm - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. CPP=cl.exe
  27. RSC=rc.exe
  28.  
  29. !IF  "$(CFG)" == "MakeHm - Win32 Release"
  30.  
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir ".\Release"
  34. # PROP BASE Intermediate_Dir ".\Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 2
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir ".\Release"
  39. # PROP Intermediate_Dir ".\Release"
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /FR /YX /FD /c
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  50. # ADD LINK32 /nologo /subsystem:console /machine:I386
  51.  
  52. !ELSEIF  "$(CFG)" == "MakeHm - Win32 Debug"
  53.  
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir ".\Debug"
  57. # PROP BASE Intermediate_Dir ".\Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 2
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir ".\Debug"
  62. # PROP Intermediate_Dir ".\Debug"
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  65. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /FR /YX /FD /c
  66. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  67. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LINK32=link.exe
  72. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  73. # ADD LINK32 /nologo /subsystem:console /debug /machine:I386
  74.  
  75. !ENDIF 
  76.  
  77. # Begin Target
  78.  
  79. # Name "MakeHm - Win32 Release"
  80. # Name "MakeHm - Win32 Debug"
  81. # Begin Group "Source Files"
  82.  
  83. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  84. # Begin Source File
  85.  
  86. SOURCE=.\Makehm.cpp
  87. # End Source File
  88. # End Group
  89. # Begin Group "Header Files"
  90.  
  91. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  92. # Begin Source File
  93.  
  94. SOURCE=.\resource.h
  95. # End Source File
  96. # End Group
  97. # Begin Group "Resource Files"
  98.  
  99. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  100. # Begin Source File
  101.  
  102. SOURCE=.\makehm.rc
  103. # End Source File
  104. # End Group
  105. # End Target
  106. # End Project
  107.