Updated MSVC and Dev-C++ projects, got rid of the GNU-style changelog.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56865 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\weimingzhi_cp 2010-09-06 01:13:10 +00:00
parent a234964379
commit 1b40324d08
6 changed files with 88 additions and 2216 deletions

2252
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -31,9 +31,6 @@
#include <sys/time.h>
#endif
#define btoi(b) ((b) / 16 * 10 + (b) % 16) /* BCD to u_char */
#define itob(i) ((i)/10*16 + (i)%10) /* u_char to BCD */
static FILE *cdHandle = NULL;
static FILE *cddaHandle = NULL;
static FILE *subHandle = NULL;

View File

@ -9,7 +9,7 @@ CppCompiler=-D__GNUWIN32__ -march=pentiumpro -D_M_IX86=600 -W -finline-functions
Includes=.;./zlib;../libpcsxcore;./glue;./gui;./intl
Linker=-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32 -lcomctl32 -lwsock32_@@_
Libs=
UnitCount=114
UnitCount=116
Folders=glue,glue/sys,gui,intl,libpcsxcore,libpcsxcore/ix86,zlib
ObjFiles=
PrivateResource=pcsx_private.rc
@ -1187,3 +1187,23 @@ Priority=1000
OverrideBuildCmd=0
BuildCmd=
[Unit115]
FileName=..\libpcsxcore\gpu.c
CompileCpp=0
Folder=libpcsxcore
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=$(CC) -c gpu.c -o gpu.o $(CFLAGS)
[Unit116]
FileName=..\libpcsxcore\gpu.h
CompileCpp=1
Folder=libpcsxcore
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
BuildCmd=

View File

@ -160,6 +160,14 @@ SOURCE=..\libpcsxcore\disr3000a.c
# End Source File
# Begin Source File
SOURCE=..\libpcsxcore\gpu.c
# End Source File
# Begin Source File
SOURCE=..\libpcsxcore\gpu.h
# End Source File
# Begin Source File
SOURCE=..\libpcsxcore\gte.c
# End Source File
# Begin Source File

View File

@ -1,5 +1,5 @@

Microsoft Visual Studio Solution File, Format Version 9.00
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pcsx", "pcsx.vcproj", "{9EEA62F5-46DC-4C07-AFE1-F72F9D6B9E3E}"
EndProject

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="9.00"
Name="pcsx"
ProjectGUID="{9EEA62F5-46DC-4C07-AFE1-F72F9D6B9E3E}"
RootNamespace="pcsx"
TargetFrameworkVersion="0"
>
<Platforms>
<Platform
@ -105,9 +106,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -202,9 +200,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -372,6 +367,14 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\libpcsxcore\gpu.c"
>
</File>
<File
RelativePath="..\libpcsxcore\gpu.h"
>
</File>
<File
RelativePath="..\libpcsxcore\gte.c"
>