I recently installed a new version of the compiler, and noticed that the 
library files have now been broken down into separate subdirectories.  That 
organization makes it easier to find specific library files, but it now 
makes compilation more difficult. 

Before I could simply include JALLIB's single include directory at 
compilation:

/usr/bin/jalv2 -s /home/me/jalv2/include myproject.jal

Now I have to include the specifically include the directory of every 
library I use, which for my current project is quite a few:

/usr/bin/jalv2 -s 
"/home/me/jalv2/include/device;/home/me/jalv2/include/peripheral/spi;/home/me/jalv2/include/peripheral/adc;/home/me/jalv2/include/peripheral/timer;/home/me/jalv2/include/peripheral/usart;/home/me/jalv2/include/jal"
 
myproject.jal

I can see the new structure avoids name collisions and makes the project 
more robust, but I miss the simplicity of simply referencing a single 
directory.  Is there an easier way to reference the necessary library files?

-Jim

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to