VirtualBox

Changeset 49891 in vbox for trunk/tools/bin


Ignore:
Timestamp:
Dec 12, 2013 8:09:20 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
91269
Message:

Merged private draganddrop branch into trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/bin/gen-slickedit-workspace.sh

    r49226 r49891  
    146146            ;;
    147147    esac
    148     if test -n "$3"; 
     148    if test -n "$3";
    149149    then
    150150        MY_FOLDER="$1-$3.lst"
     
    225225            if test -d "${f}";
    226226            then
    227                 if test -z "${MY_OPT_USE_WILDCARDS}"; 
     227                if test -z "${MY_OPT_USE_WILDCARDS}";
    228228                then
    229229                    my_sub_tree "${MY_FILE}" "${f}"
    230230                else
    231231                    case "${f}" in
    232                         ${MY_ROOT_DIR}/include*) 
     232                        ${MY_ROOT_DIR}/include*)
    233233                            my_sub_tree "${MY_FILE}" "${f}" "Headers"
    234234                            ;;
    235                         *)  my_wildcard "${MY_FILE}" "${f}" 
     235                        *)  my_wildcard "${MY_FILE}" "${f}"
    236236                            ;;
    237237                    esac
     
    257257    if test -s "${MY_FILE}-Headers.lst";
    258258    then
    259         if test -z "${MY_OPT_USE_WILDCARDS}"; 
     259        if test -z "${MY_OPT_USE_WILDCARDS}";
    260260        then
    261261            echo '        <Folder Name="Headers"  Filters="*.h;*.hpp">' >> "${MY_FILE}"
     
    908908# src/VBox/HostServices
    909909my_generate_project "GuestCntl"     "src/VBox/HostServices/GuestControl"    --begin-incs "include" "src/VBox/HostServices/GuestControl"     --end-includes "src/VBox/HostServices/GuestControl"
     910my_generate_project "DragAndDrop"   "src/VBox/HostServices/DragAndDrop"     --begin-incs "include" "src/VBox/HostServices/DragAndDrop"      --end-includes "src/VBox/HostServices/DragAndDrop"
    910911my_generate_project "GuestProps"    "src/VBox/HostServices/GuestProperties" --begin-incs "include" "src/VBox/HostServices/GuestProperties"  --end-includes "src/VBox/HostServices/GuestProperties"
    911912my_generate_project "ShClip-HS"     "src/VBox/HostServices/SharedClipboard" --begin-incs "include" "src/VBox/HostServices/SharedClipboard"  --end-includes "src/VBox/HostServices/SharedClipboard"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette