pcsx2/plugins/CDVDiso/src
Jonathan Li b20433c0be windows: Remove user.props references from all projects
find . -name *.vcxproj -exec sed -i -e '/user.props/d' {} \;

Microsoft recommends against using .user files. From
https://msdn.microsoft.com/en-us/library/669zx6zc.aspx :
"The best practice is to delete the reference to them in Property
Manager to ensure that your projects operate independently of any
per-user, per-computer settings. This is important to ensure correct
behaviour in a SCC (source code control) environment."

If you cannot compile SPU2-X after this commit (since that still relies
on the old DirectX SDK), you'll need to fix your build environment.
2016-05-29 12:21:52 +01:00
..
Linux Removes the usage of __LINUX__ define 2014-08-03 13:20:36 -05:00
Windows windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
mkiso [copyright]: * Update copyright to use the new postal address of the Free Software Foundation. Nothing to see. 2010-07-04 22:49:00 +00:00
CDVDiso.h cdvdiso: add stdcall convention 2015-04-17 18:34:05 +02:00
CDVDisop.cpp clean (some) gdb warning: round 1 2013-06-28 10:43:50 +00:00
CMakeLists.txt Use global compiler optimization flags instead of defining them for every plugin/binary 2015-08-08 16:25:17 +03:00
libiso.cpp Fix Ztable memory leaks 2014-07-30 22:09:25 -04:00
libiso.h CDVDiso: Fix the code to compile without -fpermissive 2010-08-23 18:35:20 +00:00