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?
At the command line.
dm.exe [options] sourcefile[.dme] Apparantly there's an -i flag as well which isn't documented. Does anybody know what it does? |
![]() May 27 2013, 3:53 am
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.
|