Ignore:
Timestamp:
Jul 3, 2005, 9:28:05 AM (20 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/CompileOne.sh

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r2192 r2193  
    2323     -I$SRCDIR $1 \
    2424 && echo succesfully built $1 \
    25  && nm -sS $TMP/compileO3.o
     25 && nm -sS $TMP/compileO3.o | sort
    2626
    2727else
     
    3636        -I$ROOTDIR/src/lib/lgpl/ -I$ROOTDIR/src/lib/lgpl/sysdeps/os2 -I$ROOTDIR/src/lib/lgpl/sysdeps/i386/ -I$ROOTDIR/src/lib/lgpl/sysdeps/generic -I$ROOTDIR/src/lib/lgpl/include \
    3737        -I$SRCDIR $1 \
    38     && echo succesfully built $1
     38    && echo succesfully built $1 \
     39    && nm -sSg $TMP/compileO3.o | sort
    3940fi
Note: See TracChangeset for help on using the changeset viewer.