RNSO.DSP
上传用户:lianquan
上传日期:2007-01-02
资源大小:197k
文件大小:17k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="RNSO" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=RNSO - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "RNSO.MAK".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "RNSO.MAK" CFG="RNSO - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "RNSO - Win32 Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE "RNSO - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "RNSO - Win32 Release MinSize" (based on "Win32 (x86) Application")
  21. !MESSAGE "RNSO - Win32 Release MinDependency" (based on "Win32 (x86) Application")
  22. !MESSAGE "RNSO - Win32 Unicode Release MinSize" (based on "Win32 (x86) Application")
  23. !MESSAGE "RNSO - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32. !IF  "$(CFG)" == "RNSO - Win32 Debug"
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 1
  35. # PROP BASE Output_Dir "Debug"
  36. # PROP BASE Intermediate_Dir "Debug"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 2
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "..BinServerDebug"
  41. # PROP Intermediate_Dir "..BinServerDebug"
  42. # PROP Target_Dir ""
  43. # ADD BASE CPP /nologo /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  44. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  45. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  46. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  47. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  48. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # 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:windows /debug /machine:I386 /pdbtype:sept
  54. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  55. # Begin Custom Build - Performing registration
  56. OutDir=...BinServerDebug
  57. TargetPath=DevMfcRNSOBinServerDebugRNSO.exe
  58. InputPath=DevMfcRNSOBinServerDebugRNSO.exe
  59. SOURCE="$(InputPath)"
  60. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. "$(TargetPath)" /RegServer 
  62. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  63. echo Server registration done! 
  64. # End Custom Build
  65. # Begin Special Build Tool
  66. SOURCE="$(InputPath)"
  67. PostBuild_Cmds=nmake /f rnsops.mk regsvr32 rnsops.dll
  68. # End Special Build Tool
  69. !ELSEIF  "$(CFG)" == "RNSO - Win32 Unicode Debug"
  70. # PROP BASE Use_MFC 0
  71. # PROP BASE Use_Debug_Libraries 1
  72. # PROP BASE Output_Dir "DebugU"
  73. # PROP BASE Intermediate_Dir "DebugU"
  74. # PROP BASE Target_Dir ""
  75. # PROP Use_MFC 0
  76. # PROP Use_Debug_Libraries 1
  77. # PROP Output_Dir "..BinServerDebugU"
  78. # PROP Intermediate_Dir "..BinServerDebugU"
  79. # PROP Target_Dir ""
  80. # ADD BASE CPP /nologo /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  81. # ADD CPP /nologo /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  82. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  83. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  84. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  85. # ADD RSC /l 0x409 /d "_DEBUG"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # 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 /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /pdbtype:sept
  91. # ADD 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 /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /pdbtype:sept
  92. # Begin Custom Build - Performing registration
  93. OutDir=...BinServerDebugU
  94. TargetPath=DevMfcRNSOBinServerDebugURNSO.exe
  95. InputPath=DevMfcRNSOBinServerDebugURNSO.exe
  96. SOURCE="$(InputPath)"
  97. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98. "$(TargetPath)" /RegServer 
  99. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  100. echo Server registration done! 
  101. # End Custom Build
  102. # Begin Special Build Tool
  103. SOURCE="$(InputPath)"
  104. PostBuild_Cmds=nmake /f rnsops.mk regsvr32 rnso
  105. # End Special Build Tool
  106. !ELSEIF  "$(CFG)" == "RNSO - Win32 Release MinSize"
  107. # PROP BASE Use_MFC 0
  108. # PROP BASE Use_Debug_Libraries 0
  109. # PROP BASE Output_Dir "ReleaseMinSize"
  110. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  111. # PROP BASE Target_Dir ""
  112. # PROP Use_MFC 0
  113. # PROP Use_Debug_Libraries 0
  114. # PROP Output_Dir "..BinServerReleaseMinSize"
  115. # PROP Intermediate_Dir "..BinServerReleaseMinSize"
  116. # PROP Target_Dir ""
  117. # ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  118. # ADD CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  119. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  120. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  121. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  122. # ADD RSC /l 0x409 /d "NDEBUG"
  123. BSC32=bscmake.exe
  124. # ADD BASE BSC32 /nologo
  125. # ADD BSC32 /nologo
  126. LINK32=link.exe
  127. # 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:windows /machine:I386
  128. # ADD 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:windows /machine:I386
  129. # Begin Custom Build - Performing registration
  130. OutDir=...BinServerReleaseMinSize
  131. TargetPath=DevMfcRNSOBinServerReleaseMinSizeRNSO.exe
  132. InputPath=DevMfcRNSOBinServerReleaseMinSizeRNSO.exe
  133. SOURCE="$(InputPath)"
  134. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  135. "$(TargetPath)" /RegServer 
  136. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  137. echo Server registration done! 
  138. # End Custom Build
  139. # Begin Special Build Tool
  140. SOURCE="$(InputPath)"
  141. PostBuild_Cmds=nmake /f rnsops.mk regsvr32 rnso
  142. # End Special Build Tool
  143. !ELSEIF  "$(CFG)" == "RNSO - Win32 Release MinDependency"
  144. # PROP BASE Use_MFC 0
  145. # PROP BASE Use_Debug_Libraries 0
  146. # PROP BASE Output_Dir "ReleaseMinDependency"
  147. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  148. # PROP BASE Target_Dir ""
  149. # PROP Use_MFC 0
  150. # PROP Use_Debug_Libraries 0
  151. # PROP Output_Dir "..BinServerReleaseMinDependency"
  152. # PROP Intermediate_Dir "..BinServerReleaseMinDependency"
  153. # PROP Target_Dir ""
  154. # ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  155. # ADD CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  156. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  157. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  158. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  159. # ADD RSC /l 0x409 /d "NDEBUG"
  160. BSC32=bscmake.exe
  161. # ADD BASE BSC32 /nologo
  162. # ADD BSC32 /nologo
  163. LINK32=link.exe
  164. # 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:windows /machine:I386
  165. # ADD 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:windows /machine:I386
  166. # Begin Custom Build - Performing registration
  167. OutDir=...BinServerReleaseMinDependency
  168. TargetPath=DevMfcRNSOBinServerReleaseMinDependencyRNSO.exe
  169. InputPath=DevMfcRNSOBinServerReleaseMinDependencyRNSO.exe
  170. SOURCE="$(InputPath)"
  171. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  172. "$(TargetPath)" /RegServer 
  173. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  174. echo Server registration done! 
  175. # End Custom Build
  176. # Begin Special Build Tool
  177. SOURCE="$(InputPath)"
  178. PostBuild_Cmds=nmake /f rnsops.mk regsvr32 rnso
  179. # End Special Build Tool
  180. !ELSEIF  "$(CFG)" == "RNSO - Win32 Unicode Release MinSize"
  181. # PROP BASE Use_MFC 0
  182. # PROP BASE Use_Debug_Libraries 0
  183. # PROP BASE Output_Dir "ReleaseUMinSize"
  184. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  185. # PROP BASE Target_Dir ""
  186. # PROP Use_MFC 0
  187. # PROP Use_Debug_Libraries 0
  188. # PROP Output_Dir "..BinServerReleaseUMinSize"
  189. # PROP Intermediate_Dir "..BinServerReleaseUMinSize"
  190. # PROP Target_Dir ""
  191. # ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  192. # ADD CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  193. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  194. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  195. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  196. # ADD RSC /l 0x409 /d "NDEBUG"
  197. BSC32=bscmake.exe
  198. # ADD BASE BSC32 /nologo
  199. # ADD BSC32 /nologo
  200. LINK32=link.exe
  201. # 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:windows /machine:I386
  202. # ADD 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:windows /machine:I386
  203. # Begin Custom Build - Performing registration
  204. OutDir=...BinServerReleaseUMinSize
  205. TargetPath=DevMfcRNSOBinServerReleaseUMinSizeRNSO.exe
  206. InputPath=DevMfcRNSOBinServerReleaseUMinSizeRNSO.exe
  207. SOURCE="$(InputPath)"
  208. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  209. "$(TargetPath)" /RegServer 
  210. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  211. echo Server registration done! 
  212. # End Custom Build
  213. # Begin Special Build Tool
  214. SOURCE="$(InputPath)"
  215. PostBuild_Cmds=nmake /f rnsops.mk regsvr32 rnso
  216. # End Special Build Tool
  217. !ELSEIF  "$(CFG)" == "RNSO - Win32 Unicode Release MinDependency"
  218. # PROP BASE Use_MFC 0
  219. # PROP BASE Use_Debug_Libraries 0
  220. # PROP BASE Output_Dir "ReleaseUMinDependency"
  221. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  222. # PROP BASE Target_Dir ""
  223. # PROP Use_MFC 0
  224. # PROP Use_Debug_Libraries 0
  225. # PROP Output_Dir "..BinServerReleaseUMinDependency"
  226. # PROP Intermediate_Dir "..BinServerReleaseUMinDependency"
  227. # PROP Target_Dir ""
  228. # ADD BASE CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  229. # ADD CPP /nologo /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  230. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  231. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  232. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  233. # ADD RSC /l 0x409 /d "NDEBUG"
  234. BSC32=bscmake.exe
  235. # ADD BASE BSC32 /nologo
  236. # ADD BSC32 /nologo
  237. LINK32=link.exe
  238. # 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:windows /machine:I386
  239. # ADD 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:windows /machine:I386
  240. # Begin Custom Build - Performing registration
  241. OutDir=...BinServerReleaseUMinDependency
  242. TargetPath=DevMfcRNSOBinServerReleaseUMinDependencyRNSO.exe
  243. InputPath=DevMfcRNSOBinServerReleaseUMinDependencyRNSO.exe
  244. SOURCE="$(InputPath)"
  245. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  246. "$(TargetPath)" /RegServer 
  247. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  248. echo Server registration done! 
  249. # End Custom Build
  250. # Begin Special Build Tool
  251. SOURCE="$(InputPath)"
  252. PostBuild_Cmds=nmake /f rnsops.mk regsvr32 rnso
  253. # End Special Build Tool
  254. !ENDIF 
  255. # Begin Target
  256. # Name "RNSO - Win32 Debug"
  257. # Name "RNSO - Win32 Unicode Debug"
  258. # Name "RNSO - Win32 Release MinSize"
  259. # Name "RNSO - Win32 Release MinDependency"
  260. # Name "RNSO - Win32 Unicode Release MinSize"
  261. # Name "RNSO - Win32 Unicode Release MinDependency"
  262. # Begin Group "Source Files"
  263. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  264. # Begin Source File
  265. SOURCE=.GenericObserver.cpp
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.Manager.cpp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.RNSO.cpp
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.RNSO.idl
  275. !IF  "$(CFG)" == "RNSO - Win32 Debug"
  276. # PROP Ignore_Default_Tool 1
  277. # Begin Custom Build - Performing MIDL step
  278. InputPath=.RNSO.idl
  279. BuildCmds= 
  280. midl /Oicf /h "RNSO.h" /iid "RNSO_i.c" "RNSO.idl"
  281. ".RNSO.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  282.    $(BuildCmds)
  283. ".RNSO.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  284.    $(BuildCmds)
  285. ".RNSO_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  286.    $(BuildCmds)
  287. # End Custom Build
  288. !ELSEIF  "$(CFG)" == "RNSO - Win32 Unicode Debug"
  289. # PROP Ignore_Default_Tool 1
  290. # Begin Custom Build - Performing MIDL step
  291. InputPath=.RNSO.idl
  292. BuildCmds= 
  293. midl /Oicf /h "RNSO.h" /iid "RNSO_i.c" "RNSO.idl"
  294. ".RNSO.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  295.    $(BuildCmds)
  296. ".RNSO.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  297.    $(BuildCmds)
  298. ".RNSO_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  299.    $(BuildCmds)
  300. # End Custom Build
  301. !ELSEIF  "$(CFG)" == "RNSO - Win32 Release MinSize"
  302. # PROP Ignore_Default_Tool 1
  303. # Begin Custom Build - Performing MIDL step
  304. InputPath=.RNSO.idl
  305. BuildCmds= 
  306. midl /Oicf /h "RNSO.h" /iid "RNSO_i.c" "RNSO.idl"
  307. ".RNSO.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  308.    $(BuildCmds)
  309. ".RNSO.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  310.    $(BuildCmds)
  311. ".RNSO_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  312.    $(BuildCmds)
  313. # End Custom Build
  314. !ELSEIF  "$(CFG)" == "RNSO - Win32 Release MinDependency"
  315. # PROP Ignore_Default_Tool 1
  316. # Begin Custom Build - Performing MIDL step
  317. InputPath=.RNSO.idl
  318. BuildCmds= 
  319. midl /Oicf /h "RNSO.h" /iid "RNSO_i.c" "RNSO.idl"
  320. ".RNSO.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  321.    $(BuildCmds)
  322. ".RNSO.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  323.    $(BuildCmds)
  324. ".RNSO_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  325.    $(BuildCmds)
  326. # End Custom Build
  327. !ELSEIF  "$(CFG)" == "RNSO - Win32 Unicode Release MinSize"
  328. # PROP Ignore_Default_Tool 1
  329. # Begin Custom Build - Performing MIDL step
  330. InputPath=.RNSO.idl
  331. BuildCmds= 
  332. midl /Oicf /h "RNSO.h" /iid "RNSO_i.c" "RNSO.idl"
  333. ".RNSO.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  334.    $(BuildCmds)
  335. ".RNSO.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  336.    $(BuildCmds)
  337. ".RNSO_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  338.    $(BuildCmds)
  339. # End Custom Build
  340. !ELSEIF  "$(CFG)" == "RNSO - Win32 Unicode Release MinDependency"
  341. # PROP Ignore_Default_Tool 1
  342. # Begin Custom Build - Performing MIDL step
  343. InputPath=.RNSO.idl
  344. BuildCmds= 
  345. midl /Oicf /h "RNSO.h" /iid "RNSO_i.c" "RNSO.idl"
  346. ".RNSO.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  347.    $(BuildCmds)
  348. ".RNSO.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  349.    $(BuildCmds)
  350. ".RNSO_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  351.    $(BuildCmds)
  352. # End Custom Build
  353. !ENDIF 
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=.RNSO.rc
  357. # End Source File
  358. # Begin Source File
  359. SOURCE=.StdAfx.cpp
  360. # ADD CPP /Yc"stdafx.h"
  361. # End Source File
  362. # End Group
  363. # Begin Group "Header Files"
  364. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  365. # Begin Source File
  366. SOURCE=.GenericObserver.h
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=.Manager.h
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=.Resource.h
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=.StdAfx.h
  376. # End Source File
  377. # End Group
  378. # Begin Group "Resource Files"
  379. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  380. # End Group
  381. # Begin Source File
  382. SOURCE=.GenericObserver.rgs
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=.GenericSubject.rgs
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=.RNSO.rgs
  389. # End Source File
  390. # Begin Source File
  391. SOURCE=..BinRnsoSupportDebugRnsoSupport.lib
  392. # End Source File
  393. # End Target
  394. # End Project