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

  1. # Microsoft Developer Studio Project File - Name="mqtest" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6. # TARGTYPE "Win32 (ALPHA) Console Application" 0x0603
  7.  
  8. CFG=mqtest - 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 "msmqtest.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 "msmqtest.mak" CFG="mqtest - Win32 ALPHA Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "mqtest - Win32 Release" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "mqtest - Win32 Debug" (based on "Win32 (x86) Console Application")
  23. !MESSAGE "mqtest - Win32 Debug ANSI" (based on\
  24.  "Win32 (x86) Console Application")
  25. !MESSAGE "mqtest - Win32 Release ANSI" (based on\
  26.  "Win32 (x86) Console Application")
  27. !MESSAGE "mqtest - Win32 ALPHA Release" (based on\
  28.  "Win32 (ALPHA) Console Application")
  29. !MESSAGE "mqtest - Win32 ALPHA Debug" (based on\
  30.  "Win32 (ALPHA) Console Application")
  31. !MESSAGE 
  32.  
  33. # Begin Project
  34. # PROP Scc_ProjName ""
  35. # PROP Scc_LocalPath ""
  36.  
  37. !IF  "$(CFG)" == "mqtest - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir ".\Release"
  42. # PROP BASE Intermediate_Dir ".\Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir ".\release"
  47. # PROP Intermediate_Dir ".\release"
  48. # PROP Ignore_Export_Lib 0
  49. # PROP Target_Dir ""
  50. CPP=cl.exe
  51. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  52. # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /FD /c
  53. # SUBTRACT CPP /Fr
  54. RSC=rc.exe
  55. # ADD BASE RSC /l 0x409
  56. # ADD RSC /l 0x409
  57. BSC32=bscmake.exe
  58. # ADD BASE BSC32 /nologo
  59. # ADD BSC32 /nologo
  60. LINK32=link.exe
  61. # 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:console /machine:I386
  62. # ADD LINK32 ..\..\lib\mqrt.lib netapi32.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:console /pdb:none /debug /machine:I386
  63.  
  64. !ELSEIF  "$(CFG)" == "mqtest - Win32 Debug"
  65.  
  66. # PROP BASE Use_MFC 0
  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 0
  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 /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  79. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /FD /c
  80. RSC=rc.exe
  81. # ADD BASE RSC /l 0x409
  82. # ADD RSC /l 0x409
  83. BSC32=bscmake.exe
  84. # ADD BASE BSC32 /nologo
  85. # ADD BSC32 /nologo
  86. LINK32=link.exe
  87. # 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:console /debug /machine:I386
  88. # ADD LINK32 ..\..\lib\mqrt.lib netapi32.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:console /pdb:none /debug /machine:I386
  89.  
  90. !ELSEIF  "$(CFG)" == "mqtest - Win32 Debug ANSI"
  91.  
  92. # PROP BASE Use_MFC 0
  93. # PROP BASE Use_Debug_Libraries 1
  94. # PROP BASE Output_Dir ".\mqtest__"
  95. # PROP BASE Intermediate_Dir ".\mqtest__"
  96. # PROP BASE Target_Dir ""
  97. # PROP Use_MFC 0
  98. # PROP Use_Debug_Libraries 1
  99. # PROP Output_Dir ".\debugANSI"
  100. # PROP Intermediate_Dir ".\debugANSI"
  101. # PROP Ignore_Export_Lib 0
  102. # PROP Target_Dir ""
  103. CPP=cl.exe
  104. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\sdk\inc" /I "..\..\..\tools\msdtc\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c
  105. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
  106. # SUBTRACT CPP /Fr
  107. RSC=rc.exe
  108. # ADD BASE RSC /l 0x409
  109. # ADD RSC /l 0x409
  110. BSC32=bscmake.exe
  111. # ADD BASE BSC32 /nologo
  112. # ADD BSC32 /nologo
  113. LINK32=link.exe
  114. # ADD BASE LINK32 ..\..\bins\debug\mqrt.lib netapi32.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:console /debug /machine:I386 /out:"..\..\bins\debug/msmqtest.exe"
  115. # ADD LINK32 ..\..\lib\mqrt.lib netapi32.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:console /pdb:none /debug /machine:I386
  116.  
  117. !ELSEIF  "$(CFG)" == "mqtest - Win32 Release ANSI"
  118.  
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 0
  121. # PROP BASE Output_Dir ".\mqtest_0"
  122. # PROP BASE Intermediate_Dir ".\mqtest_0"
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 0
  125. # PROP Use_Debug_Libraries 0
  126. # PROP Output_Dir ".\ReleaseANSI"
  127. # PROP Intermediate_Dir ".\ReleaseANSI"
  128. # PROP Ignore_Export_Lib 0
  129. # PROP Target_Dir ""
  130. CPP=cl.exe
  131. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /O2 /I "..\..\sdk\inc" /I "..\..\..\tools\msdtc\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  132. # ADD CPP /nologo /MD /W3 /Gm /GX /Zi /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /FD /c
  133. # SUBTRACT CPP /Fr
  134. RSC=rc.exe
  135. # ADD BASE RSC /l 0x409
  136. # ADD RSC /l 0x409
  137. BSC32=bscmake.exe
  138. # ADD BASE BSC32 /nologo
  139. # ADD BSC32 /nologo
  140. LINK32=link.exe
  141. # ADD BASE LINK32 ..\..\bins\release\mqrt.lib netapi32.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:console /debug /machine:I386 /out:"..\..\bins\Release/msmqtest.exe"
  142. # ADD LINK32 ..\..\lib\mqrt.lib netapi32.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:console /pdb:none /debug /machine:I386
  143.  
  144. !ELSEIF  "$(CFG)" == "mqtest - Win32 ALPHA Release"
  145.  
  146. # PROP BASE Use_MFC 0
  147. # PROP BASE Use_Debug_Libraries 0
  148. # PROP BASE Output_Dir "mqtest__"
  149. # PROP BASE Intermediate_Dir "mqtest__"
  150. # PROP BASE Ignore_Export_Lib 0
  151. # PROP BASE Target_Dir ""
  152. # PROP Use_MFC 0
  153. # PROP Use_Debug_Libraries 0
  154. # PROP Output_Dir ".\release"
  155. # PROP Intermediate_Dir ".\release"
  156. # PROP Ignore_Export_Lib 0
  157. # PROP Target_Dir ""
  158. CPP=cl.exe
  159. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /O2 /I "..\..\sdk\inc" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  160. # SUBTRACT BASE CPP /Fr
  161. # ADD CPP /nologo /MD /Gt0 /W3 /GX /Zi /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  162. # SUBTRACT CPP /Fr
  163. RSC=rc.exe
  164. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  165. # ADD RSC /l 0x409 /d "NDEBUG"
  166. BSC32=bscmake.exe
  167. # ADD BASE BSC32 /nologo
  168. # ADD BSC32 /nologo
  169. LINK32=link.exe
  170. # ADD BASE LINK32 ..\..\bins\release\mqrt.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /pdb:none /debug /machine:ALPHA /out:"..\..\bins\Release\msmqtest.exe"
  171. # ADD LINK32 ..\..\lib\mqrt.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /pdb:none /debug /machine:ALPHA
  172.  
  173. !ELSEIF  "$(CFG)" == "mqtest - Win32 ALPHA Debug"
  174.  
  175. # PROP BASE Use_MFC 0
  176. # PROP BASE Use_Debug_Libraries 1
  177. # PROP BASE Output_Dir "mqtest_0"
  178. # PROP BASE Intermediate_Dir "mqtest_0"
  179. # PROP BASE Ignore_Export_Lib 0
  180. # PROP BASE Target_Dir ""
  181. # PROP Use_MFC 0
  182. # PROP Use_Debug_Libraries 1
  183. # PROP Output_Dir ".\debug"
  184. # PROP Intermediate_Dir ".\debug"
  185. # PROP Ignore_Export_Lib 0
  186. # PROP Target_Dir ""
  187. CPP=cl.exe
  188. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\sdk\inc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /c
  189. # ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /MDd /c
  190. # SUBTRACT CPP /Fr
  191. RSC=rc.exe
  192. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  193. # ADD RSC /l 0x409 /d "_DEBUG"
  194. BSC32=bscmake.exe
  195. # ADD BASE BSC32 /nologo
  196. # ADD BSC32 /nologo
  197. LINK32=link.exe
  198. # ADD BASE LINK32 ..\..\bins\debug\mqrt.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /pdb:none /debug /machine:ALPHA /out:"..\..\bins\debug\msmqtest.exe"
  199. # ADD LINK32 ..\..\lib\mqrt.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /pdb:none /debug /machine:ALPHA
  200.  
  201. !ENDIF 
  202.  
  203. # Begin Target
  204.  
  205. # Name "mqtest - Win32 Release"
  206. # Name "mqtest - Win32 Debug"
  207. # Name "mqtest - Win32 Debug ANSI"
  208. # Name "mqtest - Win32 Release ANSI"
  209. # Name "mqtest - Win32 ALPHA Release"
  210. # Name "mqtest - Win32 ALPHA Debug"
  211. # Begin Group "Source Files"
  212.  
  213. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  214. # Begin Source File
  215.  
  216. SOURCE=.\msmqtest.c
  217.  
  218. !IF  "$(CFG)" == "mqtest - Win32 Release"
  219.  
  220. !ELSEIF  "$(CFG)" == "mqtest - Win32 Debug"
  221.  
  222. !ELSEIF  "$(CFG)" == "mqtest - Win32 Debug ANSI"
  223.  
  224. !ELSEIF  "$(CFG)" == "mqtest - Win32 Release ANSI"
  225.  
  226. !ELSEIF  "$(CFG)" == "mqtest - Win32 ALPHA Release"
  227.  
  228. DEP_CPP_MSMQT=\
  229.     "..\..\include\mq.h"\
  230.     
  231.  
  232. !ELSEIF  "$(CFG)" == "mqtest - Win32 ALPHA Debug"
  233.  
  234. DEP_CPP_MSMQT=\
  235.     "..\..\include\mq.h"\
  236.     
  237.  
  238. !ENDIF 
  239.  
  240. # End Source File
  241. # End Group
  242. # Begin Group "Header Files"
  243.  
  244. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  245. # End Group
  246. # Begin Group "Resource Files"
  247.  
  248. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  249. # End Group
  250. # End Target
  251. # End Project
  252.