FilterTitleOverlay.dsp
上传用户:hhs829
上传日期:2022-06-17
资源大小:586k
文件大小:8k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="FilterTitleOverlay" - 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=FilterTitleOverlay - 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 "FilterTitleOverlay.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 "FilterTitleOverlay.mak" CFG="FilterTitleOverlay - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "FilterTitleOverlay - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "FilterTitleOverlay - 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)" == "FilterTitleOverlay - 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 "FilterTitleOverlay_EXPORTS" /YX /FD /c
  41. # ADD CPP /nologo /Gz /MT /W3 /GX /O2 /Ob2 /I "......Includes" /I "......interface" /D DBG=0 /D WINVER=0x400 /D _X86_=1 /D "_DLL" /D "_MT" /D "_WIN32" /D "WIN32" /D "STRICT" /D "INC_OLE2" /D try=__try /D except=__except /D leave=__leave /D finally=__finally /FR /FD /c
  42. # SUBTRACT CPP /YX
  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 Comdlg32.lib 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 /entry:"DllEntryPoint@12" /dll /pdb:none /machine:I386 /nodefaultlib /out:"Release/Hqtlystd.ax" /libpath:"........lib"
  53. # Begin Custom Build - Regsiter filter
  54. TargetDir=.Release
  55. TargetPath=.ReleaseHqtlystd.ax
  56. InputPath=.ReleaseHqtlystd.ax
  57. InputName=Hqtlystd
  58. SOURCE="$(InputPath)"
  59. "$(TargetDir)$(InputName).trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  60. regsvr32 /s /c $(TargetPath) 
  61. echo regsvr32 exe.time > $(TargetDir)$(InputName).trg 
  62. # End Custom Build
  63. !ELSEIF  "$(CFG)" == "FilterTitleOverlay - 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 "FilterTitleOverlay_EXPORTS" /YX /FD /GZ /c
  76. # ADD CPP /nologo /Gz /MTd /W3 /GX /Z7 /Gy /I "......Includes" /I "......interface" /D "INC_OLE2" /D "STRICT" /D _WIN32_WINNT=0x0400 /D "WIN32" /D "_WIN32" /D "_MT" /D "_DLL" /D _X86_=1 /D WINVER=0x0400 /D DBG=1 /D "DEBUG" /D "_DEBUG" /D try=__try /D except=__except /D leave=__leave /D finally=__finally /FD /GZ /c
  77. # SUBTRACT CPP /YX
  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 Comdlg32.lib 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 /entry:"DllEntryPoint@12" /dll /pdb:none /debug /machine:I386 /nodefaultlib /out:"Debug/Hqtlystd.ax" /libpath:"........lib"
  88. # Begin Custom Build - Register filter
  89. TargetDir=.Debug
  90. TargetPath=.DebugHqtlystd.ax
  91. TargetName=Hqtlystd
  92. InputPath=.DebugHqtlystd.ax
  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 "FilterTitleOverlay - Win32 Release"
  101. # Name "FilterTitleOverlay - Win32 Debug"
  102. # Begin Group "Filter Files"
  103. # PROP Default_Filter ""
  104. # Begin Source File
  105. SOURCE=.CFilterTitleOverlay.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.CFilterTitleOverlay.h
  109. # End Source File
  110. # End Group
  111. # Begin Group "Property Pages"
  112. # PROP Default_Filter ""
  113. # Begin Source File
  114. SOURCE=.CTitleOverlayProp.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.CTitleOverlayProp.h
  118. # End Source File
  119. # End Group
  120. # Begin Group "Pixel Converter"
  121. # PROP Default_Filter ""
  122. # Begin Source File
  123. SOURCE=.CBasePixel.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.CBasePixel.h
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.CPixelRGB24.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.CPixelRGB24.h
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.CPixelRGB32.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.CPixelRGB32.h
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.CPixelRGB555.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.CPixelRGB555.h
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.CPixelRGB565.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.CPixelRGB565.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.CPixelRGB8.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.CPixelRGB8.h
  157. # End Source File
  158. # End Group
  159. # Begin Group "Title Overlay"
  160. # PROP Default_Filter ""
  161. # Begin Group "Base Controller"
  162. # PROP Default_Filter ""
  163. # Begin Source File
  164. SOURCE=.COverlayController.cpp
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.COverlayController.h
  168. # End Source File
  169. # End Group
  170. # Begin Group "Effects"
  171. # PROP Default_Filter ""
  172. # Begin Source File
  173. SOURCE=.CScrollController.cpp
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.CScrollController.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.CSysTimeOverlayController.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.CSysTimeOverlayController.h
  183. # End Source File
  184. # End Group
  185. # End Group
  186. # Begin Group "Utilities"
  187. # PROP Default_Filter ""
  188. # Begin Source File
  189. SOURCE=.CAutoFont.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.CAutoFont.h
  193. # End Source File
  194. # End Group
  195. # Begin Group "Resource Files"
  196. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  197. # Begin Source File
  198. SOURCE=.FilterTitleOverlay.def
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.FilterTitleOverlay.rc
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.ITitleOverlay.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.OverlayDefs.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.resource.h
  211. # End Source File
  212. # End Group
  213. # End Target
  214. # End Project