diff --git a/Source/3rdParty/png/contrib/visupng/VisualPng.dsp b/Source/3rdParty/png/contrib/visupng/VisualPng.dsp deleted file mode 100644 index 76afbe601..000000000 --- a/Source/3rdParty/png/contrib/visupng/VisualPng.dsp +++ /dev/null @@ -1,147 +0,0 @@ -# Microsoft Developer Studio Project File - Name="VisualPng" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=VisualPng - 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 "VisualPng.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 "VisualPng.mak" CFG="VisualPng - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "VisualPng - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "VisualPng - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "VisualPng - 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 Ignore_Export_Lib 0 -# 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 /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /FD /c -# SUBTRACT BASE CPP /YX -# ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_NO_STDIO" /FD /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /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 /machine:I386 -# ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.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 -# Begin Special Build Tool -OutDir=.\Release -SOURCE="$(InputPath)" -PostBuild_Cmds=$(outdir)\VisualPng.exe ..\..\contrib\pngsuite\basn6a16.png -# End Special Build Tool - -!ELSEIF "$(CFG)" == "VisualPng - 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 Ignore_Export_Lib 0 -# 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 /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /FD /GZ /c -# SUBTRACT BASE CPP /YX -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_NO_STDIO" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 /debug /machine:I386 /pdbtype:sept -# ADD LINK32 ..\..\projects\visualc6\Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.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 /debug /machine:I386 /nodefaultlib:"msvcrt.lib" /pdbtype:sept -# Begin Special Build Tool -OutDir=.\Debug -SOURCE="$(InputPath)" -PostBuild_Cmds=$(outdir)\VisualPng.exe ..\..\contrib\pngsuite\basn6a16.png -# End Special Build Tool - -!ENDIF - -# Begin Target - -# Name "VisualPng - Win32 Release" -# Name "VisualPng - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\PngFile.c -# End Source File -# Begin Source File - -SOURCE=.\VisualPng.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\cexcept.h -# End Source File -# Begin Source File - -SOURCE=.\PngFile.h -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\VisualPng.ico -# End Source File -# Begin Source File - -SOURCE=.\VisualPng.rc -# End Source File -# End Group -# End Target -# End Project diff --git a/Source/3rdParty/png/projects/visualc6/libpng.dsp b/Source/3rdParty/png/projects/visualc6/libpng.dsp deleted file mode 100644 index a12565cb6..000000000 --- a/Source/3rdParty/png/projects/visualc6/libpng.dsp +++ /dev/null @@ -1,328 +0,0 @@ -# Microsoft Developer Studio Project File - Name="libpng" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=libpng - Win32 DLL Release -!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 "libpng.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 "libpng.mak" CFG="libpng - Win32 DLL Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "libpng - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libpng - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libpng - Win32 DLL VB" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "libpng - Win32 LIB Release" (based on "Win32 (x86) Static Library") -!MESSAGE "libpng - Win32 LIB Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" - -!IF "$(CFG)" == "libpng - Win32 DLL Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libpng___Win32_DLL_Release" -# PROP BASE Intermediate_Dir "libpng___Win32_DLL_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Win32_DLL_Release" -# PROP Intermediate_Dir "Win32_DLL_Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT BASE CPP /YX /Yc /Yu -# ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /FD /c -# SUBTRACT CPP /YX /Yc /Yu -MTL=midl.exe -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "PNG_NO_PEDANTIC_WARNINGS" /d "NDEBUG" -# ADD RSC /l 0x409 /i "..\.." /d "PNG_NO_PEDANTIC_WARNINGS" /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /dll /machine:I386 -# ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_Release\libpng14.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release" - -!ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libpng___Win32_DLL_Release" -# PROP BASE Intermediate_Dir "libpng___Win32_DLL_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Win32_DLL_Debug" -# PROP Intermediate_Dir "Win32_DLL_Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c -# SUBTRACT BASE CPP /YX /Yc /Yu -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /FD /GZ /c -# SUBTRACT CPP /YX /Yc /Yu -MTL=midl.exe -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "PNG_NO_PEDANTIC_WARNINGS" /d "_DEBUG" -# ADD RSC /l 0x409 /i "..\.." /d "PNG_NO_PEDANTIC_WARNINGS" /d "_DEBUG" /d PNG_DEBUG=1 -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 zlib1d.lib /nologo /dll /debug /machine:I386 /out:"Win32_DLL_Debug\libpng14d.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Debug" - -!ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libpng___Win32_DLL_VB" -# PROP BASE Intermediate_Dir "libpng___Win32_DLL_VB" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Win32_DLL_VB" -# PROP Intermediate_Dir "Win32_DLL_VB" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT BASE CPP /YX /Yc /Yu -# ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_BUILD_DLL" /D "ZLIB_DLL" /D PNGAPI=__stdcall /D "PNG_NO_MODULEDEF" /D "PNG_LIBPNG_SPECIALBUILD" /FD /c -# SUBTRACT CPP /YX /Yc /Yu -MTL=midl.exe -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "PNG_NO_PEDANTIC_WARNINGS" /d "NDEBUG" -# ADD RSC /l 0x409 /i "..\.." /d "PNG_NO_PEDANTIC_WARNINGS" /d "NDEBUG" /dPNG_LIBPNG_DLLFNAME_POSTFIX=""""VB"""" /dPNG_LIBPNG_SPECIALBUILD=""""__stdcall calling convention used for exported functions"""" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /dll /machine:I386 -# ADD LINK32 zlib1.lib /nologo /dll /machine:I386 /out:"Win32_DLL_VB\libpng14vb.dll" /libpath:"..\..\..\zlib\projects\visualc6\Win32_DLL_Release" -# Begin Special Build Tool -OutDir=.\Win32_DLL_VB -TargetName=libpng14vb -SOURCE="$(InputPath)" -PostBuild_Cmds=echo Deleting $(targetname) import library and export file (Not required for VB projects) del $(outdir)\$(targetname).lib del $(outdir)\$(targetname).exp -# End Special Build Tool - -!ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "libpng___Win32_LIB_Release" -# PROP BASE Intermediate_Dir "libpng___Win32_LIB_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Win32_LIB_Release" -# PROP Intermediate_Dir "Win32_LIB_Release" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT BASE CPP /YX /Yc /Yu -# ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT CPP /YX /Yc /Yu -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "PNG_NO_PEDANTIC_WARNINGS" /d "NDEBUG" -# ADD RSC /l 0x409 /i "..\.." /d "PNG_NO_PEDANTIC_WARNINGS" /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libpng___Win32_LIB_Debug" -# PROP BASE Intermediate_Dir "libpng___Win32_LIB_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Win32_LIB_Debug" -# PROP Intermediate_Dir "Win32_LIB_Debug" -# PROP Target_Dir "" -CPP=cl.exe -# ADD BASE CPP /nologo /MDd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c -# SUBTRACT BASE CPP /YX /Yc /Yu -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\.." /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "DEBUG" /D PNG_DEBUG=1 /FD /GZ /c -# SUBTRACT CPP /YX /Yc /Yu -RSC=rc.exe -# ADD BASE RSC /l 0x409 /d "PNG_NO_PEDANTIC_WARNINGS" /d "_DEBUG" -# ADD RSC /l 0x409 /d "PNG_NO_PEDANTIC_WARNINGS" /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo /out:"Win32_LIB_Debug\libpngd.lib" - -!ENDIF - -# Begin Target - -# Name "libpng - Win32 DLL Release" -# Name "libpng - Win32 DLL Debug" -# Name "libpng - Win32 DLL VB" -# Name "libpng - Win32 LIB Release" -# Name "libpng - Win32 LIB Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\png.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngerror.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngget.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngmem.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngpread.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngread.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngrio.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngrtran.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngrutil.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngset.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngtrans.c -# End Source File -# Begin Source File - -SOURCE=..\..\scripts\pngwin.def - -!IF "$(CFG)" == "libpng - Win32 DLL Release" - -!ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" - -!ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" - -# PROP Exclude_From_Build 1 - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=..\..\pngwio.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngwrite.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngwtran.c -# End Source File -# Begin Source File - -SOURCE=..\..\pngwutil.c -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\png.h -# End Source File -# Begin Source File - -SOURCE=..\..\pngconf.h -# End Source File -# Begin Source File - -SOURCE=..\..\pngpriv.h -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=..\..\scripts\pngwin.rc - -!IF "$(CFG)" == "libpng - Win32 DLL Release" - -!ELSEIF "$(CFG)" == "libpng - Win32 DLL Debug" - -!ELSEIF "$(CFG)" == "libpng - Win32 DLL VB" - -!ELSEIF "$(CFG)" == "libpng - Win32 LIB Release" - -# PROP Exclude_From_Build 1 - -!ELSEIF "$(CFG)" == "libpng - Win32 LIB Debug" - -# PROP Exclude_From_Build 1 - -!ENDIF - -# End Source File -# End Group -# Begin Source File - -SOURCE=.\README.txt -# End Source File -# End Target -# End Project diff --git a/Source/3rdParty/png/projects/visualc6/pngtest.dsp b/Source/3rdParty/png/projects/visualc6/pngtest.dsp deleted file mode 100644 index 95a600276..000000000 --- a/Source/3rdParty/png/projects/visualc6/pngtest.dsp +++ /dev/null @@ -1,178 +0,0 @@ -# Microsoft Developer Studio Project File - Name="pngtest" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=pngtest - Win32 DLL Release -!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 "pngtest.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 "pngtest.mak" CFG="pngtest - Win32 DLL Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "pngtest - Win32 DLL Release" (based on "Win32 (x86) Console Application") -!MESSAGE "pngtest - Win32 DLL Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "pngtest - Win32 LIB Release" (based on "Win32 (x86) Console Application") -!MESSAGE "pngtest - Win32 LIB Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "pngtest - Win32 DLL Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "pngtest___Win32_DLL_Release" -# PROP BASE Intermediate_Dir "pngtest___Win32_DLL_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Win32_DLL_Release" -# PROP Intermediate_Dir "Win32_DLL_Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT BASE CPP /YX -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_DLL" /D "PNG_NO_STDIO" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /subsystem:console /machine:I386 -# ADD LINK32 Win32_DLL_Release\libpng14.lib ..\..\..\zlib\projects\visualc6\Win32_DLL_Release\zlib1.lib /nologo /subsystem:console /machine:I386 -# Begin Special Build Tool -OutDir=.\Win32_DLL_Release -SOURCE="$(InputPath)" -PostBuild_Desc=[Run Test] -PostBuild_Cmds=set path=$(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_Release; $(outdir)\pngtest.exe ..\..\pngtest.png -# End Special Build Tool - -!ELSEIF "$(CFG)" == "pngtest - Win32 DLL Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "pngtest___Win32_DLL_Debug" -# PROP BASE Intermediate_Dir "pngtest___Win32_DLL_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Win32_DLL_Debug" -# PROP Intermediate_Dir "Win32_DLL_Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c -# SUBTRACT BASE CPP /YX -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_DLL" /D "PNG_NO_STDIO" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 Win32_DLL_Debug\libpng14d.lib ..\..\..\zlib\projects\visualc6\Win32_DLL_Debug\zlib1d.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# Begin Special Build Tool -OutDir=.\Win32_DLL_Debug -SOURCE="$(InputPath)" -PostBuild_Desc=[Run Test] -PostBuild_Cmds=set path=$(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_Debug; $(outdir)\pngtest.exe ..\..\pngtest.png -# End Special Build Tool - -!ELSEIF "$(CFG)" == "pngtest - Win32 LIB Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "pngtest___Win32_LIB_Release" -# PROP BASE Intermediate_Dir "pngtest___Win32_LIB_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Win32_LIB_Release" -# PROP Intermediate_Dir "Win32_LIB_Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /O2 /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT BASE CPP /YX -# ADD CPP /nologo /MD /W3 /O2 /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /FD /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /subsystem:console /machine:I386 -# ADD LINK32 Win32_LIB_Release\libpng.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Release\zlib.lib /nologo /subsystem:console /machine:I386 -# Begin Special Build Tool -OutDir=.\Win32_LIB_Release -SOURCE="$(InputPath)" -PostBuild_Desc=[Run Test] -PostBuild_Cmds=$(outdir)\pngtest.exe ..\..\pngtest.png -# End Special Build Tool - -!ELSEIF "$(CFG)" == "pngtest - Win32 LIB Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "pngtest___Win32_LIB_Debug" -# PROP BASE Intermediate_Dir "pngtest___Win32_LIB_Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Win32_LIB_Debug" -# PROP Intermediate_Dir "Win32_LIB_Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /FD /GZ /c -# SUBTRACT BASE CPP /YX -# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /FD /GZ /c -# SUBTRACT CPP /YX -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 Win32_LIB_Debug\libpngd.lib ..\..\..\zlib\projects\visualc6\Win32_LIB_Debug\zlibd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# Begin Special Build Tool -OutDir=.\Win32_LIB_Debug -SOURCE="$(InputPath)" -PostBuild_Desc=[Run Test] -PostBuild_Cmds=$(outdir)\pngtest.exe ..\..\pngtest.png -# End Special Build Tool - -!ENDIF - -# Begin Target - -# Name "pngtest - Win32 DLL Release" -# Name "pngtest - Win32 DLL Debug" -# Name "pngtest - Win32 LIB Release" -# Name "pngtest - Win32 LIB Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\pngtest.c -# End Source File -# End Group -# End Target -# End Project diff --git a/Source/Common/Common.dsp b/Source/Common/Common.dsp deleted file mode 100644 index 462b4c8f9..000000000 --- a/Source/Common/Common.dsp +++ /dev/null @@ -1,236 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Common" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=Common - 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 "Common.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 "Common.mak" CFG="Common - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Common - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "Common - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "Common - Win32 External Release" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "Common - 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 "../../Build/Common/Release" -# PROP Intermediate_Dir "../../Build/Common/Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "Common - 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 "../../Build/Common/Debug" -# PROP Intermediate_Dir "../../Build/Common/Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Yu"stdafx.h" /FD /GZ /c -# ADD BASE RSC /l 0xc09 /d "_DEBUG" -# ADD RSC /l 0xc09 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "Common - Win32 External Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Common___Win32_External_Release" -# PROP BASE Intermediate_Dir "Common___Win32_External_Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../Bin/External" -# PROP Intermediate_Dir "../../Build/Common/External" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "Common - Win32 Release" -# Name "Common - Win32 Debug" -# Name "Common - Win32 External Release" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=".\File Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Ini File Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Log Class.cpp" -# End Source File -# Begin Source File - -SOURCE=.\md5.cpp -# End Source File -# Begin Source File - -SOURCE=.\MemTest.cpp -# End Source File -# Begin Source File - -SOURCE=.\osversion.cpp -# End Source File -# Begin Source File - -SOURCE=.\path.cpp -# End Source File -# Begin Source File - -SOURCE=.\registry.cpp -# End Source File -# Begin Source File - -SOURCE=".\std string.cpp" -# End Source File -# Begin Source File - -SOURCE=.\stdafx.cpp - -!IF "$(CFG)" == "Common - Win32 Release" - -!ELSEIF "$(CFG)" == "Common - Win32 Debug" - -# ADD CPP /Yc"stdafx.h" - -!ELSEIF "$(CFG)" == "Common - Win32 External Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\Trace.cpp -# End Source File -# Begin Source File - -SOURCE=.\Version.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\CriticalSection.h -# End Source File -# Begin Source File - -SOURCE=".\File Class.h" -# End Source File -# Begin Source File - -SOURCE=".\Ini File Class.h" -# End Source File -# Begin Source File - -SOURCE=".\Log Class.h" -# End Source File -# Begin Source File - -SOURCE=.\md5.h -# End Source File -# Begin Source File - -SOURCE=.\MemTest.h -# End Source File -# Begin Source File - -SOURCE=.\osversion.h -# End Source File -# Begin Source File - -SOURCE=.\path.h -# End Source File -# Begin Source File - -SOURCE=.\registry.h -# End Source File -# Begin Source File - -SOURCE=".\Smart Pointer.h" -# End Source File -# Begin Source File - -SOURCE=".\std string.h" -# End Source File -# Begin Source File - -SOURCE=.\stdafx.h -# End Source File -# Begin Source File - -SOURCE=.\Trace.h -# End Source File -# Begin Source File - -SOURCE=.\TraceDefs.h -# End Source File -# Begin Source File - -SOURCE=.\Version.h -# End Source File -# End Group -# End Target -# End Project diff --git a/Source/Common/Common.plg b/Source/Common/Common.plg deleted file mode 100644 index 1ef2e7893..000000000 --- a/Source/Common/Common.plg +++ /dev/null @@ -1,65 +0,0 @@ - - -
-

Build Log

-

---------------------Configuration: Common - Win32 Release-------------------- -

-

Command Lines

-Creating temporary file "C:\DOCUME~1\NICHOL~1\LOCALS~1\Temp\RSPC50.tmp" with contents -[ -/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /Fp"../../Build/Common/Release/Common.pch" /YX /Fo"../../Build/Common/Release/" /Fd"../../Build/Common/Release/" /FD /c -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\File Class.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\Ini File Class.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\Log Class.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\md5.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\MemTest.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\osversion.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\path.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\registry.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\std string.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\stdafx.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\Trace.cpp" -"D:\My Programs\Emulation\Projedt64\SOURCE\Common\Version.cpp" -] -Creating command line "cl.exe @C:\DOCUME~1\NICHOL~1\LOCALS~1\Temp\RSPC50.tmp" -Creating temporary file "C:\DOCUME~1\NICHOL~1\LOCALS~1\Temp\RSPC51.tmp" with contents -[ -/nologo /out:"../../Build/Common/Release\Common.lib" -"\My Programs\Emulation\Projedt64\Build\Common\Release\File Class.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\Ini File Class.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\Log Class.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\md5.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\MemTest.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\osversion.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\path.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\registry.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\std string.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\stdafx.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\Trace.obj" -"\My Programs\Emulation\Projedt64\Build\Common\Release\Version.obj" -] -Creating command line "link.exe -lib @C:\DOCUME~1\NICHOL~1\LOCALS~1\Temp\RSPC51.tmp" -

Output Window

-Compiling... -File Class.cpp -Ini File Class.cpp -Log Class.cpp -md5.cpp -MemTest.cpp -osversion.cpp -path.cpp -registry.cpp -std string.cpp -stdafx.cpp -Trace.cpp -Version.cpp -Creating library... - - - -

Results

-Common.lib - 0 error(s), 0 warning(s) -
- - diff --git a/Source/Project64/Project64.dsp b/Source/Project64/Project64.dsp deleted file mode 100644 index 4ee58a90b..000000000 --- a/Source/Project64/Project64.dsp +++ /dev/null @@ -1,1384 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Project64" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Application" 0x0101 - -CFG=Project64 - 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 "Project64.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 "Project64.mak" CFG="Project64 - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Project64 - Win32 Release" (based on "Win32 (x86) Application") -!MESSAGE "Project64 - Win32 Debug" (based on "Win32 (x86) Application") -!MESSAGE "Project64 - Win32 External Release" (based on "Win32 (x86) Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName ""$/Project64/Project 64 1.7", RCBAAAAA" -# PROP Scc_LocalPath ".." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "Project64 - 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 "../../Bin/Release" -# PROP Intermediate_Dir "../../Build/Project64/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "../" /I "./" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c -# SUBTRACT CPP /Fr -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /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 /machine:I386 -# 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:windows /debug /machine:I386 - -!ELSEIF "$(CFG)" == "Project64 - 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 "../../Bin/Debug" -# PROP Intermediate_Dir "../../Build/Project64/Debug" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../" /I "./" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c -# SUBTRACT CPP /Fr -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "_DEBUG" -# ADD RSC /l 0xc09 /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 /debug /machine:I386 /pdbtype:sept -# 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:windows /debug /machine:I386 /pdbtype:sept -# SUBTRACT LINK32 /map - -!ELSEIF "$(CFG)" == "Project64 - Win32 External Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Project64___Win32_External_Release" -# PROP BASE Intermediate_Dir "Project64___Win32_External_Release" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "../../Bin/External" -# PROP Intermediate_Dir "../../Build/Project64/External" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /I "./" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "EXTERNAL_RELEASE" /Yu"stdafx.h" /FD /EHa /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /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 /machine:I386 /out:"..\Bin\Release\Project64.exe" -# 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:windows /machine:I386 - -!ENDIF - -# Begin Target - -# Name "Project64 - Win32 Release" -# Name "Project64 - Win32 Debug" -# Name "Project64 - Win32 External Release" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Group "Settings Files" - -# PROP Default_Filter "" -# Begin Group "Setting Types Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-Application.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-ApplicationIndex.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-Cheats.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-GameSetting.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-GameSettingIndex.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBCpuType.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBOnOff.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBRamSize.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBSaveChip.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBYesNo.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RelativePath.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RomDatabase.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RomDatabaseIndex.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-SelectedDirectory.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-TempBool.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-TempNumber.cpp" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-TempString.cpp" -# End Source File -# End Group -# Begin Source File - -SOURCE="Settings\N64System Settings.cpp" -# End Source File -# Begin Source File - -SOURCE="Settings\Notification Settings.cpp" -# End Source File -# Begin Source File - -SOURCE="Settings\Recompiler Settings.cpp" -# End Source File -# Begin Source File - -SOURCE="Settings\Settings Class.cpp" -# End Source File -# End Group -# Begin Group "User Interface Source" - -# PROP Default_Filter "" -# Begin Group "Settings Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Advanced Options.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Directories.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - General.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - Plugin.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - Recompiler.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - Status.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game Browser.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Keyboard Shortcuts.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Options.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Plugin.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page.cpp" -# End Source File -# End Group -# Begin Group "WTL Controls Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\ModifiedEditBox.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\PartialGroupBox.cpp" -# End Source File -# End Group -# Begin Group "Debugger Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - Memory Dump.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - Memory Search.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - TLB.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - View Memory.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger.cpp" -# End Source File -# End Group -# Begin Source File - -SOURCE="User Interface\Frame Per Second Class.cpp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Gui Class.cpp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Main Menu Class.cpp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Menu Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\MenuShortCuts.cpp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Notification Class.cpp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Rom Browser Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings Config.cpp" -# End Source File -# End Group -# Begin Group "Multilanguage Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="Multilanguage\Language Class.cpp" -# End Source File -# End Group -# Begin Group "N64 System Source" - -# PROP Default_Filter "" -# Begin Group "Mips Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="N64 System\Mips\Audio.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Dma.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Eeprom.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\FlashRam.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\Memory Labels Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Memory Virtual Mem.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\Memory.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\OpCode Analysis Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\OpCode Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Pif Ram.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\Register Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Sram.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\System Events.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\System Timing.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\TLB class.cpp" -# End Source File -# End Group -# Begin Group "C Core Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\N64 System\C Core\BreakPoints.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\C Core Interface.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\C main.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\CPU Log.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\Logging.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\Mempak.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\r4300i Commands.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\r4300i Registers.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\C Core\Win32Timer.cpp" -# End Source File -# End Group -# Begin Group "Recompiler Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Code Block.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Code Section.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Delay Slot Map Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Function Info.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Function Map Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Jump Info.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Recompiler Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Recompiler Memory.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Recompiler Ops.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Reg Info.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Section Info.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\X86ops.cpp" -# End Source File -# End Group -# Begin Group "Interpreter Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\N64 System\Interpreter\Interpreter CPU.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Interpreter\Interpreter Ops 32.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Interpreter\Interpreter Ops.cpp" -# End Source File -# End Group -# Begin Source File - -SOURCE="N64 System\Cheat Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\N64 Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\N64 Rom Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Profiling Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Rom Information Class.cpp" -# End Source File -# Begin Source File - -SOURCE="N64 System\Speed Limiter Class.cpp" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\System Globals.cpp" -# End Source File -# End Group -# Begin Group "Plugin Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="Plugins\Audio Plugin.cpp" -# End Source File -# Begin Source File - -SOURCE="Plugins\Controller Plugin.cpp" -# End Source File -# Begin Source File - -SOURCE="Plugins\GFX plugin.cpp" -# End Source File -# Begin Source File - -SOURCE="Plugins\Plugin Class.cpp" -# End Source File -# Begin Source File - -SOURCE="Plugins\Plugin List.cpp" -# End Source File -# Begin Source File - -SOURCE="Plugins\RSP Plugin.cpp" -# End Source File -# End Group -# Begin Group "3rd Party Source" - -# PROP Default_Filter "" -# Begin Group "ZLib Source" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="3rd Party\zlib\UNZIP.C" - -!IF "$(CFG)" == "Project64 - Win32 Release" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 Debug" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 External Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE="3rd Party\zlib\zip.c" - -!IF "$(CFG)" == "Project64 - Win32 Release" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 Debug" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 External Release" - -!ENDIF - -# End Source File -# End Group -# Begin Source File - -SOURCE="3rd Party\7zip.cpp" - -!IF "$(CFG)" == "Project64 - Win32 Release" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 Debug" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 External Release" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE="3rd Party\Processor Info.cpp" - -!IF "$(CFG)" == "Project64 - Win32 Release" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 Debug" - -# SUBTRACT CPP /YX /Yc /Yu - -!ELSEIF "$(CFG)" == "Project64 - Win32 External Release" - -!ENDIF - -# End Source File -# End Group -# Begin Source File - -SOURCE="Settings\Gui Settings.cpp" -# End Source File -# Begin Source File - -SOURCE=main.cpp -# End Source File -# Begin Source File - -SOURCE=.\stdafx.cpp -# ADD CPP /Yc"stdafx.h" -# End Source File -# Begin Source File - -SOURCE=ValidateBinary.cpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE="User Interface\Bitmaps\AboutScreen.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\AboutScreenBottom.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\AboutScreenMiddle.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\AboutScreenTop.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\CloseNormal.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Icons\divider.cur" -# End Source File -# Begin Source File - -SOURCE="User Interface\Icons\hand.cur" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\LangOK.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\LangOK_down.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Icons\left.ico" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\ListItems.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\pj64.BMP" -# End Source File -# Begin Source File - -SOURCE="User Interface\Icons\PJ64.ICO" -# End Source File -# Begin Source File - -SOURCE="User Interface\Icons\right.ico" -# End Source File -# Begin Source File - -SOURCE="User Interface\Bitmaps\tri-state.bmp" -# End Source File -# Begin Source File - -SOURCE="User Interface\UI Resources.rc" -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Group "Settings Headers" - -# PROP Default_Filter "" -# Begin Group "Setting Types Header" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-Application.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-ApplicationIndex.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-Base.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-Cheats.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-GameSetting.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-GameSettingIndex.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBCpuType.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBOnOff.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBRamSize.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBSaveChip.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RDBYesNo.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RelativePath.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RomDatabase.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-RomDatabaseIndex.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-SelectedDirectory.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-TempBool.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-TempNumber.h" -# End Source File -# Begin Source File - -SOURCE=".\Settings\SettingType\SettingsType-TempString.h" -# End Source File -# End Group -# Begin Source File - -SOURCE="Settings\Gui Settings.h" -# End Source File -# Begin Source File - -SOURCE="Settings\N64System Settings.h" -# End Source File -# Begin Source File - -SOURCE="Settings\Notification Settings.h" -# End Source File -# Begin Source File - -SOURCE="Settings\Recompiler Settings.h" -# End Source File -# Begin Source File - -SOURCE="Settings\Settings Class.h" -# End Source File -# End Group -# Begin Group "User Interface Headers" - -# PROP Default_Filter "" -# Begin Group "Settings Header" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Advanced Options.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Directories.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - General.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - Plugin.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - Recompiler.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game - Status.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Game Browser.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Keyboard Shortcuts.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Options.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page - Plugin.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\Settings\Settings Page.h" -# End Source File -# End Group -# Begin Group "WTL Controls Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\ModifiedCheckBox.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\ModifiedComboBox.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\ModifiedEditBox.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\numberctrl.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\WTL Controls\PartialGroupBox.h" -# End Source File -# End Group -# Begin Source File - -SOURCE="User Interface\Frame Per Second Class.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\Gui Class.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\Log Class.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\Main Menu Class.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\Menu Class.h" -# End Source File -# Begin Source File - -SOURCE=".\User Interface\MenuShortCuts.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\Notification Class.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\resource.h" -# End Source File -# Begin Source File - -SOURCE="User Interface\Rom Browser.h" -# End Source File -# End Group -# Begin Group "Multilanguage Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="Multilanguage\Language Class.h" -# End Source File -# End Group -# Begin Group "N64 System Headers" - -# PROP Default_Filter "" -# Begin Group "Mips Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="N64 System\Mips\Audio.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Dma.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Eeprom.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Exception.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\FlashRam.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\Memory Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\Memory Labels Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Memory Virtual Mem.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\OpCode Analysis Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\OpCode Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\OpCode.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Pif Ram.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\Register Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\Sram.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\System Events.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\System Timing.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Mips\TLB Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Mips\TranslateVaddr.h" -# End Source File -# End Group -# Begin Group "C Core Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="N64 System\C Core\BreakPoints.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\C Core Interface.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Core Settings.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\CPU Log.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\CPU.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Debugger.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Eeprom.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Flashram.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Logging.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Main.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\MEMPAK.H" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\r4300i Commands.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\r4300i Memory.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\r4300i Registers.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\C Core\Win32Timer.h" -# End Source File -# End Group -# Begin Group "Debugger Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - Memory Dump.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - Memory Search.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - TLB.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\Debugger - View Memory.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Debugger\debugger.h" -# End Source File -# End Group -# Begin Group "Recompiler Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Code Block.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Code Section.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Delay Slot Map Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Exit Info.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Function Info.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Function Map Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Jump Info.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Recompiler Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Recompiler Memory.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Recompiler Ops.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\Reg Info.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Recompiler\Section Info.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Recompiler\X86ops.h" -# End Source File -# End Group -# Begin Group "Interpreter Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=".\N64 System\Interpreter\Interpreter CPU.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Interpreter\Interpreter Ops 32.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\Interpreter\Interpreter Ops.h" -# End Source File -# End Group -# Begin Source File - -SOURCE="N64 System\Cheat Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\N64 Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\N64 Rom Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\N64 Types.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Profiling Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Rom Information Class.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Speed Limiter Class.h" -# End Source File -# Begin Source File - -SOURCE=".\N64 System\System Globals.h" -# End Source File -# Begin Source File - -SOURCE="N64 System\Types.h" -# End Source File -# End Group -# Begin Group "Plugin Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="Plugins\Audio Plugin.h" -# End Source File -# Begin Source File - -SOURCE="Plugins\Controller Plugin.h" -# End Source File -# Begin Source File - -SOURCE="Plugins\GFX plugin.h" -# End Source File -# Begin Source File - -SOURCE="Plugins\Plugin Class.h" -# End Source File -# Begin Source File - -SOURCE="Plugins\Plugin List.h" -# End Source File -# Begin Source File - -SOURCE="Plugins\RSP Plugin.h" -# End Source File -# End Group -# Begin Group "3rd Party Headers" - -# PROP Default_Filter "" -# Begin Group "HTML Help" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="3rd Party\HTML Help\HTMLHELP.H" -# End Source File -# End Group -# Begin Group "Zlib Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE="3rd Party\zlib\UNZIP.H" -# End Source File -# Begin Source File - -SOURCE="3rd Party\zlib\ZCONF.H" -# End Source File -# Begin Source File - -SOURCE="3rd Party\zlib\zip.h" -# End Source File -# Begin Source File - -SOURCE="3rd Party\zlib\ZLIB.H" -# End Source File -# End Group -# Begin Source File - -SOURCE="3rd Party\7zip.h" -# End Source File -# Begin Source File - -SOURCE="3rd Party\Processor Info.h" -# End Source File -# Begin Source File - -SOURCE="3rd Party\zip.h" -# End Source File -# End Group -# Begin Source File - -SOURCE="C:\Program Files\Microsoft Visual Studio\VC98\ATL\Include\ATLWIN.H" -# End Source File -# Begin Source File - -SOURCE=Multilanguage.h -# End Source File -# Begin Source File - -SOURCE="N64 System.h" -# End Source File -# Begin Source File - -SOURCE=Plugin.h -# End Source File -# Begin Source File - -SOURCE=Settings.h -# End Source File -# Begin Source File - -SOURCE=.\stdafx.h -# End Source File -# Begin Source File - -SOURCE="User Interface.h" -# End Source File -# Begin Source File - -SOURCE="Validate Binary.h" -# End Source File -# Begin Source File - -SOURCE=".\WTL App.h" -# End Source File -# End Group -# Begin Group "Logs" - -# PROP Default_Filter "" -# Begin Group "Debug" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\Bin\Debug\CPUoutput.log -# End Source File -# Begin Source File - -SOURCE=..\Bin\Debug\Project64.log -# End Source File -# Begin Source File - -SOURCE="..\Bin\Debug\Sync Errors.txt" -# End Source File -# End Group -# Begin Group "Release" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=..\Bin\Release\CPUoutput.log -# End Source File -# Begin Source File - -SOURCE=..\Bin\Release\Project64.log -# End Source File -# Begin Source File - -SOURCE="..\Bin\Release\Sync Errors.txt" -# End Source File -# End Group -# End Group -# End Target -# End Project diff --git a/Source/RSP/RSP.dsp b/Source/RSP/RSP.dsp deleted file mode 100644 index b0241bfa5..000000000 --- a/Source/RSP/RSP.dsp +++ /dev/null @@ -1,291 +0,0 @@ -# Microsoft Developer Studio Project File - Name="RSP" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=RSP - 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 "RSP.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 "RSP.mak" CFG="RSP - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "RSP - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "RSP - 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)" == "RSP - 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 "../../Build/RSP/Release" -# PROP Intermediate_Dir "../../Build/RSP/Release" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RSP_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /I "./" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RSP_EXPORTS" /YX /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /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 /dll /machine:I386 -# 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 /dll /machine:I386 /out:"../../Bin/Release/RSP 1.7.dll" - -!ELSEIF "$(CFG)" == "RSP - 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 "../../Build/RSP/Debug" -# PROP Intermediate_Dir "../../Build/RSP/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" /D "_MBCS" /D "_USRDLL" /D "RSP_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../" /I "./" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "RSP_EXPORTS" /YX /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc09 /d "_DEBUG" -# ADD RSC /l 0xc09 /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 /dll /debug /machine:I386 /pdbtype:sept -# 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 /dll /debug /machine:I386 /out:"../../Bin/Debug/Plugin/RSP/RSP 1.7.dll" /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "RSP - Win32 Release" -# Name "RSP - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Group "RSP Source Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\breakpoint.c -# End Source File -# Begin Source File - -SOURCE=.\Cpu.c -# End Source File -# Begin Source File - -SOURCE=.\dma.c -# End Source File -# Begin Source File - -SOURCE=".\Interpreter CPU.c" -# End Source File -# Begin Source File - -SOURCE=".\Interpreter Ops.c" -# End Source File -# Begin Source File - -SOURCE=.\log.cpp -# End Source File -# Begin Source File - -SOURCE=.\memory.c -# End Source File -# Begin Source File - -SOURCE=.\Mmx.c -# End Source File -# Begin Source File - -SOURCE=.\Profiling.cpp -# End Source File -# Begin Source File - -SOURCE=".\Recompiler Analysis.c" -# End Source File -# Begin Source File - -SOURCE=".\Recompiler CPU.c" -# End Source File -# Begin Source File - -SOURCE=".\Recompiler Ops.c" -# End Source File -# Begin Source File - -SOURCE=".\Recompiler Sections.c" -# End Source File -# Begin Source File - -SOURCE=".\RSP Command.c" -# End Source File -# Begin Source File - -SOURCE=".\RSP Register.c" -# End Source File -# Begin Source File - -SOURCE=.\Sse.c -# End Source File -# Begin Source File - -SOURCE=.\X86.c -# End Source File -# End Group -# Begin Source File - -SOURCE=.\Main.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Group "RSP Header Files" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\breakpoint.h -# End Source File -# Begin Source File - -SOURCE=.\Cpu.h -# End Source File -# Begin Source File - -SOURCE=.\dma.h -# End Source File -# Begin Source File - -SOURCE=".\Interpreter CPU.h" -# End Source File -# Begin Source File - -SOURCE=".\Interpreter Ops.h" -# End Source File -# Begin Source File - -SOURCE=.\log.h -# End Source File -# Begin Source File - -SOURCE=.\memory.h -# End Source File -# Begin Source File - -SOURCE=.\OpCode.h -# End Source File -# Begin Source File - -SOURCE=.\Profiling.h -# End Source File -# Begin Source File - -SOURCE=".\Recompiler CPU.h" -# End Source File -# Begin Source File - -SOURCE=".\Recompiler Ops.h" -# End Source File -# Begin Source File - -SOURCE=.\resource.h -# End Source File -# Begin Source File - -SOURCE=".\RSP Command.h" -# End Source File -# Begin Source File - -SOURCE=".\RSP Registers.h" -# End Source File -# Begin Source File - -SOURCE=.\Rsp.h -# End Source File -# Begin Source File - -SOURCE=.\Types.h -# End Source File -# Begin Source File - -SOURCE=.\X86.h -# End Source File -# End Group -# Begin Group "Support Headers" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=.\Support\CriticalSection.h -# End Source File -# Begin Source File - -SOURCE=".\Support\Ini File Class.h" -# End Source File -# Begin Source File - -SOURCE=".\Support\Log Class.h" -# End Source File -# Begin Source File - -SOURCE=.\Support\md5.h -# End Source File -# Begin Source File - -SOURCE=".\Support\std string.h" -# End Source File -# Begin Source File - -SOURCE=.\Support\Support.h -# End Source File -# Begin Source File - -SOURCE=.\Support\Version.h -# End Source File -# Begin Source File - -SOURCE=.\Support\XString.h -# End Source File -# End Group -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# Begin Source File - -SOURCE=.\RSP.rc -# End Source File -# End Group -# End Target -# End Project diff --git a/Source/Settings/Settings.dsp b/Source/Settings/Settings.dsp deleted file mode 100644 index 6f1dcbb55..000000000 --- a/Source/Settings/Settings.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Settings" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Static Library" 0x0104 - -CFG=Settings - 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 "Settings.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 "Settings.mak" CFG="Settings - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Settings - Win32 Release" (based on "Win32 (x86) Static Library") -!MESSAGE "Settings - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "Settings - 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 "../../Build/Settings/Release" -# PROP Intermediate_Dir "../../Build/Settings/Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD BASE RSC /l 0xc09 /d "NDEBUG" -# ADD RSC /l 0xc09 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ELSEIF "$(CFG)" == "Settings - 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 "../../Build/Settings/Debug" -# PROP Intermediate_Dir "../../Build/Settings/Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD BASE RSC /l 0xc09 /d "_DEBUG" -# ADD RSC /l 0xc09 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LIB32=link.exe -lib -# ADD BASE LIB32 /nologo -# ADD LIB32 /nologo - -!ENDIF - -# Begin Target - -# Name "Settings - Win32 Release" -# Name "Settings - Win32 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=.\Settings.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=.\Settings.h -# End Source File -# End Group -# End Target -# End Project