Changeset 3000

Show
Ignore:
Timestamp:
06/04/06 08:30:51 (3 years ago)
Author:
madcat
Message:

Updated to current.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/mkdist.sh

    r2808 r3000  
    2929        cp -R hncgcomm hydranode-r${rev} 
    3030        cp -R hncore hydranode-r${rev} 
     31        mkdir hydranode-r${rev}/hngui 
     32        cp hngui/*.cpp hydranode-r${rev}/hngui 
     33        cp hngui/*.h hydranode-r${rev}/hngui 
     34        cp hngui/*.ui hydranode-r${rev}/hngui 
     35        cp hngui/Jamfile hydranode-r${rev}/hngui 
     36        cp hngui/*.rc hydranode-r${rev}/hngui 
     37        cp hngui/*.qrc hydranode-r${rev}/hngui 
     38        cp -R hngui/plugins hydranode-r${rev}/hngui 
     39        cp -R hngui/backgrounds hydranode-r${rev}/hngui 
     40        cp -R hngui/icons hydranode-r${rev}/hngui 
    3141        cp -R launcher hydranode-r${rev} 
    3242        echo "Cleaning tree ..." 
     
    3949        echo "All done" 
    4050elif test $1 = "bin"; then 
    41         rm -rf lib plugins 
    42         rm -f hydranode hlink console 
     51        rm -rf release/lib release/plugins 
     52        rm -f release/hydranode release/hlink release/console 
    4353        echo "Compiling Hydranode core" 
    4454        time bjam release 
     
    5464                cp $i hydranode-r${rev} 
    5565        done 
    56         cp hlink hydranode-r${rev} 
    57         cp pfwd hydranode-r${rev} 
     66        cp release/hlink hydranode-r${rev} 
     67        cp release/pfwd hydranode-r${rev} 
    5868        if test -a console; then 
    5969                cp console hydranode-r${rev} 
     
    6272                done 
    6373        fi 
    64         cp hydranode hydranode-r${rev} 
     74        cp release/hydranode hydranode-r${rev} 
    6575        mkdir hydranode-r${rev}/plugins 
    66         cp plugins/libcmod_ed2k.so hydranode-r${rev}/plugins/ 
    67         cp plugins/libcmod_http.so hydranode-r${rev}/plugins/ 
    68         cp plugins/libcmod_bt.so hydranode-r${rev}/plugins/ 
    69         cp plugins/libcmod_hnsh.so hydranode-r${rev}/plugins/ 
    70         cp plugins/libcmod_mailnotify.so hydranode-r${rev}/plugins/ 
    71         cp plugins/libcmod_cgcomm.so hydranode-r${rev}/plugins/ 
    72         cp -R lib hydranode-r${rev} 
     76        cp release/plugins/libcmod_ed2k.so hydranode-r${rev}/plugins/ 
     77        cp release/plugins/libcmod_http.so hydranode-r${rev}/plugins/ 
     78        cp release/plugins/libcmod_bt.so hydranode-r${rev}/plugins/ 
     79        cp release/plugins/libcmod_hnsh.so hydranode-r${rev}/plugins/ 
     80        cp release/plugins/libcmod_mailnotify.so hydranode-r${rev}/plugins/ 
     81        cp release/plugins/libcmod_cgcomm.so hydranode-r${rev}/plugins/ 
     82        cp -R release/lib hydranode-r${rev} 
    7383#       if test -a hydraload.xpi; then 
    7484#               cp hydraload.xpi hydranode-r${rev} 
    7585#       fi 
    76         cp `ldd hydranode | grep stdc++ | sed s'/.*\ =>\ //' | sed s'/(.*//'` hydranode-r${rev}/lib 
     86        cp `ldd release/hydranode | grep stdc++ | sed s'/.*\ =>\ //' | sed s'/(.*//'` hydranode-r${rev}/lib 
    7787        echo "Packing..." 
    7888        tar cfvj hydranode-r${rev}-${os}.tar.bz2 hydranode-r${rev}