loadhe / vsfiltermod

Automatically exported from code.google.com/p/vsfiltermod
GNU General Public License v3.0
0 stars 0 forks source link

Compilation doesn't really require DirectX SDK #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've used the vanilla VS2010 to compile the latest svn rev (r85) w/o needing 
the DirectX SDK. Simply had to change some #includes and remove ddraw.lib from 
the list of linking libs.

I could probably make a patch, but it's pretty easy to fix the #includes...

Original issue reported on code.google.com by SuperbS...@gmail.com on 14 Jun 2010 at 1:00

GoogleCodeExporter commented 8 years ago
Yeah, you probably right, but right now we're going to merge code back to 
mpc-hc project. Maybe we'll completely move VSFilterMod development process to 
their repository and leave this site for testing purposes and side projects. 
Stripping out things in common projects isn't good idea now.

We'll decide what to do with this issue after merging.

Original comment by z0r...@gmail.com on 17 Jun 2010 at 6:09