Changeset 1614 for trunk/src/emx/CompileOne.sh
- Timestamp:
- Nov 5, 2004, 3:16:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/CompileOne.sh
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1613 r1614 9 9 #set -x 10 10 gcc -c -O3 -o $TMP/compileO3.o -fmessage-length=0 -std=gnu99 -Wundef -Wall -Wmissing-prototypes -pedantic -Wno-long-long \ 11 -DIN_INNOTEK_LIBC -D_NFILES=20 \12 -I$SRCDIR -I$ROOTDIR/include -I$ROOTDIR/src/include -I$OUTDIR/emx -I$ROOTDIR/src/lib/lgpl/include -DHAVE_CONFIG_H$1 \11 -DIN_INNOTEK_LIBC -D_NFILES=20 -DHAVE_CONFIG_H \ 12 -I$SRCDIR -I$ROOTDIR/include -I$ROOTDIR/src/include -I$OUTDIR/emx -I$ROOTDIR/src/lib/lgpl/include $1 \ 13 13 && gcc -c -O3 -o $TMP/compileLg.o -fmessage-length=0 -std=gnu99 -Wundef -Wall -Wmissing-prototypes -pedantic -Wno-long-long \ 14 14 -DIN_INNOTEK_LIBC -D_NFILES=20 -DHAVE_CONFIG_H -DDEBUG_LOGGING -D__LIBC_STRICT \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.