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.

526 lines
17 KiB

  1. # Microsoft Developer Studio Project File - Name="faxcom" - 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=faxcom - 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 "faxcom.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 "faxcom.mak" CFG="faxcom - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "faxcom - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "faxcom - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "faxcom - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "faxcom - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "faxcom - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "faxcom - 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)" == "faxcom - 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 Target_Dir ""
  43. # ADD BASE CPP /nologo /MTd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  44. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /FR /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"
  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 /dll /debug /machine:I386 /pdbtype:sept
  54. # 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
  55. # Begin Custom Build - Registering ActiveX Control...
  56. OutDir=.\Debug
  57. TargetPath=.\Debug\faxcom.dll
  58. InputPath=.\Debug\faxcom.dll
  59. SOURCE="$(InputPath)"
  60. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. regsvr32 /s /c "$(TargetPath)"
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. # End Custom Build
  64. !ELSEIF "$(CFG)" == "faxcom - Win32 Unicode Debug"
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "DebugU"
  68. # PROP BASE Intermediate_Dir "DebugU"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "DebugU"
  73. # PROP Intermediate_Dir "DebugU"
  74. # PROP Ignore_Export_Lib 0
  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 /Gi /ZI /Od /X /I "..\..\inc" /I "..\..\..\public\sdk\inc" /I "..\..\..\public\sdk\inc\atl30" /I "..\..\..\public\sdk\inc\crt" /D "_ATL_DEBUG_QI" /D "_ATL_DEBUG_INTERFACES" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "FAX_HEAP_DEBUG" /FR /Yu"stdafx.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 ..\..\lib\i386\fxsapi.lib 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\faxcom.dll
  91. InputPath=.\DebugU\faxcom.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)" == "faxcom - 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 "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.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\faxcom.dll
  123. InputPath=.\ReleaseMinSize\faxcom.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)" == "faxcom - 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 Target_Dir ""
  140. # 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
  141. # ADD 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 BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  143. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  144. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  145. # ADD RSC /l 0x409 /d "NDEBUG"
  146. BSC32=bscmake.exe
  147. # ADD BASE BSC32 /nologo
  148. # ADD BSC32 /nologo
  149. LINK32=link.exe
  150. # 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
  151. # 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
  152. # Begin Custom Build - Registering ActiveX Control...
  153. OutDir=.\ReleaseMinDependency
  154. TargetPath=.\ReleaseMinDependency\faxcom.dll
  155. InputPath=.\ReleaseMinDependency\faxcom.dll
  156. SOURCE="$(InputPath)"
  157. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  158. regsvr32 /s /c "$(TargetPath)"
  159. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  160. # End Custom Build
  161. !ELSEIF "$(CFG)" == "faxcom - Win32 Unicode Release MinSize"
  162. # PROP BASE Use_MFC 0
  163. # PROP BASE Use_Debug_Libraries 0
  164. # PROP BASE Output_Dir "ReleaseUMinSize"
  165. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  166. # PROP BASE Target_Dir ""
  167. # PROP Use_MFC 0
  168. # PROP Use_Debug_Libraries 0
  169. # PROP Output_Dir "ReleaseUMinSize"
  170. # PROP Intermediate_Dir "ReleaseUMinSize"
  171. # PROP Target_Dir ""
  172. # 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
  173. # ADD 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 BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  175. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  176. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  177. # ADD RSC /l 0x409 /d "NDEBUG"
  178. BSC32=bscmake.exe
  179. # ADD BASE BSC32 /nologo
  180. # ADD BSC32 /nologo
  181. LINK32=link.exe
  182. # 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
  183. # 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
  184. # Begin Custom Build - Registering ActiveX Control...
  185. OutDir=.\ReleaseUMinSize
  186. TargetPath=.\ReleaseUMinSize\faxcom.dll
  187. InputPath=.\ReleaseUMinSize\faxcom.dll
  188. SOURCE="$(InputPath)"
  189. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  190. regsvr32 /s /c "$(TargetPath)"
  191. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  192. # End Custom Build
  193. !ELSEIF "$(CFG)" == "faxcom - Win32 Unicode Release MinDependency"
  194. # PROP BASE Use_MFC 0
  195. # PROP BASE Use_Debug_Libraries 0
  196. # PROP BASE Output_Dir "ReleaseUMinDependency"
  197. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  198. # PROP BASE Target_Dir ""
  199. # PROP Use_MFC 0
  200. # PROP Use_Debug_Libraries 0
  201. # PROP Output_Dir "ReleaseUMinDependency"
  202. # PROP Intermediate_Dir "ReleaseUMinDependency"
  203. # PROP Target_Dir ""
  204. # 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
  205. # ADD 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
  206. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  207. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  208. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  209. # ADD RSC /l 0x409 /d "NDEBUG"
  210. BSC32=bscmake.exe
  211. # ADD BASE BSC32 /nologo
  212. # ADD BSC32 /nologo
  213. LINK32=link.exe
  214. # 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
  215. # 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
  216. # Begin Custom Build - Registering ActiveX Control...
  217. OutDir=.\ReleaseUMinDependency
  218. TargetPath=.\ReleaseUMinDependency\faxcom.dll
  219. InputPath=.\ReleaseUMinDependency\faxcom.dll
  220. SOURCE="$(InputPath)"
  221. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  222. regsvr32 /s /c "$(TargetPath)"
  223. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  224. # End Custom Build
  225. !ENDIF
  226. # Begin Target
  227. # Name "faxcom - Win32 Debug"
  228. # Name "faxcom - Win32 Unicode Debug"
  229. # Name "faxcom - Win32 Release MinSize"
  230. # Name "faxcom - Win32 Release MinDependency"
  231. # Name "faxcom - Win32 Unicode Release MinSize"
  232. # Name "faxcom - Win32 Unicode Release MinDependency"
  233. # Begin Group "Source Files"
  234. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  235. # Begin Source File
  236. SOURCE=.\faxcom.cpp
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\faxcom.def
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\faxcom.idl
  243. !IF "$(CFG)" == "faxcom - Win32 Debug"
  244. # PROP Ignore_Default_Tool 1
  245. # Begin Custom Build - Performing MIDL step
  246. InputPath=.\faxcom.idl
  247. BuildCmds= \
  248. midl /Oicf /h "faxcom.h" /iid "faxcom_i.c" "faxcom.idl"
  249. ".\faxcom.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  250. $(BuildCmds)
  251. ".\faxcom.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  252. $(BuildCmds)
  253. ".\faxcom_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  254. $(BuildCmds)
  255. # End Custom Build
  256. !ELSEIF "$(CFG)" == "faxcom - Win32 Unicode Debug"
  257. # PROP Ignore_Default_Tool 1
  258. # Begin Custom Build - Performing MIDL step
  259. InputPath=.\faxcom.idl
  260. BuildCmds= \
  261. midl /Oicf /h "faxcom.h" /iid "faxcom_i.c" "faxcom.idl"
  262. ".\faxcom.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  263. $(BuildCmds)
  264. ".\faxcom.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  265. $(BuildCmds)
  266. ".\faxcom_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  267. $(BuildCmds)
  268. # End Custom Build
  269. !ELSEIF "$(CFG)" == "faxcom - Win32 Release MinSize"
  270. # PROP Ignore_Default_Tool 1
  271. # Begin Custom Build - Performing MIDL step
  272. InputPath=.\faxcom.idl
  273. BuildCmds= \
  274. midl /Oicf /h "faxcom.h" /iid "faxcom_i.c" "faxcom.idl"
  275. ".\faxcom.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  276. $(BuildCmds)
  277. ".\faxcom.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  278. $(BuildCmds)
  279. ".\faxcom_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  280. $(BuildCmds)
  281. # End Custom Build
  282. !ELSEIF "$(CFG)" == "faxcom - Win32 Release MinDependency"
  283. # PROP Ignore_Default_Tool 1
  284. # Begin Custom Build - Performing MIDL step
  285. InputPath=.\faxcom.idl
  286. BuildCmds= \
  287. midl /Oicf /h "faxcom.h" /iid "faxcom_i.c" "faxcom.idl"
  288. ".\faxcom.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  289. $(BuildCmds)
  290. ".\faxcom.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  291. $(BuildCmds)
  292. ".\faxcom_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  293. $(BuildCmds)
  294. # End Custom Build
  295. !ELSEIF "$(CFG)" == "faxcom - Win32 Unicode Release MinSize"
  296. # PROP Ignore_Default_Tool 1
  297. # Begin Custom Build - Performing MIDL step
  298. InputPath=.\faxcom.idl
  299. BuildCmds= \
  300. midl /Oicf /h "faxcom.h" /iid "faxcom_i.c" "faxcom.idl"
  301. ".\faxcom.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  302. $(BuildCmds)
  303. ".\faxcom.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  304. $(BuildCmds)
  305. ".\faxcom_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  306. $(BuildCmds)
  307. # End Custom Build
  308. !ELSEIF "$(CFG)" == "faxcom - Win32 Unicode Release MinDependency"
  309. # PROP Ignore_Default_Tool 1
  310. # Begin Custom Build - Performing MIDL step
  311. InputPath=.\faxcom.idl
  312. BuildCmds= \
  313. midl /Oicf /h "faxcom.h" /iid "faxcom_i.c" "faxcom.idl"
  314. ".\faxcom.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  315. $(BuildCmds)
  316. ".\faxcom.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  317. $(BuildCmds)
  318. ".\faxcom_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  319. $(BuildCmds)
  320. # End Custom Build
  321. !ENDIF
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\faxcom.rc
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\FaxDoc.cpp
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\FaxJob.cpp
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\FaxPort.cpp
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\FaxRoute.cpp
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\FaxSvr.cpp
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=.\FaxTiff.cpp
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=.\Status.cpp
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=.\StdAfx.cpp
  349. # ADD CPP /Yc"stdafx.h"
  350. # End Source File
  351. # End Group
  352. # Begin Group "Header Files"
  353. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  354. # Begin Source File
  355. SOURCE=.\FaxDoc.h
  356. # End Source File
  357. # Begin Source File
  358. SOURCE=.\FaxJob.h
  359. # End Source File
  360. # Begin Source File
  361. SOURCE=.\FaxPort.h
  362. # End Source File
  363. # Begin Source File
  364. SOURCE=.\FaxRoute.h
  365. # End Source File
  366. # Begin Source File
  367. SOURCE=.\FaxSvr.h
  368. # End Source File
  369. # Begin Source File
  370. SOURCE=.\FaxTiff.h
  371. # End Source File
  372. # Begin Source File
  373. SOURCE=.\Resource.h
  374. # End Source File
  375. # Begin Source File
  376. SOURCE=.\Status.h
  377. # End Source File
  378. # Begin Source File
  379. SOURCE=.\StdAfx.h
  380. # End Source File
  381. # Begin Source File
  382. SOURCE=..\inc\tiff.h
  383. # End Source File
  384. # Begin Source File
  385. SOURCE=..\..\..\public\sdk\inc\winfax.h
  386. # End Source File
  387. # End Group
  388. # Begin Group "Resource Files"
  389. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  390. # Begin Source File
  391. SOURCE=.\faxjobs1.bin
  392. # End Source File
  393. # End Group
  394. # Begin Source File
  395. SOURCE=.\FaxDoc.rgs
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=.\FaxJob.rgs
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=.\FaxJobs.rgs
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=.\FaxPort.rgs
  405. # End Source File
  406. # Begin Source File
  407. SOURCE=.\FaxRoute.rgs
  408. # End Source File
  409. # Begin Source File
  410. SOURCE=.\FaxRoutingMethodS.rgs
  411. # End Source File
  412. # Begin Source File
  413. SOURCE=.\FaxStatus.rgs
  414. # End Source File
  415. # Begin Source File
  416. SOURCE=.\faxsvr.rgs
  417. # End Source File
  418. # Begin Source File
  419. SOURCE=.\FaxTiff.rgs
  420. # End Source File
  421. # End Target
  422. # End Project