Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Zacam on July 12, 2009, 01:13:48 am
-
So, I noticed the commit 5420 left a tiny amount of "../..//dx8sdk" refs, so I thought I'd finish cleaning those out.
What followed from that, was a general sweep of the 2008 vcproj files. I cleaned out all the <FileConfiguration> sections as they had absolutely nothing defined in them to differentiate them from anything else.
And since I was already here and dirty up to my elbows, I added Inferno Build Support (Regular and Debug) and made any files that were still being created as 3_6_10 be 3_6_11.
Update-vcproj.patch: Right-Click and Save As (http://zacam.ueuo.com/scp/Update-vcproj.patch)
md5: a695478b0577adc62da809f1e8a84c2f
Still working on making Speech and Voice Recognition possible under Express editions. I half-way have a solution, but I'm being hampered by versioning. More updates on that as they happen.
(And hopefully it won't be something that will kill compiling Speech and Voice for the Standard/Pro users.)
-
You added the configs and all that seems good and all, but you took out PDB_DEBUGGING from the debug builds (which we want in) and you never actually added the INF_BUILD define to the new Inferno configurations.
-
So, this affects vc2008 project files or what?
-
Yes, he finished the removal of some dxsdk references, cleaned out a bunch of empty file configurations that were unnecessary, and created configs for the Inferno builds. I fixed those Inferno configs and committed it before I left work, I'm gonna make a build set now and test it with TBP or give it to BP to try out or something.