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

  1. # Microsoft Developer Studio Project File - Name="Smiley" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=Smiley - 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 "smiley.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 "smiley.mak" CFG="Smiley - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Smiley - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Smiley - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29.  
  30. !IF  "$(CFG)" == "Smiley - Win32 Release"
  31.  
  32. # PROP BASE Use_MFC 6
  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 6
  38. # PROP Use_Debug_Libraries 0
  39. # PROP Output_Dir ".\Release"
  40. # PROP Intermediate_Dir ".\Release"
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  43. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  44. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  46. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  47. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  53. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  54.  
  55. !ELSEIF  "$(CFG)" == "Smiley - Win32 Debug"
  56.  
  57. # PROP BASE Use_MFC 6
  58. # PROP BASE Use_Debug_Libraries 1
  59. # PROP BASE Output_Dir ".\Debug"
  60. # PROP BASE Intermediate_Dir ".\Debug"
  61. # PROP BASE Target_Dir ""
  62. # PROP Use_MFC 6
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir ".\Debug"
  65. # PROP Intermediate_Dir ".\Debug"
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  68. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  69. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  70. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  71. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  72. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  78. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  79.  
  80. !ENDIF 
  81.  
  82. # Begin Target
  83.  
  84. # Name "Smiley - Win32 Release"
  85. # Name "Smiley - Win32 Debug"
  86. # Begin Group "Source Files"
  87.  
  88. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  89. # Begin Source File
  90.  
  91. SOURCE=.\readme.txt
  92. # End Source File
  93. # Begin Source File
  94.  
  95. SOURCE=.\smilectl.cpp
  96. # End Source File
  97. # Begin Source File
  98.  
  99. SOURCE=.\smiley.cpp
  100. # End Source File
  101. # Begin Source File
  102.  
  103. SOURCE=.\smiley.rc
  104. # End Source File
  105. # Begin Source File
  106.  
  107. SOURCE=.\smileydg.cpp
  108. # End Source File
  109. # Begin Source File
  110.  
  111. SOURCE=.\stdafx.cpp
  112. # ADD CPP /Yc"stdafx.h"
  113. # End Source File
  114. # End Group
  115. # Begin Group "Header Files"
  116.  
  117. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  118. # Begin Source File
  119.  
  120. SOURCE=.\smilectl.h
  121. # End Source File
  122. # Begin Source File
  123.  
  124. SOURCE=.\smiley.h
  125. # End Source File
  126. # Begin Source File
  127.  
  128. SOURCE=.\smileydg.h
  129. # End Source File
  130. # Begin Source File
  131.  
  132. SOURCE=.\stdafx.h
  133. # End Source File
  134. # End Group
  135. # Begin Group "Resource Files"
  136.  
  137. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  138. # Begin Source File
  139.  
  140. SOURCE=.\res\smiley.ico
  141. # End Source File
  142. # Begin Source File
  143.  
  144. SOURCE=.\res\smiley.rc2
  145. # End Source File
  146. # End Group
  147. # End Target
  148. # End Project
  149. # Section Smiley : {175CB003-BEED-11CE-9611-00AA004A75CF}
  150. #     0:8:Font.cpp:D:\samples\Smiley\Font.cpp
  151. #     0:9:Smile.cpp:D:\samples\Smiley\Smile.cpp
  152. #     0:6:Font.h:D:\samples\Smiley\Font.h
  153. #     0:7:Smile.h:D:\samples\Smiley\Smile.h
  154. #     2:21:DefaultSinkHeaderFile:smilectl.h
  155. #     2:16:DefaultSinkClass:CSmileCtl
  156. # End Section
  157. # Section OLE Controls
  158. #     {175CB003-BEED-11CE-9611-00AA004A75CF}
  159. # End Section
  160. # Section Smiley : {175CB001-BEED-11CE-9611-00AA004A75CF}
  161. #     2:5:Class:CSmileCtl
  162. #     2:10:HeaderFile:smilectl.h
  163. #     2:8:ImplFile:smilectl.cpp
  164. # End Section
  165.