Changeset 1228 for trunk/base


Ignore:
Timestamp:
Nov 12, 2002, 6:27:54 AM (21 years ago)
Author:
kevin
Message:

Specify -no-cpp-precomp since cpp-precomp is missing on Darwin 6.0.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/pextlib1.0/compile.sh

    r972 r1228  
    77case `uname -s` in
    88        Darwin)
    9                 cc -c -DPIC -O -pipe $*
     9                cc -c -DPIC -O -pipe -no-cpp-precomp $*
    1010        ;;
    1111
Note: See TracChangeset for help on using the changeset viewer.