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

远程控制编程

开发平台:

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) Static Library" 0x0104
  5. CFG=omnithread - 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 "omnithread.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 "omnithread.mak" CFG="omnithread - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "omnithread - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "omnithread - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP Scc_ProjName ""$/vncviewer/omnithread", MQBAAAAA"
  23. # PROP Scc_LocalPath "."
  24. # PROP WCE_Configuration "H/PC Ver. 2.00"
  25. CPP=cl.exe
  26. !IF  "$(CFG)" == "omnithread - Win32 Release"
  27. # PROP BASE Use_MFC 0
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "Release"
  30. # PROP BASE Intermediate_Dir "Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 0
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "Release"
  35. # PROP Intermediate_Dir "Release"
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  38. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__NT__" /D "_WINSTATIC" /D "__WIN32__" /YX /FD /c
  39. BSC32=bscmake.exe
  40. # ADD BASE BSC32 /nologo
  41. # ADD BSC32 /nologo
  42. LIB32=link.exe -lib
  43. # ADD BASE LIB32 /nologo
  44. # ADD LIB32 /nologo
  45. !ELSEIF  "$(CFG)" == "omnithread - Win32 Debug"
  46. # PROP BASE Use_MFC 0
  47. # PROP BASE Use_Debug_Libraries 1
  48. # PROP BASE Output_Dir "Debug"
  49. # PROP BASE Intermediate_Dir "Debug"
  50. # PROP BASE Target_Dir ""
  51. # PROP Use_MFC 0
  52. # PROP Use_Debug_Libraries 1
  53. # PROP Output_Dir "Debug"
  54. # PROP Intermediate_Dir "Debug"
  55. # PROP Target_Dir ""
  56. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  57. # ADD CPP /nologo /MTd /W3 /GX /Z7 /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "__NT__" /D "_WINSTATIC" /D "__WIN32__" /YX /FD /c
  58. BSC32=bscmake.exe
  59. # ADD BASE BSC32 /nologo
  60. # ADD BSC32 /nologo
  61. LIB32=link.exe -lib
  62. # ADD BASE LIB32 /nologo
  63. # ADD LIB32 /nologo
  64. !ENDIF 
  65. # Begin Target
  66. # Name "omnithread - Win32 Release"
  67. # Name "omnithread - Win32 Debug"
  68. # Begin Source File
  69. SOURCE=.nt.cpp
  70. # End Source File
  71. # Begin Source File
  72. SOURCE=.nt.h
  73. # End Source File
  74. # Begin Source File
  75. SOURCE=.omnithread.h
  76. # End Source File
  77. # End Target
  78. # End Project