VirtualBox

Changeset 9507 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jun 8, 2008 3:09:23 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31778
Message:

Preparing 64-bit guest additions building (focusing on windows atm.)

File:
1 edited

Legend:

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

    r8760 r9507  
    2525
    2626SYSMODS += VBoxDisp
     27ifdef VBOX_WITH_64BIT_ADDITIONS
     28VBoxDisp_TEMPLATE    = VBOXGUESTR0
     29else
    2730VBoxDisp_TEMPLATE    = VBOXW32GUESTR0
     31endif
    2832ifdef VBOX_SIGN_ADDITIONS
    2933 VBoxDisp_NOINST     = true
    3034endif
     35VBoxDisp_SYSSUFF     = .dll
     36ifndef VBOX_WITH_64BIT_ADDITIONS
    3137VBoxDisp_SDKS        = W2K3DDKX86 WINPSDKINCS
    32 VBoxDisp_SYSSUFF     = .dll
     38endif
    3339VBoxDisp_DEFS        = _WIN32_WINNT=0x0501 LOG_TO_BACKDOOR VBOX_WITH_DDRAW VBOX_WITH_OPENGL
    3440VBoxDisp_INCS        = ../../include
     
    5258        VBoxDisp.def \
    5359        VBoxDisp.rc
     60ifdef VBOX_WITH_64BIT_ADDITIONS
     61VBoxDisp_LDFLAGS.x86   = /Entry:DrvEnableDriver@12
     62VBoxDisp_LDFLAGS.amd64 = /Entry:DrvEnableDriver
     63VBoxDisp_LIBS = \
     64        $(PATH_SDK_W2K3DDK_LIB)/win32k.lib \
     65        $(VBOX_LIB_IPRT_GUEST_R0)
     66else
    5467VBoxDisp_LDFLAGS     = /Entry:DrvEnableDriver@12
    5568VBoxDisp_LIBS        = \
     
    5770        $(PATH_SDK_W2K3DDKX86_LIB)/win32k.lib \
    5871        $(PATH_LIB)/additions/RuntimeW32GuestR0$(VBOXW32GUEST_SUFF_LIB)
     72endif
    5973ifndef VBOX_USE_VCC80
    6074VBoxDisp_LIBS       += \
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