Ignore:
Timestamp:
Feb 4, 2014 7:39:55 AM (10 years ago)
Author:
ming
Message:

Re #1519 (commited to SVN trunk): Add lib target to build system to enable building the library only (without the executables)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/Makefile

    r4656 r4727  
    2222lib: 
    2323        for dir in $(LIB_DIRS); do \ 
    24                 if $(MAKE) $(MAKE_FLAGS) -C $$dir all; then \ 
     24                if $(MAKE) $(MAKE_FLAGS) -C $$dir lib; then \ 
    2525                    true; \ 
    2626                else \ 
Note: See TracChangeset for help on using the changeset viewer.