ID:1276929
 
(See the best response by LordAndrew.)
At the command line.

dm.exe [options] sourcefile[.dme]
options:
-h view this help
-l list all included source files
-o show the DM object tree


Apparantly there's an -i flag as well which isn't documented. Does anybody know what it does?
Best response
I did a quick test by having each command dump the results into a text file, and the only noticeable difference I found with the -i flag is that it generates an include.txt upon compilation if you've any included libraries in your project.
Which you tend to want to package up a library, as include.txt should make DreamMaker pull down dependencies, I think.
oh cool, thanks!
In response to Stephen001
I believe include.txt forces the downloadee to download and install those dependencies when it's read by Dream Seeker, I don't think DS scans the .dm files for #include