Ignore:
Timestamp:
Apr 18, 2007 9:24:31 AM (17 years ago)
Author:
bennylp
Message:

Fixed the legacy build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/aconfigure.ac

    r1201 r1202  
    1818                 pjmedia/build/os-auto.mak 
    1919                 pjsip/build/os-auto.mak 
    20                  third_party/Makefile 
    21                  third_party/build/portaudio/Makefile 
     20                 third_party/build/portaudio/os-auto.mak  
     21                 third_party/build/os-auto.mak 
    2222                ]) 
    2323 
     
    518518AC_OUTPUT() 
    519519 
     520 
     521AC_MSG_RESULT([ 
     522 
     523The configuration for current target has been written to 'build.mak', and 'os-auto.mak' in various build directories. 
     524 
     525Customizations can be put in: 
     526  - 'user.mak' 
     527  - 'pjlib/include/pj/config_site.h' 
     528 
     529The next step now is to run 'make dep' and 'make'. 
     530]) 
     531 
Note: See TracChangeset for help on using the changeset viewer.