VirtualBox

Changeset 9624 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 11, 2008 7:14:45 PM (17 years ago)
Author:
vboxsync
Message:

Enabled the 64-bit guest additions building. Note that you'll have to use KBUILD_TARGET=<win|linux|solaris|whatever> and KBUILD_TARGET_ARCH=<x86|amd64> to crossbuild stuff now, win32 additions are no longer build by default on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Makefile.kmk

    r9037 r9624  
    2929include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk
    3030include $(PATH_SUB_CURRENT)/VBoxTray/Makefile.kmk
     31ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (minor issues).
    3132include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk
     33endif
    3234include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk
    3335include $(PATH_SUB_CURRENT)/VBoxHook/Makefile.kmk
     
    3739endif
    3840ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS
     41ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (build env issues).
    3942include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk
     43endif
    4044endif
    4145ifneq ($(wildcard $(PATH_SUB_CURRENT)/Installer),)
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