Automating Imports

If you work with more than a few projects that import from a common project, you may want to automate importing from that project. Automating imports can be as simple as scheduling this command: madbuild.exe -project “c:\example\example.flprj” -target “build-for-import.fltar”  How does that work? Isn’t madbuild.exe for generating output content? Yes. But some other things happen… Continue reading Automating Imports