summaryrefslogtreecommitdiff
path: root/win32/pcsx.dev
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-06 01:13:10 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-09-06 01:13:10 +0000
commit1b40324d0831fd35953b70faf6b40e487f74ab84 (patch)
tree1828b85226c49858a2e242b0f763c2a22e554a70 /win32/pcsx.dev
parenta234964379ca2feffdbd20a4a82d7d7e1280e8b2 (diff)
downloadpcsxr-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/pcsx.dev')
-rw-r--r--win32/pcsx.dev22
1 files changed, 21 insertions, 1 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=
+