On Mon, Jul 15, 2013 at 10:35 AM, Dennis Raddle <[email protected]>wrote:
> At the moment I'm working with flex without an IDE, just using trusty Emacs > and the command-line tools. I want to learn how to organize code into > different directories and packages. How do I tell the compiler what > directories to look in for code? (when there is more than one). Do > directories names have to match the package name? > > Dennis > Yes, the directory structure should follow the package name structure. That should be sufficient for the compiler. Thanks, Om
