Vidcap.dsp
上传用户:carrie980
上传日期:2013-03-28
资源大小:1143k
文件大小:4k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="Vidcap" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=Vidcap - 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 "Vidcap.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 "Vidcap.mak" CFG="Vidcap - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "Vidcap - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "Vidcap - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. RSC=rc.exe
  26. !IF  "$(CFG)" == "Vidcap - 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 Ignore_Export_Lib 0
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  39. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD BASE RSC /l 0x804 /d "NDEBUG"
  41. # ADD RSC /l 0x804 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LINK32=link.exe
  46. # 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
  47. # ADD LINK32 msacm32.lib vfw32.lib winmm.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 /machine:I386
  48. # SUBTRACT LINK32 /pdb:none
  49. !ELSEIF  "$(CFG)" == "Vidcap - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  61. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  62. # ADD BASE RSC /l 0x804 /d "_DEBUG"
  63. # ADD RSC /l 0x804 /d "_DEBUG"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LINK32=link.exe
  68. # 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 /pdbtype:sept
  69. # 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:console /debug /machine:I386 /pdbtype:sept
  70. !ENDIF 
  71. # Begin Target
  72. # Name "Vidcap - Win32 Release"
  73. # Name "Vidcap - Win32 Debug"
  74. # Begin Source File
  75. SOURCE=.Arrow.c
  76. # End Source File
  77. # Begin Source File
  78. SOURCE=.Dialogs.c
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=.Help.c
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.Profile.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.Rlmeter.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.Status.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.Toolbar.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.Vidcap.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.Vidcap.rc
  100. !IF  "$(CFG)" == "Vidcap - Win32 Release"
  101. !ELSEIF  "$(CFG)" == "Vidcap - Win32 Debug"
  102. !ENDIF 
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.Vidframe.c
  106. # End Source File
  107. # End Target
  108. # End Project