From 707443684fc0b2d268b3288ea52f4d33ef93fc05 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Sun, 24 Feb 2013 21:38:24 +0000 Subject: link cable plugin for Windows; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/plugins/dfsound/DFSound.dsp | 254 ----------- win32/plugins/dfsound/DFSound.vcproj | 606 -------------------------- win32/plugins/dfsound/DFSound.vcxproj | 263 +++++++++++ win32/plugins/dfsound/DFSound.vcxproj.filters | 109 +++++ win32/plugins/dfsound/DFSound.vcxproj.user | 3 + 5 files changed, 375 insertions(+), 860 deletions(-) delete mode 100755 win32/plugins/dfsound/DFSound.dsp delete mode 100755 win32/plugins/dfsound/DFSound.vcproj create mode 100755 win32/plugins/dfsound/DFSound.vcxproj create mode 100755 win32/plugins/dfsound/DFSound.vcxproj.filters create mode 100755 win32/plugins/dfsound/DFSound.vcxproj.user (limited to 'win32/plugins/dfsound') diff --git a/win32/plugins/dfsound/DFSound.dsp b/win32/plugins/dfsound/DFSound.dsp deleted file mode 100755 index 2ec5c2b5..00000000 --- a/win32/plugins/dfsound/DFSound.dsp +++ /dev/null @@ -1,254 +0,0 @@ -# Microsoft Developer Studio Project File - Name="DFSound" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=DFSound - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "DFSound.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "DFSound.mak" CFG="DFSound - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "DFSound - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "DFSound - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "DFSound - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /G5 /MD /W3 /GX /O2 /I ".\\" /I ".\winsrc" /I "..\..\..\plugins\dfsound" /I "..\..\glue" /I "..\..\..\libpcsxcore" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "NDEBUG" -# ADD RSC /l 0x407 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# ADD LINK32 dsound.lib winmm.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /machine:I386 - -!ELSEIF "$(CFG)" == "DFSound - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".\\" /I ".\winsrc" /I "..\..\..\plugins\dfsound" /I "..\..\glue" /I "..\..\..\libpcsxcore" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x407 /d "_DEBUG" -# ADD RSC /l 0x407 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# 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 -# ADD LINK32 dsound.lib winmm.lib user32.lib gdi32.lib advapi32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "DFSound - Win32 Release" -# Name "DFSound - Win32 Debug" -# Begin Group "winsrc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\winsrc\cfg.c -# End Source File -# Begin Source File - -SOURCE=.\winsrc\debug.c -# End Source File -# Begin Source File - -SOURCE=.\winsrc\debug.h -# End Source File -# Begin Source File - -SOURCE=.\winsrc\dsound.c -# End Source File -# Begin Source File - -SOURCE=.\winsrc\dsound.h -# End Source File -# Begin Source File - -SOURCE=.\winsrc\psemu.c -# End Source File -# Begin Source File - -SOURCE=.\winsrc\record.c -# End Source File -# Begin Source File - -SOURCE=.\winsrc\record.h -# End Source File -# Begin Source File - -SOURCE=.\winsrc\winmain.c -# End Source File -# End Group -# Begin Group "dfsound" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\adsr.c - -!IF "$(CFG)" == "DFSound - Win32 Release" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "DFSound - Win32 Debug" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\adsr.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\dma.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\dma.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\dsoundoss.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\externals.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\externals.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\freeze.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\gauss_i.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\psemuxa.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\registers.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\registers.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\regs.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\reverb.c - -!IF "$(CFG)" == "DFSound - Win32 Release" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "DFSound - Win32 Debug" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\reverb.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\spu.c -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\spu.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\stdafx.h -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\xa.c - -!IF "$(CFG)" == "DFSound - Win32 Release" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "DFSound - Win32 Debug" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\..\plugins\dfsound\xa.h -# End Source File -# End Group -# Begin Source File - -SOURCE=.\DFSound.def -# End Source File -# Begin Source File - -SOURCE=.\DFSound.rc -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# End Target -# End Project diff --git a/win32/plugins/dfsound/DFSound.vcproj b/win32/plugins/dfsound/DFSound.vcproj deleted file mode 100755 index 443abd6e..00000000 --- a/win32/plugins/dfsound/DFSound.vcproj +++ /dev/null @@ -1,606 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/plugins/dfsound/DFSound.vcxproj b/win32/plugins/dfsound/DFSound.vcxproj new file mode 100755 index 00000000..fa405d39 --- /dev/null +++ b/win32/plugins/dfsound/DFSound.vcxproj @@ -0,0 +1,263 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {DB25BF63-9B9E-4A40-A45E-BBBA49AD6F22} + DFSound + + + + DynamicLibrary + false + + + DynamicLibrary + false + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + .\Release\ + .\Release\ + false + .\Debug\ + .\Debug\ + false + AllRules.ruleset + + + AllRules.ruleset + + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/DFSound.tlb + + + + + MaxSpeed + OnlyExplicitInline + .\;.\winsrc;..\..\..\plugins\dfsound;..\..\glue;..\..\..\libpcsxcore;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + .\Release/DFSound.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0407 + + + dsound.lib;winmm.lib;%(AdditionalDependencies) + .\Release/DFSound.dll + true + .\DFSound.def + .\Release/DFSound.pdb + Windows + false + + + .\Release/DFSound.lib + MachineX86 + + + true + .\Release/DFSound.bsc + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/DFSound.tlb + + + + + Disabled + .\;.\winsrc;..\..\..\plugins\dfsound;..\..\glue;..\..\..\libpcsxcore;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + .\Debug/DFSound.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x0407 + + + dsound.lib;winmm.lib;%(AdditionalDependencies) + .\Debug/DFSound.dll + true + .\DFSound.def + true + .\Debug/DFSound.pdb + Windows + false + + + .\Debug/DFSound.lib + MachineX86 + + + true + .\Debug/DFSound.bsc + + + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + true + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + true + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + true + %(AdditionalIncludeDirectories) + %(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + \ No newline at end of file diff --git a/win32/plugins/dfsound/DFSound.vcxproj.filters b/win32/plugins/dfsound/DFSound.vcxproj.filters new file mode 100755 index 00000000..e9059184 --- /dev/null +++ b/win32/plugins/dfsound/DFSound.vcxproj.filters @@ -0,0 +1,109 @@ + + + + + {7f60c61a-63bd-4623-97da-50b7c5934d07} + + + {de115a9f-f76e-4f24-a883-2ad4be594713} + + + + + winsrc + + + winsrc + + + winsrc + + + winsrc + + + winsrc + + + winsrc + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + + + winsrc + + + winsrc + + + winsrc + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + dfsound + + + + + + + + + + \ No newline at end of file diff --git a/win32/plugins/dfsound/DFSound.vcxproj.user b/win32/plugins/dfsound/DFSound.vcxproj.user new file mode 100755 index 00000000..695b5c78 --- /dev/null +++ b/win32/plugins/dfsound/DFSound.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3