VirtualBox

Ignore:
Timestamp:
Feb 15, 2012 3:23:33 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76285
Message:

VBoxMRXNP, Additions installer: build and install a 32 bit version for 64 bit guests.

Location:
trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll
Files:
2 edited

Legend:

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

    r31661 r40136  
    3838        $(VBOX_LIB_IPRT_GUEST_R3)
    3939
     40#
     41# VBoxMRXNP-x86 - x86 version of VBoxMRXNP built for amd64 build
     42#
     43DLLS.win.amd64 += VBoxMRXNP-x86
     44VBoxMRXNP-x86_EXTENDS = VBoxMRXNP
     45VBoxMRXNP-x86_BLD_TRG_ARCH = x86
     46VBoxMRXNP-x86_LIBS = \
     47        $(VBOX_LIB_IPRT_GUEST_R3_X86) \
     48        $(VBOX_LIB_VBGL_R3_X86)
     49VBoxMRXNP-x86_DEFS = $(VBoxMRXNP_DEFS) VBOX_WOW64
     50
    4051include $(KBUILD_PATH)/subfooter.kmk
    4152
  • trunk/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.rc

    r32394 r40136  
    3939         VALUE "InternalName",     "VBoxMRXNP.DLL\0"
    4040         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
     41#ifdef VBOX_WOW64
     42         VALUE "OriginalFilename", "VBoxMRXNP-x86.DLL\0"
     43#else
    4144         VALUE "OriginalFilename", "VBoxMRXNP.DLL\0"
     45#endif
    4246         VALUE "ProductName",      VBOX_PRODUCT " Guest Additions\0"
    4347         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
Note: See TracChangeset for help on using the changeset viewer.

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