omnithread.dsp
上传用户:sbftbdw
上传日期:2007-01-03
资源大小:379k
文件大小:12k
源码类别:

远程控制编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="omnithread" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. # TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
  6. CFG=omnithread - Win32 Profile
  7. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  8. !MESSAGE use the Export Makefile command and run
  9. !MESSAGE 
  10. !MESSAGE NMAKE /f "omnithread.mak".
  11. !MESSAGE 
  12. !MESSAGE You can specify a configuration when running NMAKE
  13. !MESSAGE by defining the macro CFG on the command line. For example:
  14. !MESSAGE 
  15. !MESSAGE NMAKE /f "omnithread.mak" CFG="omnithread - Win32 Profile"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "omnithread - Win32 Release" (based on
  20.  "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "omnithread - Win32 Debug" (based on
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "omnithread - Win32 Purify" (based on
  24.  "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE "omnithread - Win32 No_CORBA" (based on
  26.  "Win32 (x86) Dynamic-Link Library")
  27. !MESSAGE "omnithread - Win32 Profile" (based on
  28.  "Win32 (x86) Dynamic-Link Library")
  29. !MESSAGE "omnithread - Win32 Alpha No_CORBA" (based on
  30.  "Win32 (ALPHA) Dynamic-Link Library")
  31. !MESSAGE "omnithread - Win32 Alpha Debug No_CORBA" (based on
  32.  "Win32 (ALPHA) Dynamic-Link Library")
  33. !MESSAGE 
  34. # Begin Project
  35. # PROP Scc_ProjName ""$/WinVNC/omnithread", TQBAAAAA"
  36. # PROP Scc_LocalPath "."
  37. !IF  "$(CFG)" == "omnithread - Win32 Release"
  38. # PROP BASE Use_MFC 0
  39. # PROP BASE Use_Debug_Libraries 0
  40. # PROP BASE Output_Dir "Release"
  41. # PROP BASE Intermediate_Dir "Release"
  42. # PROP BASE Target_Dir ""
  43. # PROP Use_MFC 0
  44. # PROP Use_Debug_Libraries 0
  45. # PROP Output_Dir "../Release"
  46. # PROP Intermediate_Dir "../Release"
  47. # PROP Ignore_Export_Lib 0
  48. # PROP Target_Dir ""
  49. CPP=cl.exe
  50. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  51. # ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  52. MTL=midl.exe
  53. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  54. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  55. RSC=rc.exe
  56. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  57. # ADD RSC /l 0x809 /d "NDEBUG"
  58. BSC32=bscmake.exe
  59. # ADD BASE BSC32 /nologo
  60. # ADD BSC32 /nologo
  61. LINK32=link.exe
  62. # 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
  63. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../Release/omnithread_rt.dll"
  64. !ELSEIF  "$(CFG)" == "omnithread - Win32 Debug"
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "Debug"
  68. # PROP BASE Intermediate_Dir "Debug"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "../Debug"
  73. # PROP Intermediate_Dir "../Debug"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. CPP=cl.exe
  77. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  78. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  79. MTL=midl.exe
  80. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  81. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  82. RSC=rc.exe
  83. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  84. # ADD RSC /l 0x809 /d "_DEBUG"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # 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
  90. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Debug/omnithread_rtd.dll" /pdbtype:sept
  91. !ELSEIF  "$(CFG)" == "omnithread - Win32 Purify"
  92. # PROP BASE Use_MFC 0
  93. # PROP BASE Use_Debug_Libraries 1
  94. # PROP BASE Output_Dir "Purify"
  95. # PROP BASE Intermediate_Dir "Purify"
  96. # PROP BASE Target_Dir ""
  97. # PROP Use_MFC 0
  98. # PROP Use_Debug_Libraries 1
  99. # PROP Output_Dir "../Purify"
  100. # PROP Intermediate_Dir "../Purify"
  101. # PROP Ignore_Export_Lib 0
  102. # PROP Target_Dir ""
  103. CPP=cl.exe
  104. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  105. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  106. MTL=midl.exe
  107. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  108. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  109. RSC=rc.exe
  110. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  111. # ADD RSC /l 0x809 /d "_DEBUG"
  112. BSC32=bscmake.exe
  113. # ADD BASE BSC32 /nologo
  114. # ADD BSC32 /nologo
  115. LINK32=link.exe
  116. # 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
  117. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../Purify/omnithread_rtd.dll" /pdbtype:sept
  118. !ELSEIF  "$(CFG)" == "omnithread - Win32 No_CORBA"
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 0
  121. # PROP BASE Output_Dir "No_CORBA"
  122. # PROP BASE Intermediate_Dir "No_CORBA"
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 0
  125. # PROP Use_Debug_Libraries 0
  126. # PROP Output_Dir "../No_CORBA"
  127. # PROP Intermediate_Dir "../No_CORBA"
  128. # PROP Ignore_Export_Lib 0
  129. # PROP Target_Dir ""
  130. CPP=cl.exe
  131. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  132. # ADD CPP /nologo /MT /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  133. MTL=midl.exe
  134. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  135. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  136. RSC=rc.exe
  137. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  138. # ADD RSC /l 0x809 /d "NDEBUG"
  139. BSC32=bscmake.exe
  140. # ADD BASE BSC32 /nologo
  141. # ADD BSC32 /nologo
  142. LINK32=link.exe
  143. # 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
  144. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../No_CORBA/omnithread_rt.dll"
  145. !ELSEIF  "$(CFG)" == "omnithread - Win32 Profile"
  146. # PROP BASE Use_MFC 0
  147. # PROP BASE Use_Debug_Libraries 1
  148. # PROP BASE Output_Dir "omnithre"
  149. # PROP BASE Intermediate_Dir "omnithre"
  150. # PROP BASE Ignore_Export_Lib 0
  151. # PROP BASE Target_Dir ""
  152. # PROP Use_MFC 0
  153. # PROP Use_Debug_Libraries 1
  154. # PROP Output_Dir "../Profile"
  155. # PROP Intermediate_Dir "../Profile"
  156. # PROP Ignore_Export_Lib 0
  157. # PROP Target_Dir ""
  158. CPP=cl.exe
  159. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  160. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  161. MTL=midl.exe
  162. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  163. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  164. RSC=rc.exe
  165. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  166. # ADD RSC /l 0x809 /d "_DEBUG"
  167. BSC32=bscmake.exe
  168. # ADD BASE BSC32 /nologo
  169. # ADD BSC32 /nologo
  170. LINK32=link.exe
  171. # 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 /out:"../Debug/omnithread_rtd.dll" /pdbtype:sept
  172. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /profile /debug /machine:I386 /out:"../Profile/omnithread_rtd.dll"
  173. !ELSEIF  "$(CFG)" == "omnithread - Win32 Alpha No_CORBA"
  174. # PROP BASE Use_MFC 0
  175. # PROP BASE Use_Debug_Libraries 0
  176. # PROP BASE Output_Dir "omnithre"
  177. # PROP BASE Intermediate_Dir "omnithre"
  178. # PROP BASE Ignore_Export_Lib 0
  179. # PROP BASE Target_Dir ""
  180. # PROP Use_MFC 0
  181. # PROP Use_Debug_Libraries 0
  182. # PROP Output_Dir "../Alpha_No_CORBA"
  183. # PROP Intermediate_Dir "../Alpha_No_CORBA"
  184. # PROP Ignore_Export_Lib 0
  185. # PROP Target_Dir ""
  186. MTL=midl.exe
  187. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  188. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  189. CPP=cl.exe
  190. # ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__x86__" /D "_OMNITHREAD_DLL" /YX /FD /c
  191. # ADD CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__axp__" /D "_OMNITHREAD_DLL" /YX /FD /c
  192. RSC=rc.exe
  193. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  194. # ADD RSC /l 0x409 /d "NDEBUG"
  195. BSC32=bscmake.exe
  196. # ADD BASE BSC32 /nologo
  197. # ADD BSC32 /nologo
  198. LINK32=link.exe
  199. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA /out:"../No_CORBA/omnithread_rt.dll"
  200. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA /out:"../Alpha_No_CORBA/omnithread_rt.dll"
  201. !ELSEIF  "$(CFG)" == "omnithread - Win32 Alpha Debug No_CORBA"
  202. # PROP BASE Use_MFC 0
  203. # PROP BASE Use_Debug_Libraries 0
  204. # PROP BASE Output_Dir "omnithre"
  205. # PROP BASE Intermediate_Dir "omnithre"
  206. # PROP BASE Ignore_Export_Lib 0
  207. # PROP BASE Target_Dir ""
  208. # PROP Use_MFC 0
  209. # PROP Use_Debug_Libraries 0
  210. # PROP Output_Dir "../AlphaDbg_No_CORBA"
  211. # PROP Intermediate_Dir "../AlphaDbg_No_CORBA"
  212. # PROP Ignore_Export_Lib 0
  213. # PROP Target_Dir ""
  214. MTL=midl.exe
  215. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  216. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  217. CPP=cl.exe
  218. # ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /O2 /I "." /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__axp__" /D "_OMNITHREAD_DLL" /YX /FD /c
  219. # ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "." /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__WIN32__" /D "__NT__" /D "__axp__" /D "_OMNITHREAD_DLL" /YX /FD /MTd /c
  220. RSC=rc.exe
  221. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  222. # ADD RSC /l 0x409 /d "_DEBUG"
  223. BSC32=bscmake.exe
  224. # ADD BASE BSC32 /nologo
  225. # ADD BSC32 /nologo
  226. LINK32=link.exe
  227. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:ALPHA /out:"../Alpha_No_CORBA/omnithread_rt.dll"
  228. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:ALPHA /out:"../AlphaDbg_No_CORBA/omnithread_rt.dll" /pdbtype:sept
  229. !ENDIF 
  230. # Begin Target
  231. # Name "omnithread - Win32 Release"
  232. # Name "omnithread - Win32 Debug"
  233. # Name "omnithread - Win32 Purify"
  234. # Name "omnithread - Win32 No_CORBA"
  235. # Name "omnithread - Win32 Profile"
  236. # Name "omnithread - Win32 Alpha No_CORBA"
  237. # Name "omnithread - Win32 Alpha Debug No_CORBA"
  238. # Begin Source File
  239. SOURCE=.omnithreadnt.cpp
  240. !IF  "$(CFG)" == "omnithread - Win32 Release"
  241. !ELSEIF  "$(CFG)" == "omnithread - Win32 Debug"
  242. !ELSEIF  "$(CFG)" == "omnithread - Win32 Purify"
  243. !ELSEIF  "$(CFG)" == "omnithread - Win32 No_CORBA"
  244. !ELSEIF  "$(CFG)" == "omnithread - Win32 Profile"
  245. !ELSEIF  "$(CFG)" == "omnithread - Win32 Alpha No_CORBA"
  246. DEP_CPP_NT_CP=
  247. ".omnithread.h"
  248. ".omnithreadnt.h"
  249. !ELSEIF  "$(CFG)" == "omnithread - Win32 Alpha Debug No_CORBA"
  250. DEP_CPP_NT_CP=
  251. ".omnithread.h"
  252. ".omnithreadnt.h"
  253. !ENDIF 
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=.omnithreadnt.h
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.omnithread.h
  260. # End Source File
  261. # End Target
  262. # End Project