Changeset 316


Ignore:
Timestamp:
Mar 10, 2006 1:23:12 PM (18 years ago)
Author:
bennylp
Message:

Added few words in configure script and fixed cygwin compilation

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

    • Property svn:ignore
      •  

        old new  
        11build.mak 
        22build.mak.old 
         3user.mak 
        34python 
  • pjproject/trunk/configure

    r28 r316  
    7979echo "export LINUX_POLL := $LINUX_POLL" >> build.mak 
    8080 
     81touch user.mak 
     82 
    8183echo 
    82 echo "You may review build.mak if you wish" 
    83 echo "Done." 
     84echo "The configuration for current host has been written to 'build.mak'." 
     85echo "Customizations can be put in:" 
     86echo "  - 'user.mak'" 
     87echo "  - 'pjlib/include/pj/config_site.h'" 
     88echo 
     89echo "Next, run 'make dep && make clean && make'" 
    8490 
Note: See TracChangeset for help on using the changeset viewer.