diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-06 01:13:10 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-09-06 01:13:10 +0000 |
| commit | 1b40324d0831fd35953b70faf6b40e487f74ab84 (patch) | |
| tree | 1828b85226c49858a2e242b0f763c2a22e554a70 /win32 | |
| parent | a234964379ca2feffdbd20a4a82d7d7e1280e8b2 (diff) | |
| download | pcsxr-1b40324d0831fd35953b70faf6b40e487f74ab84.tar.gz | |
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
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/pcsx.dev | 22 | ||||
| -rw-r--r-- | win32/pcsx.dsp | 8 | ||||
| -rw-r--r-- | win32/pcsx.sln | 2 | ||||
| -rw-r--r-- | win32/pcsx.vcproj | 17 |
4 files changed, 40 insertions, 9 deletions
diff --git a/win32/pcsx.dev b/win32/pcsx.dev index 58505a40..ed356bab 100644 --- a/win32/pcsx.dev +++ b/win32/pcsx.dev @@ -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=
+
diff --git a/win32/pcsx.dsp b/win32/pcsx.dsp index c9d730db..6df96567 100644 --- a/win32/pcsx.dsp +++ b/win32/pcsx.dsp @@ -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
diff --git a/win32/pcsx.sln b/win32/pcsx.sln index 22307457..95e64259 100644 --- a/win32/pcsx.sln +++ b/win32/pcsx.sln @@ -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
diff --git a/win32/pcsx.vcproj b/win32/pcsx.vcproj index e0fc751e..f3fd61f8 100644 --- a/win32/pcsx.vcproj +++ b/win32/pcsx.vcproj @@ -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
@@ -106,9 +107,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -203,9 +201,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -373,6 +368,14 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\libpcsxcore\gpu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\libpcsxcore\gpu.h"
+ >
+ </File>
+ <File
RelativePath="..\libpcsxcore\gte.c"
>
<FileConfiguration
|
