mirror of https://github.com/PCSX2/pcsx2.git
Fixed ZeroSPU2's solution/project link, and updated Linux makefiles (think they should work now, but haven't tested)
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@687 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
a5ef038c53
commit
046ff317f7
|
@ -1,5 +1,5 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
INCLUDES = -I@srcdir@/x86/ -I@srcdir@/../common/
|
||||
INCLUDES = -I@srcdir@/x86/ -I@srcdir@/common/
|
||||
noinst_LIBRARIES = libpcsx2.a
|
||||
|
||||
libpcsx2_a_SOURCES = \
|
||||
|
|
|
@ -123,7 +123,7 @@ AC_OUTPUT([
|
|||
tinyxml/Makefile
|
||||
x86/Makefile
|
||||
x86/ix86/Makefile
|
||||
zlib/Makefile
|
||||
3rdparty/zlib/Makefile
|
||||
])
|
||||
|
||||
dnl bindir = pcsx2exe
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroSPU2", "zerospu2\ZeroSPU2_2008.vcproj", "{7F059854-568D-4E08-9D00-1E78E203E4DC}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZeroSPU2", "zerospu2\Win32\ZeroSPU2_2008.vcproj", "{7F059854-568D-4E08-9D00-1E78E203E4DC}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
Loading…
Reference in New Issue