pcsx2/linux_various
gregory.hainaut 68a833f4e7 cmake:
* set CMAKE_POSITION_INDEPENDENT_CODE variable for future cmake policy (which need to be upgraded to remove some warnings)
* On multiarch system, force the search on 32bits library (/usr/lib/i386-linux-gnu). Change previous compilation behavior on 64 bits system
    - Before: cmake search lib in 64 bits dir (64 bits lib needed to be install) but the linker got the 32 bits lib under the hood.
    + now: cmake search lib in 32 bits dir (only 32 bits lib need to be install). The linker still get 32 bits lib. In others word, you need to install -dev:i386 package on debian/ubuntu system



git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5367 96395faa-99c1-11dd-bbfe-3dabce05a288
2012-08-12 07:26:39 +00:00
..
detect_missing_file_in_cmake.sh copyright: 2012-04-12 06:30:35 +00:00
generate_pot.sh cmake: 2012-08-12 07:26:39 +00:00
hex2h.pl copyright: soundtouch was LGPL2.1 not LGPL2.1+, add an header to launch_pcsx2_linux.sh 2012-04-16 15:36:16 +00:00
pcsx2.desktop linux: clean various linux file into 1 directory 2011-09-04 20:39:19 +00:00
pcsx2.xpm linux: clean various linux file into 1 directory 2011-09-04 20:39:19 +00:00
validate_glsl.sh zzogl: 2012-06-08 18:14:47 +00:00