| 155 | | ## @todo 64-bit windows additions: |
|---|
| 156 | | # It's going to be most of the files from above, except they must not have the same name on |
|---|
| 157 | | # the iso (left hand side). |
|---|
| 158 | | # We probably an autorun wrapper which launches the right installer, unless there is |
|---|
| 159 | | # some Autorun.inf magic for this or that it can be done from the x86 installer. |
|---|
| 160 | | # Also, we MUST fix the .inf / .cat problem mentioned in the todo above. |
|---|
| 161 | | endif |
|---|
| | 155 | # We MUST fix the .inf / .cat problem mentioned in the todo above. |
|---|
| | 156 | VBOX_PATH_ADDITIONS.win.amd64 = $(PATH_OUT_BASE)/win.amd64/$(KBUILD_TYPE)/bin/additions |
|---|
| | 157 | GUESTADDITIONS_FILESPEC.win.amd64 = \ |
|---|
| | 158 | 64Bit/Windows/Drivers/VBoxGuest/VBoxGuest.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxGuest.sys \ |
|---|
| | 159 | 64Bit/Windows/Drivers/VBoxGuest/VBoxGuest.inf=./WINNT/VBoxGuest/VBoxGuest.inf \ |
|---|
| | 160 | 64Bit/Windows/Drivers/VBoxGuest/VBoxTray.exe=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxTray.exe \ |
|---|
| | 161 | 64Bit/Windows/Drivers/VBoxGuest/VBoxHook.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxHook.dll \ |
|---|
| | 162 | 64Bit/Windows/Drivers/VBoxGuest/VBoxControl.exe=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxControl.exe \ |
|---|
| | 163 | 64Bit/Windows/Drivers/VBoxGuest/VBCoInst.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBCoInst.dll \ |
|---|
| | 164 | 64Bit/Windows/Drivers/VBoxGuest/VBoxMouse.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMouse.sys \ |
|---|
| | 165 | 64Bit/Windows/Drivers/VBoxGuest/VBoxMouse.inf=./WINNT/MouseFilter/VBoxMouse.inf \ |
|---|
| | 166 | 64Bit/Windows/Drivers/VBoxVideo/VBoxVideo.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxVideo.sys \ |
|---|
| | 167 | 64Bit/Windows/Drivers/VBoxVideo/VBoxVideo.inf=./WINNT/Graphics/Miniport/VBoxVideo.inf \ |
|---|
| | 168 | 64Bit/Windows/Drivers/VBoxVideo/VBoxDisp.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxDisp.dll \ |
|---|
| | 169 | 64Bit/Windows/Gina/VBoxGINA.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxGINA.dll \ |
|---|
| | 170 | VBoxWindowsAdditions-amd64.exe=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxWindowsAdditions-amd64.exe |
|---|
| | 171 | ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS |
|---|
| | 172 | GUESTADDITIONS_FILESPEC.win.amd64 += \ |
|---|
| | 173 | 64Bit/Windows/Drivers/VBoxSF/VBoxSF.sys=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxSF.sys \ |
|---|
| | 174 | 64Bit/Windows/Drivers/VBoxSF/VBoxMRXNP.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMRXNP.dll |
|---|
| | 175 | endif |
|---|
| | 176 | endif |
|---|
| | 177 | |
|---|