home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c12 / simpledual / simple.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1997-02-20  |  5.4 KB  |  210 lines

  1. # Microsoft Developer Studio Project File - Name="Simple" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=Simple - 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 "Simple.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 "Simple.mak" CFG="Simple - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Simple - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "Simple - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "Simple - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 2
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir "Release"
  36. # PROP BASE Intermediate_Dir "Release"
  37. # PROP BASE Target_Ext "ocx"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 2
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Target_Ext "ocx"
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  46. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  47. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  50. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  56. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  57. # Begin Custom Build - Registering ActiveX Control...
  58. OutDir=.\Release
  59. TargetPath=.\Release\Simple.ocx
  60. InputPath=.\Release\Simple.ocx
  61. SOURCE=$(InputPath)
  62.  
  63. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  64.     regsvr32 /s /c "$(TargetPath)" 
  65.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  66.     
  67. # End Custom Build
  68.  
  69. !ELSEIF  "$(CFG)" == "Simple - Win32 Debug"
  70.  
  71. # PROP BASE Use_MFC 2
  72. # PROP BASE Use_Debug_Libraries 1
  73. # PROP BASE Output_Dir "Debug"
  74. # PROP BASE Intermediate_Dir "Debug"
  75. # PROP BASE Target_Ext "ocx"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 2
  78. # PROP Use_Debug_Libraries 1
  79. # PROP Output_Dir "Debug"
  80. # PROP Intermediate_Dir "Debug"
  81. # PROP Target_Ext "ocx"
  82. # PROP Target_Dir ""
  83. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  84. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  85. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  86. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  87. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  88. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LINK32=link.exe
  93. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  94. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  95. # Begin Custom Build - Registering ActiveX Control...
  96. OutDir=.\Debug
  97. TargetPath=.\Debug\Simple.ocx
  98. InputPath=.\Debug\Simple.ocx
  99. SOURCE=$(InputPath)
  100.  
  101. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  102.     regsvr32 /s /c "$(TargetPath)" 
  103.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  104.     
  105. # End Custom Build
  106.  
  107. !ENDIF 
  108.  
  109. # Begin Target
  110.  
  111. # Name "Simple - Win32 Release"
  112. # Name "Simple - Win32 Debug"
  113. # Begin Group "Source Files"
  114.  
  115. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  116. # Begin Source File
  117.  
  118. SOURCE=.\InitIIDs.cpp
  119. # SUBTRACT CPP /YX /Yc /Yu
  120. # End Source File
  121. # Begin Source File
  122.  
  123. SOURCE=.\Simple.cpp
  124.  
  125. !IF  "$(CFG)" == "Simple - Win32 Release"
  126.  
  127. # ADD CPP /Yu
  128.  
  129. !ELSEIF  "$(CFG)" == "Simple - Win32 Debug"
  130.  
  131. !ENDIF 
  132.  
  133. # End Source File
  134. # Begin Source File
  135.  
  136. SOURCE=.\Simple.def
  137. # End Source File
  138. # Begin Source File
  139.  
  140. SOURCE=.\Simple.odl
  141.  
  142. !IF  "$(CFG)" == "Simple - Win32 Release"
  143.  
  144. !ELSEIF  "$(CFG)" == "Simple - Win32 Debug"
  145.  
  146. # ADD MTL /h "SimpleDual.h"
  147.  
  148. !ENDIF 
  149.  
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\Simple.rc
  154.  
  155. !IF  "$(CFG)" == "Simple - Win32 Release"
  156.  
  157. !ELSEIF  "$(CFG)" == "Simple - Win32 Debug"
  158.  
  159. !ENDIF 
  160.  
  161. # End Source File
  162. # Begin Source File
  163.  
  164. SOURCE=.\SimpleCtl.cpp
  165. # End Source File
  166. # Begin Source File
  167.  
  168. SOURCE=.\SimplePpg.cpp
  169. # End Source File
  170. # Begin Source File
  171.  
  172. SOURCE=.\StdAfx.cpp
  173. # ADD CPP /Yc"stdafx.h"
  174. # End Source File
  175. # End Group
  176. # Begin Group "Header Files"
  177.  
  178. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  179. # Begin Source File
  180.  
  181. SOURCE=.\Resource.h
  182. # End Source File
  183. # Begin Source File
  184.  
  185. SOURCE=.\Simple.h
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=.\SimpleCtl.h
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\SimplePpg.h
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\StdAfx.h
  198. # End Source File
  199. # End Group
  200. # Begin Group "Resource Files"
  201.  
  202. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  203. # Begin Source File
  204.  
  205. SOURCE=.\SimpleCtl.bmp
  206. # End Source File
  207. # End Group
  208. # End Target
  209. # End Project
  210.