mirror of https://github.com/PCSX2/pcsx2.git
Work on getting everything compiling properly in Linux.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@432 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
3f392e4e6e
commit
595c08df88
2
build.sh
2
build.sh
|
@ -16,7 +16,7 @@ export PCSX2OPTIONS="--enable-sse3 --enable-sse4 --prefix `pwd`"
|
|||
#export PCSX2OPTIONS="--enable-debug --enable-devbuild --enable-sse3 --prefix `pwd`"
|
||||
|
||||
# Make sure we have plugins, and bring the normal plugins in.
|
||||
sh fetch.sh
|
||||
#sh fetch.sh
|
||||
|
||||
option=$@
|
||||
export PCSX2PLUGINS="`pwd`/bin/plugins"
|
||||
|
|
|
@ -12,10 +12,25 @@ exit 1
|
|||
fi
|
||||
}
|
||||
|
||||
buildplugin gs $@
|
||||
buildplugin cdvd $@
|
||||
buildplugin dev9 $@
|
||||
buildplugin fw $@
|
||||
buildplugin pad $@
|
||||
buildplugin spu2 $@
|
||||
buildplugin usb $@
|
||||
#buildplugin gs $@
|
||||
#buildplugin cdvd $@
|
||||
#buildplugin dev9 $@
|
||||
#buildplugin fw $@
|
||||
#buildplugin pad $@
|
||||
#buildplugin spu2 $@
|
||||
#buildplugin usb $@
|
||||
|
||||
buildplugin CDVDnull $@
|
||||
buildplugin dev9null $@
|
||||
buildplugin FWnull $@
|
||||
buildplugin USBnull $@
|
||||
|
||||
buildplugin zerogs $@
|
||||
buildplugin zeropad $@
|
||||
buildplugin zerospu2 $@
|
||||
|
||||
buildplugin PeopsSPU2 $@
|
||||
|
||||
buildplugin CDVDiso $@
|
||||
buildplugin CDVDisoEFP $@
|
||||
buildplugin CDVDlinuz $@
|
|
@ -0,0 +1 @@
|
|||
../../../3rdparty/
|
|
@ -1,7 +1,7 @@
|
|||
# Create a shared library libZeroGSogl
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
noinst_LIBRARIES = libZeroGSogl.a
|
||||
INCLUDES = -I@srcdir@/common
|
||||
INCLUDES = -I@srcdir@/common -I@srcdir@/3rdparty
|
||||
|
||||
libZeroGSogl_a_CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0)
|
||||
libZeroGSogl_a_CXXFLAGS = $(shell pkg-config --cflags gtk+-2.0)
|
||||
|
|
Loading…
Reference in New Issue