Changeset 2568 in vbox
- Timestamp:
- May 9, 2007 4:51:43 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21035
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r2549 r2568 863 863 cat .tmp_src.cc >> $LOG 864 864 echo "using the following command line:" >> $LOG 865 echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt" >> $LOG 866 $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1 865 if [ "$MACHINE" = "amd64" ]; then 866 echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib64 -L$q/lib -lqt-mt" >> $LOG 867 868 $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib64 -L$q/lib -lqt-mt >> $LOG 2>&1 869 else 870 echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt" >> $LOG 871 872 $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1 873 fi 867 874 if (($?==0)); then 868 875 if test_execute; then
Note:
See TracChangeset
for help on using the changeset viewer.