View Single Post
Old 10 May 2017, 13:19   #5
wawa
Registered User
 
Join Date: Aug 2007
Location: berlin/germany
Posts: 1,054
Quote:
Originally Posted by Locutus View Post
That really does look pretty painless
it is painless, for the most part. you can even compile module for module, library for library or directory for directory. all you need to, is to go and look at local mmakefile.src in the sources you are interetsed in and identify
a module name. for instance, to compile png.library you go to
Quote:
/AROS-source/AROS/workbench/libs/png
check mmakefile.src, see right away this line:
Quote:
#MM workbench-libs-png : workbench-libs-z
then you simply do
Quote:
make workbench-libs-png
and the library gets built along with all dependencies.

if you have dependencies built already you can
Quote:
make workbench-libs-png-quick
..usually.

if you now want all libraries to be built or rebuilt, assuming you might have done some changes you want to test, you simply go level up:
Quote:
make workbench-libs
wawa is offline  
 
Page generated in 0.06476 seconds with 11 queries