Hi all,<br><br>I'm new to ScummVM, so expect to receive many questions from me in the next few weeks, not all of them very clever, as I'm also not very good with compilation processes (makefiles, etc.)<br><br>Right now I've got 2 questions:<br>
<br>1/ About "create_project"<br><br>Does "create_project" (from the nightly build) base its project files generation solely on the "<a href="http://module.mk">module.mk</a>" file present in the engine's folder?<br>
In other words :<br>- If my <a href="http://module.mk">module.mk</a> is right, will my Visual Studio Solution be created correctly? Where else does it pick information from?<br>- For example, does the engine folder HAVE to be in "../../engines" from the dist/msvc10 folder ? (I believe some of the relative paths are hard-coded in create_project)<br>
<br>2/ About $srcdir<br><br>I can see in most <a href="http://module.mk">module.mk</a> that they include <a href="http://rules.mk">rules.mk</a> using : "include $(srcdir)/<a href="http://rules.mk">rules.mk</a>".<br>
Where is $rcdir defined? I take it it#s an environm,ent variable, but I'm not sure when and how it's defined.<br><br><br>Let me know if my quesitons are not clear.<br>