PidMpeg1.dsp
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:5k
源码类别:

VC书籍

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="PidMpeg1" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=PidMpeg1 - 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 "PidMpeg1.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 "PidMpeg1.mak" CFG="PidMpeg1 - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "PidMpeg1 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "PidMpeg1 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "PidMpeg1 - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PIDMPEG1_EXPORTS" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /Gz /MD /W4 /O2 /D DBG=0 /D WINVER=0x400 /D "INC_OLE2" /D "STRICT" /D "WIN32" /D "_WIN32" /D "_MT" /D "_DLL" /D _X86_=1 /FD /c
  42. # SUBTRACT CPP /YX /Yc /Yu
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 /dll /machine:I386
  52. # ADD LINK32 strmbase.lib msvcrt.lib quartz.lib vfw32.lib winmm.lib kernel32.lib advapi32.lib version.lib largeint.lib user32.lib gdi32.lib comctl32.lib ole32.lib olepro32.lib oleaut32.lib uuid.lib /nologo /stack:0x200000,0x200000 /dll /pdb:none /machine:I386 /nodefaultlib /out:"Release/PidMpg1.dll"
  53. # Begin Custom Build - Register component
  54. TargetDir=.Release
  55. TargetPath=.ReleasePidMpg1.dll
  56. TargetName=PidMpg1
  57. InputPath=.ReleasePidMpg1.dll
  58. SOURCE="$(InputPath)"
  59. "$(TargetDir)$(TargetName).trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  60. regsvr32 /s /c "$(TargetPath)" 
  61. echo regsvr32 exec. time > "$(TargetDir)$(TargetName).trg" 
  62. # End Custom Build
  63. !ELSEIF  "$(CFG)" == "PidMpeg1 - Win32 Debug"
  64. # PROP BASE Use_MFC 0
  65. # PROP BASE Use_Debug_Libraries 1
  66. # PROP BASE Output_Dir "Debug"
  67. # PROP BASE Intermediate_Dir "Debug"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 0
  70. # PROP Use_Debug_Libraries 1
  71. # PROP Output_Dir "Debug"
  72. # PROP Intermediate_Dir "Debug"
  73. # PROP Ignore_Export_Lib 0
  74. # PROP Target_Dir ""
  75. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PIDMPEG1_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
  76. # ADD CPP /nologo /Gz /MDd /W4 /Zi /Od /Gy /D _WIN32_WINNT=0x0400 /D WINVER=0x0400 /D DBG=1 /D "DEBUG" /D "_DEBUG" /D "INC_OLE2" /D "STRICT" /D "WIN32" /D "_WIN32" /D "_MT" /D "_DLL" /D _X86_=1 /FR /FD /GZ /c
  77. # SUBTRACT CPP /YX /Yc /Yu
  78. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  79. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  81. # ADD RSC /l 0x409 /d "_DEBUG"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # 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 /dll /debug /machine:I386 /pdbtype:sept
  87. # ADD LINK32 strmbasd.lib msvcrtd.lib quartz.lib vfw32.lib winmm.lib kernel32.lib advapi32.lib version.lib largeint.lib user32.lib gdi32.lib comctl32.lib ole32.lib olepro32.lib oleaut32.lib uuid.lib /nologo /stack:0x200000,0x200000 /dll /pdb:none /debug /machine:I386 /nodefaultlib /out:"Debug/PidMpg1.dll"
  88. # Begin Custom Build - Register component
  89. TargetDir=.Debug
  90. TargetPath=.DebugPidMpg1.dll
  91. TargetName=PidMpg1
  92. InputPath=.DebugPidMpg1.dll
  93. SOURCE="$(InputPath)"
  94. "$(TargetDir)$(TargetName).trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  95. regsvr32 /s /c "$(TargetPath)" 
  96. echo regsvr32 exec. time > "$(TargetDir)$(TargetName).trg" 
  97. # End Custom Build
  98. !ENDIF 
  99. # Begin Target
  100. # Name "PidMpeg1 - Win32 Release"
  101. # Name "PidMpeg1 - Win32 Debug"
  102. # Begin Group "Source Files"
  103. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  104. # Begin Source File
  105. SOURCE=.CMPEG1Builder.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.CMPEG1Builder.h
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.PidMpeg1.cpp
  112. # End Source File
  113. # End Group
  114. # Begin Group "Resource Files"
  115. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  116. # Begin Source File
  117. SOURCE=.FltGuids.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.IMPEG1Builder.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.PidMpeg1.def
  124. # End Source File
  125. # End Group
  126. # Begin Source File
  127. SOURCE=.ReadMe.txt
  128. # End Source File
  129. # End Target
  130. # End Project