home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / msmqocm.cab / mqapitst.dsp < prev    next >
Text File  |  1997-10-06  |  19KB  |  777 lines

  1. # Microsoft Developer Studio Project File - Name="MQApitst" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6. # TARGTYPE "Win32 (ALPHA) Application" 0x0601
  7.  
  8. CFG=MQApitst - Win32 ALPHA Debug
  9. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  10. !MESSAGE use the Export Makefile command and run
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "mqapitst.mak".
  13. !MESSAGE 
  14. !MESSAGE You can specify a configuration when running NMAKE
  15. !MESSAGE by defining the macro CFG on the command line. For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "mqapitst.mak" CFG="MQApitst - Win32 ALPHA Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "MQApitst - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "MQApitst - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "MQApitst - Win32 Debug ANSI" (based on "Win32 (x86) Application")
  24. !MESSAGE "MQApitst - Win32 Release ANSI" (based on "Win32 (x86) Application")
  25. !MESSAGE "MQApitst - Win32 ALPHA Release" (based on\
  26.  "Win32 (ALPHA) Application")
  27. !MESSAGE "MQApitst - Win32 ALPHA Debug" (based on "Win32 (ALPHA) Application")
  28. !MESSAGE 
  29.  
  30. # Begin Project
  31. # PROP Scc_ProjName ""
  32. # PROP Scc_LocalPath ""
  33.  
  34. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 6
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir ".\Release"
  39. # PROP BASE Intermediate_Dir ".\Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 6
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir ".\release"
  44. # PROP Intermediate_Dir ".\release"
  45. # PROP Ignore_Export_Lib 0
  46. # PROP Target_Dir ""
  47. CPP=cl.exe
  48. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  49. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  50. # SUBTRACT CPP /Fr
  51. MTL=midl.exe
  52. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  53. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  54. RSC=rc.exe
  55. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  56. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  57. BSC32=bscmake.exe
  58. # ADD BASE BSC32 /nologo
  59. # ADD BSC32 /nologo
  60. LINK32=link.exe
  61. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  62. # ADD LINK32 ..\..\lib\mqrt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /pdb:none /machine:I386
  63.  
  64. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  65.  
  66. # PROP BASE Use_MFC 6
  67. # PROP BASE Use_Debug_Libraries 1
  68. # PROP BASE Output_Dir ".\Debug"
  69. # PROP BASE Intermediate_Dir ".\Debug"
  70. # PROP BASE Target_Dir ""
  71. # PROP Use_MFC 6
  72. # PROP Use_Debug_Libraries 1
  73. # PROP Output_Dir ".\debug"
  74. # PROP Intermediate_Dir ".\debug"
  75. # PROP Ignore_Export_Lib 0
  76. # PROP Target_Dir ""
  77. CPP=cl.exe
  78. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  79. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "UNICODE" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  80. MTL=midl.exe
  81. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  82. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  83. RSC=rc.exe
  84. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  85. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  91. # ADD LINK32 ..\..\lib\mqrt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /pdb:none /debug /machine:I386
  92.  
  93. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  94.  
  95. # PROP BASE Use_MFC 6
  96. # PROP BASE Use_Debug_Libraries 1
  97. # PROP BASE Output_Dir ".\MQApitst"
  98. # PROP BASE Intermediate_Dir ".\MQApitst"
  99. # PROP BASE Target_Dir ""
  100. # PROP Use_MFC 6
  101. # PROP Use_Debug_Libraries 1
  102. # PROP Output_Dir ".\debugANSI"
  103. # PROP Intermediate_Dir ".\debugANSI"
  104. # PROP Ignore_Export_Lib 0
  105. # PROP Target_Dir ""
  106. CPP=cl.exe
  107. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\sdk\inc" /I "..\..\..\tools\msdtc\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  108. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  109. # SUBTRACT CPP /Fr
  110. MTL=midl.exe
  111. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  112. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  113. RSC=rc.exe
  114. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  115. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  116. BSC32=bscmake.exe
  117. # ADD BASE BSC32 /nologo
  118. # ADD BSC32 /nologo
  119. LINK32=link.exe
  120. # ADD BASE LINK32 ..\..\bins\debug\mqrt.lib wsock32.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  121. # SUBTRACT BASE LINK32 /pdb:none
  122. # ADD LINK32 ..\..\lib\mqrt.lib /nologo /subsystem:windows /pdb:none /debug /machine:I386
  123.  
  124. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  125.  
  126. # PROP BASE Use_MFC 6
  127. # PROP BASE Use_Debug_Libraries 0
  128. # PROP BASE Output_Dir ".\MQApits0"
  129. # PROP BASE Intermediate_Dir ".\MQApits0"
  130. # PROP BASE Target_Dir ""
  131. # PROP Use_MFC 6
  132. # PROP Use_Debug_Libraries 0
  133. # PROP Output_Dir ".\ReleaseANSI"
  134. # PROP Intermediate_Dir ".\ReleaseANSI"
  135. # PROP Ignore_Export_Lib 0
  136. # PROP Target_Dir ""
  137. CPP=cl.exe
  138. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\..\sdk\inc" /I "..\..\..\tools\msdtc\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  139. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  140. # SUBTRACT CPP /Fr
  141. MTL=midl.exe
  142. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  143. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  144. RSC=rc.exe
  145. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  146. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  147. BSC32=bscmake.exe
  148. # ADD BASE BSC32 /nologo
  149. # ADD BSC32 /nologo
  150. LINK32=link.exe
  151. # ADD BASE LINK32 ..\..\bins\release\mqrt.lib wsock32.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  152. # SUBTRACT BASE LINK32 /pdb:none
  153. # ADD LINK32 ..\..\lib\mqrt.lib /nologo /subsystem:windows /pdb:none /debug /machine:I386
  154.  
  155. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  156.  
  157. # PROP BASE Use_MFC 6
  158. # PROP BASE Use_Debug_Libraries 0
  159. # PROP BASE Output_Dir "MQApitst"
  160. # PROP BASE Intermediate_Dir "MQApitst"
  161. # PROP BASE Ignore_Export_Lib 0
  162. # PROP BASE Target_Dir ""
  163. # PROP Use_MFC 6
  164. # PROP Use_Debug_Libraries 0
  165. # PROP Output_Dir ".\release"
  166. # PROP Intermediate_Dir ".\release"
  167. # PROP Ignore_Export_Lib 0
  168. # PROP Target_Dir ""
  169. MTL=midl.exe
  170. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  171. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  172. CPP=cl.exe
  173. # ADD BASE CPP /nologo /MD /Gt0 /W3 /GX /Zi /O2 /I "..\..\sdk\inc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  174. # SUBTRACT BASE CPP /Fr
  175. # ADD CPP /nologo /MD /Gt0 /W3 /GX /Zi /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  176. # SUBTRACT CPP /Fr
  177. RSC=rc.exe
  178. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  179. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  180. BSC32=bscmake.exe
  181. # ADD BASE BSC32 /nologo
  182. # ADD BSC32 /nologo
  183. LINK32=link.exe
  184. # ADD BASE LINK32 ..\..\bins\release\mqrt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /pdb:none /machine:ALPHA
  185. # ADD LINK32 ..\..\lib\mqrt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /pdb:none /machine:ALPHA
  186.  
  187. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  188.  
  189. # PROP BASE Use_MFC 6
  190. # PROP BASE Use_Debug_Libraries 1
  191. # PROP BASE Output_Dir "MQApits0"
  192. # PROP BASE Intermediate_Dir "MQApits0"
  193. # PROP BASE Ignore_Export_Lib 0
  194. # PROP BASE Target_Dir ""
  195. # PROP Use_MFC 6
  196. # PROP Use_Debug_Libraries 1
  197. # PROP Output_Dir ".\debug"
  198. # PROP Intermediate_Dir ".\debug"
  199. # PROP Ignore_Export_Lib 0
  200. # PROP Target_Dir ""
  201. MTL=midl.exe
  202. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  203. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  204. CPP=cl.exe
  205. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\sdk\inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /MDd /c
  206. # ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Yu"stdafx.h" /FD /MDd /c
  207. # SUBTRACT CPP /Fr
  208. RSC=rc.exe
  209. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  210. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  211. BSC32=bscmake.exe
  212. # ADD BASE BSC32 /nologo
  213. # ADD BSC32 /nologo
  214. LINK32=link.exe
  215. # ADD BASE LINK32 ..\..\bins\debug\mqrt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /pdb:none /debug /machine:ALPHA
  216. # ADD LINK32 ..\..\lib\mqrt.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /pdb:none /debug /machine:ALPHA
  217.  
  218. !ENDIF 
  219.  
  220. # Begin Target
  221.  
  222. # Name "MQApitst - Win32 Release"
  223. # Name "MQApitst - Win32 Debug"
  224. # Name "MQApitst - Win32 Debug ANSI"
  225. # Name "MQApitst - Win32 Release ANSI"
  226. # Name "MQApitst - Win32 ALPHA Release"
  227. # Name "MQApitst - Win32 ALPHA Debug"
  228. # Begin Group "Source Files"
  229.  
  230. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  231. # Begin Source File
  232.  
  233. SOURCE=.\ClosQDlg.cpp
  234.  
  235. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  236.  
  237. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  238.  
  239. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  240.  
  241. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  242.  
  243. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  244.  
  245. DEP_CPP_CLOSQ=\
  246.     "..\..\include\mq.h"\
  247.     ".\closqdlg.h"\
  248.     ".\mqapitst.h"\
  249.     ".\stdafx.h"\
  250.     
  251.  
  252. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  253.  
  254. DEP_CPP_CLOSQ=\
  255.     "..\..\include\mq.h"\
  256.     ".\closqdlg.h"\
  257.     ".\mqapitst.h"\
  258.     ".\stdafx.h"\
  259.     
  260.  
  261. !ENDIF 
  262.  
  263. # End Source File
  264. # Begin Source File
  265.  
  266. SOURCE=.\CrQDlg.cpp
  267.  
  268. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  269.  
  270. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  271.  
  272. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  273.  
  274. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  275.  
  276. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  277.  
  278. DEP_CPP_CRQDL=\
  279.     "..\..\include\mq.h"\
  280.     ".\crqdlg.h"\
  281.     ".\mqapitst.h"\
  282.     ".\stdafx.h"\
  283.     
  284.  
  285. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  286.  
  287. DEP_CPP_CRQDL=\
  288.     "..\..\include\mq.h"\
  289.     ".\crqdlg.h"\
  290.     ".\mqapitst.h"\
  291.     ".\stdafx.h"\
  292.     
  293.  
  294. !ENDIF 
  295.  
  296. # End Source File
  297. # Begin Source File
  298.  
  299. SOURCE=.\DelQDlg.cpp
  300.  
  301. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  302.  
  303. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  304.  
  305. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  306.  
  307. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  308.  
  309. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  310.  
  311. DEP_CPP_DELQD=\
  312.     "..\..\include\mq.h"\
  313.     ".\delqdlg.h"\
  314.     ".\mqapitst.h"\
  315.     ".\stdafx.h"\
  316.     
  317.  
  318. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  319.  
  320. DEP_CPP_DELQD=\
  321.     "..\..\include\mq.h"\
  322.     ".\delqdlg.h"\
  323.     ".\mqapitst.h"\
  324.     ".\stdafx.h"\
  325.     
  326.  
  327. !ENDIF 
  328.  
  329. # End Source File
  330. # Begin Source File
  331.  
  332. SOURCE=.\LocatDlg.cpp
  333.  
  334. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  335.  
  336. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  337.  
  338. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  339.  
  340. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  341.  
  342. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  343.  
  344. DEP_CPP_LOCAT=\
  345.     "..\..\include\mq.h"\
  346.     ".\locatdlg.h"\
  347.     ".\mqapitst.h"\
  348.     ".\stdafx.h"\
  349.     
  350.  
  351. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  352.  
  353. DEP_CPP_LOCAT=\
  354.     "..\..\include\mq.h"\
  355.     ".\locatdlg.h"\
  356.     ".\mqapitst.h"\
  357.     ".\stdafx.h"\
  358.     
  359.  
  360. !ENDIF 
  361.  
  362. # End Source File
  363. # Begin Source File
  364.  
  365. SOURCE=.\MainFrm.cpp
  366.  
  367. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  368.  
  369. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  370.  
  371. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  372.  
  373. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  374.  
  375. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  376.  
  377. DEP_CPP_MAINF=\
  378.     "..\..\include\mq.h"\
  379.     ".\closqdlg.h"\
  380.     ".\crqdlg.h"\
  381.     ".\delqdlg.h"\
  382.     ".\locatdlg.h"\
  383.     ".\mainfrm.h"\
  384.     ".\mqapitst.h"\
  385.     ".\openqdlg.h"\
  386.     ".\recvmdlg.h"\
  387.     ".\recwdlg.h"\
  388.     ".\sendmdlg.h"\
  389.     ".\stdafx.h"\
  390.     
  391.  
  392. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  393.  
  394. DEP_CPP_MAINF=\
  395.     "..\..\include\mq.h"\
  396.     ".\closqdlg.h"\
  397.     ".\crqdlg.h"\
  398.     ".\delqdlg.h"\
  399.     ".\locatdlg.h"\
  400.     ".\mainfrm.h"\
  401.     ".\mqapitst.h"\
  402.     ".\openqdlg.h"\
  403.     ".\recvmdlg.h"\
  404.     ".\recwdlg.h"\
  405.     ".\sendmdlg.h"\
  406.     ".\stdafx.h"\
  407.     
  408.  
  409. !ENDIF 
  410.  
  411. # End Source File
  412. # Begin Source File
  413.  
  414. SOURCE=.\MQApitst.cpp
  415.  
  416. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  417.  
  418. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  419.  
  420. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  421.  
  422. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  423.  
  424. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  425.  
  426. DEP_CPP_MQAPI=\
  427.     "..\..\include\mq.h"\
  428.     ".\mainfrm.h"\
  429.     ".\mqapitst.h"\
  430.     ".\stdafx.h"\
  431.     ".\testdoc.h"\
  432.     ".\testview.h"\
  433.     
  434.  
  435. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  436.  
  437. DEP_CPP_MQAPI=\
  438.     "..\..\include\mq.h"\
  439.     ".\mainfrm.h"\
  440.     ".\mqapitst.h"\
  441.     ".\stdafx.h"\
  442.     ".\testdoc.h"\
  443.     ".\testview.h"\
  444.     
  445.  
  446. !ENDIF 
  447.  
  448. # End Source File
  449. # Begin Source File
  450.  
  451. SOURCE=.\MQApitst.rc
  452. # End Source File
  453. # Begin Source File
  454.  
  455. SOURCE=.\OpenQDlg.cpp
  456.  
  457. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  458.  
  459. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  460.  
  461. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  462.  
  463. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  464.  
  465. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  466.  
  467. DEP_CPP_OPENQ=\
  468.     "..\..\include\mq.h"\
  469.     ".\mqapitst.h"\
  470.     ".\openqdlg.h"\
  471.     ".\stdafx.h"\
  472.     
  473.  
  474. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  475.  
  476. DEP_CPP_OPENQ=\
  477.     "..\..\include\mq.h"\
  478.     ".\mqapitst.h"\
  479.     ".\openqdlg.h"\
  480.     ".\stdafx.h"\
  481.     
  482.  
  483. !ENDIF 
  484.  
  485. # End Source File
  486. # Begin Source File
  487.  
  488. SOURCE=.\ReadMe.txt
  489. # End Source File
  490. # Begin Source File
  491.  
  492. SOURCE=.\RecvMDlg.cpp
  493.  
  494. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  495.  
  496. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  497.  
  498. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  499.  
  500. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  501.  
  502. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  503.  
  504. DEP_CPP_RECVM=\
  505.     "..\..\include\mq.h"\
  506.     ".\mqapitst.h"\
  507.     ".\recvmdlg.h"\
  508.     ".\stdafx.h"\
  509.     
  510.  
  511. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  512.  
  513. DEP_CPP_RECVM=\
  514.     "..\..\include\mq.h"\
  515.     ".\mqapitst.h"\
  516.     ".\recvmdlg.h"\
  517.     ".\stdafx.h"\
  518.     
  519.  
  520. !ENDIF 
  521.  
  522. # End Source File
  523. # Begin Source File
  524.  
  525. SOURCE=.\RecWDlg.cpp
  526.  
  527. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  528.  
  529. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  530.  
  531. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  532.  
  533. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  534.  
  535. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  536.  
  537. DEP_CPP_RECWD=\
  538.     "..\..\include\mq.h"\
  539.     ".\mqapitst.h"\
  540.     ".\recwdlg.h"\
  541.     ".\stdafx.h"\
  542.     
  543.  
  544. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  545.  
  546. DEP_CPP_RECWD=\
  547.     "..\..\include\mq.h"\
  548.     ".\mqapitst.h"\
  549.     ".\recwdlg.h"\
  550.     ".\stdafx.h"\
  551.     
  552.  
  553. !ENDIF 
  554.  
  555. # End Source File
  556. # Begin Source File
  557.  
  558. SOURCE=.\SendMDlg.cpp
  559.  
  560. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  561.  
  562. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  563.  
  564. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  565.  
  566. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  567.  
  568. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  569.  
  570. DEP_CPP_SENDM=\
  571.     "..\..\include\mq.h"\
  572.     ".\mqapitst.h"\
  573.     ".\sendmdlg.h"\
  574.     ".\stdafx.h"\
  575.     
  576.  
  577. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  578.  
  579. DEP_CPP_SENDM=\
  580.     "..\..\include\mq.h"\
  581.     ".\mqapitst.h"\
  582.     ".\sendmdlg.h"\
  583.     ".\stdafx.h"\
  584.     
  585.  
  586. !ENDIF 
  587.  
  588. # End Source File
  589. # Begin Source File
  590.  
  591. SOURCE=.\StdAfx.cpp
  592.  
  593. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  594.  
  595. # ADD CPP /Yc"stdafx.h"
  596.  
  597. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  598.  
  599. # ADD CPP /Yc"stdafx.h"
  600.  
  601. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  602.  
  603. # ADD CPP /Yc"stdafx.h"
  604.  
  605. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  606.  
  607. # ADD CPP /Yc"stdafx.h"
  608.  
  609. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  610.  
  611. DEP_CPP_STDAF=\
  612.     ".\stdafx.h"\
  613.     
  614. # ADD BASE CPP /Gt0 /Yc"stdafx.h"
  615. # ADD CPP /Gt0 /Yc"stdafx.h"
  616.  
  617. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  618.  
  619. DEP_CPP_STDAF=\
  620.     ".\stdafx.h"\
  621.     
  622. # ADD BASE CPP /Gt0 /Yc"stdafx.h"
  623. # ADD CPP /Gt0 /Yc"stdafx.h"
  624.  
  625. !ENDIF 
  626.  
  627. # End Source File
  628. # Begin Source File
  629.  
  630. SOURCE=.\testDoc.cpp
  631.  
  632. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  633.  
  634. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  635.  
  636. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  637.  
  638. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  639.  
  640. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  641.  
  642. DEP_CPP_TESTD=\
  643.     "..\..\include\mq.h"\
  644.     ".\mqapitst.h"\
  645.     ".\stdafx.h"\
  646.     ".\testdoc.h"\
  647.     
  648.  
  649. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  650.  
  651. DEP_CPP_TESTD=\
  652.     "..\..\include\mq.h"\
  653.     ".\mqapitst.h"\
  654.     ".\stdafx.h"\
  655.     ".\testdoc.h"\
  656.     
  657.  
  658. !ENDIF 
  659.  
  660. # End Source File
  661. # Begin Source File
  662.  
  663. SOURCE=.\testView.cpp
  664.  
  665. !IF  "$(CFG)" == "MQApitst - Win32 Release"
  666.  
  667. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug"
  668.  
  669. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Debug ANSI"
  670.  
  671. !ELSEIF  "$(CFG)" == "MQApitst - Win32 Release ANSI"
  672.  
  673. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Release"
  674.  
  675. DEP_CPP_TESTV=\
  676.     "..\..\include\mq.h"\
  677.     ".\mainfrm.h"\
  678.     ".\mqapitst.h"\
  679.     ".\stdafx.h"\
  680.     ".\testdoc.h"\
  681.     ".\testview.h"\
  682.     
  683.  
  684. !ELSEIF  "$(CFG)" == "MQApitst - Win32 ALPHA Debug"
  685.  
  686. DEP_CPP_TESTV=\
  687.     "..\..\include\mq.h"\
  688.     ".\mainfrm.h"\
  689.     ".\mqapitst.h"\
  690.     ".\stdafx.h"\
  691.     ".\testdoc.h"\
  692.     ".\testview.h"\
  693.     
  694.  
  695. !ENDIF 
  696.  
  697. # End Source File
  698. # End Group
  699. # Begin Group "Header Files"
  700.  
  701. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  702. # Begin Source File
  703.  
  704. SOURCE=.\closqdlg.h
  705. # End Source File
  706. # Begin Source File
  707.  
  708. SOURCE=.\crqdlg.h
  709. # End Source File
  710. # Begin Source File
  711.  
  712. SOURCE=.\delqdlg.h
  713. # End Source File
  714. # Begin Source File
  715.  
  716. SOURCE=.\locatdlg.h
  717. # End Source File
  718. # Begin Source File
  719.  
  720. SOURCE=.\mainfrm.h
  721. # End Source File
  722. # Begin Source File
  723.  
  724. SOURCE=.\mqapitst.h
  725. # End Source File
  726. # Begin Source File
  727.  
  728. SOURCE=.\openqdlg.h
  729. # End Source File
  730. # Begin Source File
  731.  
  732. SOURCE=.\recvmdlg.h
  733. # End Source File
  734. # Begin Source File
  735.  
  736. SOURCE=.\recwdlg.h
  737. # End Source File
  738. # Begin Source File
  739.  
  740. SOURCE=.\sendmdlg.h
  741. # End Source File
  742. # Begin Source File
  743.  
  744. SOURCE=.\stdafx.h
  745. # End Source File
  746. # Begin Source File
  747.  
  748. SOURCE=.\testdoc.h
  749. # End Source File
  750. # Begin Source File
  751.  
  752. SOURCE=.\testview.h
  753. # End Source File
  754. # End Group
  755. # Begin Group "Resource Files"
  756.  
  757. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  758. # Begin Source File
  759.  
  760. SOURCE=.\res\mqapitst.ico
  761. # End Source File
  762. # Begin Source File
  763.  
  764. SOURCE=.\res\test.rc2
  765. # End Source File
  766. # Begin Source File
  767.  
  768. SOURCE=.\res\testdoc.ico
  769. # End Source File
  770. # Begin Source File
  771.  
  772. SOURCE=.\res\toolbar.bmp
  773. # End Source File
  774. # End Group
  775. # End Target
  776. # End Project
  777.