Changeset 69319 in vbox
- Timestamp:
- Oct 25, 2017 3:08:42 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118643
- Location:
- trunk/src/VBox/Additions/haiku
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxTray.rdef
r43371 r69319 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 17 18 /* 16 *----------------------------------------------------------------------------- 17 * 19 18 * This code is based on: 20 19 * -
trunk/src/VBox/Additions/haiku/load.sh
r43367 r69319 1 1 #!/bin/bash 2 # $Id$ 3 ## @file 4 # Driver load script. 5 # 6 7 # 8 # Copyright (C) 2012-2017 Oracle Corporation 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License (GPL) as published by the Free Software 14 # Foundation, in version 2 as it comes in the "COPYING" file of the 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 2 18 3 19 outdir=out/haiku.x86/debug/bin/additions -
trunk/src/VBox/Additions/haiku/unload.sh
r43367 r69319 1 1 #!/bin/bash 2 # $Id$ 3 ## @file 4 # Driver unload script. 5 # 6 7 # 8 # Copyright (C) 2012-2017 Oracle Corporation 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License (GPL) as published by the Free Software 14 # Foundation, in version 2 as it comes in the "COPYING" file of the 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 2 18 3 19 basedir=/boot/home/config/add-ons/
Note:
See TracChangeset
for help on using the changeset viewer.