Changeset 4891 in vbox
- Timestamp:
- Sep 19, 2007 8:04:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4889 r4891 974 974 cat .tmp_src.cc >> $LOG 975 975 echo "using the following command line:" >> $LOG 976 echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt" >> $LOG 977 978 $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt >> $LOG 2>&1 976 echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt $LIBPTHREAD" >> $LOG 977 $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt $LIBPTHREAD >> $LOG 2>&1 979 978 if [ $? -eq 0 ]; then 980 979 if test_execute; then
Note:
See TracChangeset
for help on using the changeset viewer.