home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / ReplicaNetFreewareV5_4.exe / data1.cab / Program_Executable_Files / Example5 / Example5.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  2005-10-30  |  6.6 KB  |  229 lines

  1. # Microsoft Developer Studio Project File - Name="Example5" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=Example5 - Win32 DebugMTDLL
  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 "Example5.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 "Example5.mak" CFG="Example5 - Win32 DebugMTDLL"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Example5 - Win32 DebugMTDLL" (based on "Win32 (x86) Application")
  21. !MESSAGE "Example5 - Win32 ReleaseMTDLL" (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)" == "Example5 - Win32 DebugMTDLL"
  31.  
  32. # PROP BASE Use_MFC 6
  33. # PROP BASE Use_Debug_Libraries 1
  34. # PROP BASE Output_Dir "Example5___Win32_DebugMTDLL"
  35. # PROP BASE Intermediate_Dir "Example5___Win32_DebugMTDLL"
  36. # PROP BASE Ignore_Export_Lib 0
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 6
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "Example5___Win32_DebugMTDLL"
  41. # PROP Intermediate_Dir "Example5___Win32_DebugMTDLL"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
  45. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../ReplicaNetPublic/Includes" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
  46. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  47. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  49. # ADD RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcmtd" /nodefaultlib:"msvcprtd" /pdbtype:sept /libpath:"../ReplicaNetPublic/ReplicaNet/lib"
  55. # SUBTRACT BASE LINK32 /nodefaultlib
  56. # ADD LINK32 RNXPSessionDMDLL.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept /libpath:"../ReplicaNetPublic/Libs/LibVC6"
  57. # SUBTRACT LINK32 /nodefaultlib
  58.  
  59. !ELSEIF  "$(CFG)" == "Example5 - Win32 ReleaseMTDLL"
  60.  
  61. # PROP BASE Use_MFC 6
  62. # PROP BASE Use_Debug_Libraries 0
  63. # PROP BASE Output_Dir "Example5___Win32_ReleaseMTDLL"
  64. # PROP BASE Intermediate_Dir "Example5___Win32_ReleaseMTDLL"
  65. # PROP BASE Ignore_Export_Lib 0
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 6
  68. # PROP Use_Debug_Libraries 0
  69. # PROP Output_Dir "Example5___Win32_ReleaseMTDLL"
  70. # PROP Intermediate_Dir "Example5___Win32_ReleaseMTDLL"
  71. # PROP Ignore_Export_Lib 0
  72. # PROP Target_Dir ""
  73. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "../ReplicaNetPublic/ReplicaNet/inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  74. # ADD CPP /nologo /MD /W3 /GX /O2 /I "../ReplicaNetPublic/Includes" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  75. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  76. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  77. # ADD BASE RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  78. # ADD RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # ADD BASE LINK32 XPSESSIONRM.lib /nologo /subsystem:windows /machine:I386 /libpath:"../ReplicaNetPublic/ReplicaNet/lib"
  84. # ADD LINK32 RNXPSessionRMDLL.lib /nologo /subsystem:windows /machine:I386 /libpath:"../ReplicaNetPublic/Libs/LibVC6"
  85.  
  86. !ENDIF 
  87.  
  88. # Begin Target
  89.  
  90. # Name "Example5 - Win32 DebugMTDLL"
  91. # Name "Example5 - Win32 ReleaseMTDLL"
  92. # Begin Group "Source Files"
  93.  
  94. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  95. # Begin Source File
  96.  
  97. SOURCE=.\ChatDlg.cpp
  98. # End Source File
  99. # Begin Source File
  100.  
  101. SOURCE=.\Example5.cpp
  102. # End Source File
  103. # Begin Source File
  104.  
  105. SOURCE=.\Example5.rc
  106. # End Source File
  107. # Begin Source File
  108.  
  109. SOURCE=.\Example5Dlg.cpp
  110. # End Source File
  111. # Begin Source File
  112.  
  113. SOURCE=.\font.cpp
  114. # End Source File
  115. # Begin Source File
  116.  
  117. SOURCE=.\oleobject.cpp
  118. # End Source File
  119. # Begin Source File
  120.  
  121. SOURCE=.\oleobjects.cpp
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\picture.cpp
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\richtext.cpp
  130. # End Source File
  131. # Begin Source File
  132.  
  133. SOURCE=.\StdAfx.cpp
  134. # ADD BASE CPP /Yc"stdafx.h"
  135. # ADD CPP /Yc"stdafx.h"
  136. # End Source File
  137. # End Group
  138. # Begin Group "Header Files"
  139.  
  140. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  141. # Begin Source File
  142.  
  143. SOURCE=.\ChatDlg.h
  144. # End Source File
  145. # Begin Source File
  146.  
  147. SOURCE=.\Example5.h
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\Example5Dlg.h
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\font.h
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\oleobject.h
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\oleobjects.h
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=.\picture.h
  168. # End Source File
  169. # Begin Source File
  170.  
  171. SOURCE=.\Resource.h
  172. # End Source File
  173. # Begin Source File
  174.  
  175. SOURCE=.\richtext.h
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\StdAfx.h
  180. # End Source File
  181. # End Group
  182. # Begin Group "Resource Files"
  183.  
  184. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  185. # Begin Source File
  186.  
  187. SOURCE=.\res\Example5.ico
  188. # End Source File
  189. # Begin Source File
  190.  
  191. SOURCE=.\res\Example5.rc2
  192. # End Source File
  193. # End Group
  194. # Begin Source File
  195.  
  196. SOURCE=.\ReadMe.txt
  197. # End Source File
  198. # End Target
  199. # End Project
  200. # Section Example5 : {7BF80981-BF32-101A-8BBB-00AA00300CAB}
  201. #     2:5:Class:CPicture
  202. #     2:10:HeaderFile:picture.h
  203. #     2:8:ImplFile:picture.cpp
  204. # End Section
  205. # Section Example5 : {ED117630-4090-11CF-8981-00AA00688B10}
  206. #     2:5:Class:COLEObject
  207. #     2:10:HeaderFile:oleobject.h
  208. #     2:8:ImplFile:oleobject.cpp
  209. # End Section
  210. # Section Example5 : {E9A5593C-CAB0-11D1-8C0B-0000F8754DA1}
  211. #     2:5:Class:CRichText
  212. #     2:10:HeaderFile:richtext.h
  213. #     2:8:ImplFile:richtext.cpp
  214. # End Section
  215. # Section Example5 : {859321D0-3FD1-11CF-8981-00AA00688B10}
  216. #     2:5:Class:COLEObjects
  217. #     2:10:HeaderFile:oleobjects.h
  218. #     2:8:ImplFile:oleobjects.cpp
  219. # End Section
  220. # Section Example5 : {BEF6E003-A874-101A-8BBA-00AA00300CAB}
  221. #     2:5:Class:COleFont
  222. #     2:10:HeaderFile:font.h
  223. #     2:8:ImplFile:font.cpp
  224. # End Section
  225. # Section Example5 : {3B7C8860-D78F-101B-B9B5-04021C009402}
  226. #     2:21:DefaultSinkHeaderFile:richtext.h
  227. #     2:16:DefaultSinkClass:CRichText
  228. # End Section
  229.