Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

523 lines
17 KiB

  1. # Microsoft Developer Studio Project File - Name="shimgvw" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=shimgvw - 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 "shimgvw.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 "shimgvw.mak" CFG="shimgvw - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "shimgvw - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "shimgvw - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "shimgvw - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "shimgvw - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "shimgvw - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "shimgvw - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  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)" == "shimgvw - 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 0
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "Debug"
  41. # PROP Intermediate_Dir "Debug"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  45. # ADD CPP /nologo /MTd /W4 /Gm /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D _WIN32_WINNT=0x400 /FR /Fp"Debug/precomp.pch" /YX"precomp.h" /FD /c
  46. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  47. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  48. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  49. # ADD RSC /l 0x409 /d "_DEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # 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 /dll /debug /machine:I386 /pdbtype:sept
  55. # 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 comctl32.lib shell32.lib shell32p.lib shlwapi.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libc" /nodefaultlib:"msvcrt" /pdbtype:sept
  56. # Begin Custom Build - Registering ActiveX Control...
  57. OutDir=.\Debug
  58. TargetPath=.\Debug\shimgvw.dll
  59. InputPath=.\Debug\shimgvw.dll
  60. SOURCE="$(InputPath)"
  61. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  62. regsvr32 /s /c "$(TargetPath)"
  63. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  64. # End Custom Build
  65. !ELSEIF "$(CFG)" == "shimgvw - Win32 Unicode Debug"
  66. # PROP BASE Use_MFC 0
  67. # PROP BASE Use_Debug_Libraries 1
  68. # PROP BASE Output_Dir "DebugU"
  69. # PROP BASE Intermediate_Dir "DebugU"
  70. # PROP BASE Target_Dir ""
  71. # PROP Use_MFC 0
  72. # PROP Use_Debug_Libraries 1
  73. # PROP Output_Dir "DebugU"
  74. # PROP Intermediate_Dir "DebugU"
  75. # PROP Target_Dir ""
  76. # ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  77. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "_DEBUG" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D _WIN32_WINNT=0x400 /Yu"precomp.h" /FD /c
  78. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  79. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  81. # ADD RSC /l 0x409 /d "_DEBUG"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # 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 /dll /debug /machine:I386 /pdbtype:sept
  87. # 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 /dll /debug /machine:I386 /pdbtype:sept
  88. # Begin Custom Build - Registering ActiveX Control...
  89. OutDir=.\DebugU
  90. TargetPath=.\DebugU\shimgvw.dll
  91. InputPath=.\DebugU\shimgvw.dll
  92. SOURCE="$(InputPath)"
  93. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  94. regsvr32 /s /c "$(TargetPath)"
  95. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  96. # End Custom Build
  97. !ELSEIF "$(CFG)" == "shimgvw - Win32 Release MinSize"
  98. # PROP BASE Use_MFC 0
  99. # PROP BASE Use_Debug_Libraries 0
  100. # PROP BASE Output_Dir "ReleaseMinSize"
  101. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  102. # PROP BASE Target_Dir ""
  103. # PROP Use_MFC 0
  104. # PROP Use_Debug_Libraries 0
  105. # PROP Output_Dir "ReleaseMinSize"
  106. # PROP Intermediate_Dir "ReleaseMinSize"
  107. # PROP Target_Dir ""
  108. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  109. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D _WIN32_WINNT=0x400 /Yu"precomp.h" /FD /c
  110. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  111. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  112. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  113. # ADD RSC /l 0x409 /d "NDEBUG"
  114. BSC32=bscmake.exe
  115. # ADD BASE BSC32 /nologo
  116. # ADD BSC32 /nologo
  117. LINK32=link.exe
  118. # 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 /dll /machine:I386
  119. # 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 /dll /machine:I386
  120. # Begin Custom Build - Registering ActiveX Control...
  121. OutDir=.\ReleaseMinSize
  122. TargetPath=.\ReleaseMinSize\shimgvw.dll
  123. InputPath=.\ReleaseMinSize\shimgvw.dll
  124. SOURCE="$(InputPath)"
  125. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  126. regsvr32 /s /c "$(TargetPath)"
  127. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  128. # End Custom Build
  129. !ELSEIF "$(CFG)" == "shimgvw - Win32 Release MinDependency"
  130. # PROP BASE Use_MFC 0
  131. # PROP BASE Use_Debug_Libraries 0
  132. # PROP BASE Output_Dir "ReleaseMinDependency"
  133. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  134. # PROP BASE Target_Dir ""
  135. # PROP Use_MFC 0
  136. # PROP Use_Debug_Libraries 0
  137. # PROP Output_Dir "ReleaseMinDependency"
  138. # PROP Intermediate_Dir "ReleaseMinDependency"
  139. # PROP Ignore_Export_Lib 0
  140. # PROP Target_Dir ""
  141. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  142. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D _WIN32_WINNT=0x400 /FR /YX"precomp.h" /FD /c
  143. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  144. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  145. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  146. # ADD RSC /l 0x409 /d "NDEBUG"
  147. BSC32=bscmake.exe
  148. # ADD BASE BSC32 /nologo
  149. # ADD BSC32 /nologo
  150. LINK32=link.exe
  151. # 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 /dll /machine:I386
  152. # 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 comctl32.lib /nologo /subsystem:windows /dll /machine:I386
  153. # Begin Custom Build - Registering ActiveX Control...
  154. OutDir=.\ReleaseMinDependency
  155. TargetPath=.\ReleaseMinDependency\shimgvw.dll
  156. InputPath=.\ReleaseMinDependency\shimgvw.dll
  157. SOURCE="$(InputPath)"
  158. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  159. regsvr32 /s /c "$(TargetPath)"
  160. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  161. # End Custom Build
  162. !ELSEIF "$(CFG)" == "shimgvw - Win32 Unicode Release MinSize"
  163. # PROP BASE Use_MFC 0
  164. # PROP BASE Use_Debug_Libraries 0
  165. # PROP BASE Output_Dir "ReleaseUMinSize"
  166. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  167. # PROP BASE Target_Dir ""
  168. # PROP Use_MFC 0
  169. # PROP Use_Debug_Libraries 0
  170. # PROP Output_Dir "ReleaseUMinSize"
  171. # PROP Intermediate_Dir "ReleaseUMinSize"
  172. # PROP Target_Dir ""
  173. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  174. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D _WIN32_WINNT=0x400 /Yu"precomp.h" /FD /c
  175. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  176. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  177. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  178. # ADD RSC /l 0x409 /d "NDEBUG"
  179. BSC32=bscmake.exe
  180. # ADD BASE BSC32 /nologo
  181. # ADD BSC32 /nologo
  182. LINK32=link.exe
  183. # 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 /dll /machine:I386
  184. # 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 /dll /machine:I386
  185. # Begin Custom Build - Registering ActiveX Control...
  186. OutDir=.\ReleaseUMinSize
  187. TargetPath=.\ReleaseUMinSize\shimgvw.dll
  188. InputPath=.\ReleaseUMinSize\shimgvw.dll
  189. SOURCE="$(InputPath)"
  190. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  191. regsvr32 /s /c "$(TargetPath)"
  192. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  193. # End Custom Build
  194. !ELSEIF "$(CFG)" == "shimgvw - Win32 Unicode Release MinDependency"
  195. # PROP BASE Use_MFC 0
  196. # PROP BASE Use_Debug_Libraries 0
  197. # PROP BASE Output_Dir "ReleaseUMinDependency"
  198. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  199. # PROP BASE Target_Dir ""
  200. # PROP Use_MFC 0
  201. # PROP Use_Debug_Libraries 0
  202. # PROP Output_Dir "ReleaseUMinDependency"
  203. # PROP Intermediate_Dir "ReleaseUMinDependency"
  204. # PROP Ignore_Export_Lib 0
  205. # PROP Target_Dir ""
  206. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  207. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /D "WIN32" /D "_WINDOWS" /D "_USRDLL" /D _WIN32_WINNT=0x400 /Yu"precomp.h" /FD /c
  208. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  209. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  210. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  211. # ADD RSC /l 0x409 /d "NDEBUG"
  212. BSC32=bscmake.exe
  213. # ADD BASE BSC32 /nologo
  214. # ADD BSC32 /nologo
  215. LINK32=link.exe
  216. # 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 /dll /machine:I386
  217. # 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 /dll /machine:I386
  218. # Begin Custom Build - Registering ActiveX Control...
  219. OutDir=.\ReleaseUMinDependency
  220. TargetPath=.\ReleaseUMinDependency\shimgvw.dll
  221. InputPath=.\ReleaseUMinDependency\shimgvw.dll
  222. SOURCE="$(InputPath)"
  223. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  224. regsvr32 /s /c "$(TargetPath)"
  225. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  226. # End Custom Build
  227. !ENDIF
  228. # Begin Target
  229. # Name "shimgvw - Win32 Debug"
  230. # Name "shimgvw - Win32 Unicode Debug"
  231. # Name "shimgvw - Win32 Release MinSize"
  232. # Name "shimgvw - Win32 Release MinDependency"
  233. # Name "shimgvw - Win32 Unicode Release MinSize"
  234. # Name "shimgvw - Win32 Unicode Release MinDependency"
  235. # Begin Group "Source Files"
  236. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  237. # Begin Source File
  238. SOURCE=.\atl.cpp
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=.\Events.cpp
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.\GdiPlusTask.cpp
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=.\ImageData.cpp
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=.\photoverb.cpp
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=.\precomp.cpp
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=.\PrevCtrl.cpp
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.\prevwnd.cpp
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.\shimgvw.cpp
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.\shimgvw.def
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.\shimgvw.idl
  269. !IF "$(CFG)" == "shimgvw - Win32 Debug"
  270. # PROP Ignore_Default_Tool 1
  271. # Begin Custom Build - Performing MIDL step
  272. InputPath=.\shimgvw.idl
  273. BuildCmds= \
  274. midl /Oicf /h "shimgvw.h" /iid "shimgvw_i.c" "shimgvw.idl"
  275. ".\shimgvw.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  276. $(BuildCmds)
  277. ".\shimgvw.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  278. $(BuildCmds)
  279. ".\shimgvw_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  280. $(BuildCmds)
  281. # End Custom Build
  282. !ELSEIF "$(CFG)" == "shimgvw - Win32 Unicode Debug"
  283. # PROP Ignore_Default_Tool 1
  284. # Begin Custom Build - Performing MIDL step
  285. InputPath=.\shimgvw.idl
  286. BuildCmds= \
  287. midl /Oicf /h "shimgvw.h" /iid "shimgvw_i.c" "shimgvw.idl"
  288. ".\shimgvw.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  289. $(BuildCmds)
  290. ".\shimgvw.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  291. $(BuildCmds)
  292. ".\shimgvw_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  293. $(BuildCmds)
  294. # End Custom Build
  295. !ELSEIF "$(CFG)" == "shimgvw - Win32 Release MinSize"
  296. # PROP Ignore_Default_Tool 1
  297. # Begin Custom Build - Performing MIDL step
  298. InputPath=.\shimgvw.idl
  299. BuildCmds= \
  300. midl /Oicf /h "shimgvw.h" /iid "shimgvw_i.c" "shimgvw.idl"
  301. ".\shimgvw.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  302. $(BuildCmds)
  303. ".\shimgvw.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  304. $(BuildCmds)
  305. ".\shimgvw_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  306. $(BuildCmds)
  307. # End Custom Build
  308. !ELSEIF "$(CFG)" == "shimgvw - Win32 Release MinDependency"
  309. # PROP Ignore_Default_Tool 1
  310. # Begin Custom Build - Performing MIDL step
  311. InputPath=.\shimgvw.idl
  312. BuildCmds= \
  313. midl /Oicf /h "shimgvw.h" /iid "shimgvw_i.c" "shimgvw.idl"
  314. ".\shimgvw.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  315. $(BuildCmds)
  316. ".\shimgvw.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  317. $(BuildCmds)
  318. ".\shimgvw_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  319. $(BuildCmds)
  320. # End Custom Build
  321. !ELSEIF "$(CFG)" == "shimgvw - Win32 Unicode Release MinSize"
  322. # PROP Ignore_Default_Tool 1
  323. # Begin Custom Build - Performing MIDL step
  324. InputPath=.\shimgvw.idl
  325. BuildCmds= \
  326. midl /Oicf /h "shimgvw.h" /iid "shimgvw_i.c" "shimgvw.idl"
  327. ".\shimgvw.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  328. $(BuildCmds)
  329. ".\shimgvw.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  330. $(BuildCmds)
  331. ".\shimgvw_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  332. $(BuildCmds)
  333. # End Custom Build
  334. !ELSEIF "$(CFG)" == "shimgvw - Win32 Unicode Release MinDependency"
  335. # PROP Ignore_Default_Tool 1
  336. # Begin Custom Build - Performing MIDL step
  337. InputPath=.\shimgvw.idl
  338. BuildCmds= \
  339. midl /Oicf /h "shimgvw.h" /iid "shimgvw_i.c" "shimgvw.idl"
  340. ".\shimgvw.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  341. $(BuildCmds)
  342. ".\shimgvw.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  343. $(BuildCmds)
  344. ".\shimgvw_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  345. $(BuildCmds)
  346. # End Custom Build
  347. !ENDIF
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=.\shimgvw.rc
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=.\util.cpp
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=.\ZoomWnd.cpp
  357. # End Source File
  358. # End Group
  359. # Begin Group "Header Files"
  360. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  361. # Begin Source File
  362. SOURCE=.\Events.h
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=.\GdiPlusTask.h
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=.\ImageData.h
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=.\photoverb.h
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=.\precomp.h
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=.\PrevCtrl.h
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=.\prevwnd.h
  381. # End Source File
  382. # Begin Source File
  383. SOURCE=.\Resource.h
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=.\ZoomWnd.h
  387. # End Source File
  388. # End Group
  389. # Begin Group "Resource Files"
  390. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  391. # Begin Source File
  392. SOURCE=.\res\BehaviorFactory.rgs
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=.\res\harrow.cur
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=.\res\hmove.cur
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=.\res\preview.rgs
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=.\res\toolbar.bmp
  405. # End Source File
  406. # Begin Source File
  407. SOURCE=.\res\toolbarh.bmp
  408. # End Source File
  409. # Begin Source File
  410. SOURCE=.\res\toolbarm.bmp
  411. # End Source File
  412. # Begin Source File
  413. SOURCE=.\res\zoomin.cur
  414. # End Source File
  415. # Begin Source File
  416. SOURCE=.\res\zoomout.cur
  417. # End Source File
  418. # End Group
  419. # End Target
  420. # End Project