what are the other dependencies? I got the 3 Erik listed above and the one you just mentioned. Need more links
the windows patcher, incidentally, prompts you for a path.
and windows DROD seems to run multiple instances just fine.
---
bugger. It appears I don't know how to work dependencies in this system. Oh, I should be doing this in Linux. I know make backwards and forwards and can make g++ dance and sing.
So I made a directory called "
ThirdParty"
under my source tree (i.e. parallel with BackEndLib) and in ThirdParty I have "
ThirdParty/Include"
(wherein lies mk4.h) and "
ThirdParty/Lib"
(wherein lies mk4vc60.dll - I downloaded the prebuilt. I might need to rename this to mk4.dll?) and then I hit Project/Settings. The "
Resource"
tab has a spot to enter "
additional resource include directories"
so I tried "
..\\ThirdParty"
and "
..\\ThirdParty\\Include"
and "
C:\\Documents and Settings\\silver\\Desktop\\DROD20Source\\ThirdParty\\Include"
... in all three cases it seemed to add a nice "
/i"
entry to the command line shown, but in all three cases, building still says "
no mk4.h, die scum bag!"
argh?
What was the "
correct"
way to add these dependent libraries?
(incidentally, if it were me, and I had a third party dependency I couldn't/wouldn't distribute with my source, I'd include shell directories where I put them as part of the project with a README.txt saying "
this is where you put the files you can get from XYZ url, unzip them here"
and then my build would already be configured to look in that place (only) for the third party stuff. And, yes, I do have a cvs tree littered with of "
.keepdir"
0-length files (I think subversion is better about allowing you to check in empty directories, though)).
[Edited by silver at
Local Time:05-27-2005 at 03:48 AM]
____________________________