VirtualBox

Changeset 10153

Show
Ignore:
Timestamp:
07/03/08 15:14:02 (2 months ago)
Author:
vboxsync
Message:

Filespec for common files for the Windows Guest Additions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Additions/Makefile.kmk

    r10129 r10153  
    145145endif 
    146146 
     147# Common Windows files used by 32- and 64-bit architectures. 
     148ifdef VBOX_WITH_ADDITIONS_ISO 
     149 GUESTADDITIONS_FILESPEC.win = \ 
     150        VBoxWindowsAdditions.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions.exe \ 
     151        AUTORUN.INF=./WINNT/Installer/AUTORUN.INF 
     152endif 
    147153 
    148154ifdef VBOX_WITH_ADDITIONS_ISO.win.amd64 
     
    173179        32Bit/Windows/3rdParty/AMD_PCnet/pcntpci5.cat=./WINNT/Network/AMD/pcntpci5.cat \ 
    174180        32Bit/Windows/3rdParty/AMD_PCnet/PCNTPCI5.sys=./WINNT/Network/AMD/PCNTPCI5.sys \ 
    175         VBoxWindowsAdditions-x86.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions-x86.exe \ 
    176         VBoxWindowsAdditions.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions.exe \ 
    177         AUTORUN.INF=./WINNT/Installer/AUTORUN.INF 
     181        VBoxWindowsAdditions-x86.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions-x86.exe 
    178182 ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS 
    179183  GUESTADDITIONS_FILESPEC.win.x86 += \ 
     
    191195                $(filter-out %=deleteme=,\ 
    192196                        $(subst =,=deleteme= ,\ 
     197                                $(GUESTADDITIONS_FILESPEC.win) \ 
    193198                                $(GUESTADDITIONS_FILESPEC.win.x86) \ 
    194199                                $(GUESTADDITIONS_FILESPEC.win.amd64) \ 
     
    210215        $(VBOX_MKISOFS) -rational-rock -joliet -iso-level 3 \ 
    211216                -volid "VBOXADDITIONS_$(VBOX_VERSION_STRING)_$(VBOX_SVN_REV)" -l -graft-points -o $@ \ 
     217                $(GUESTADDITIONS_FILESPEC.win) \ 
    212218                $(GUESTADDITIONS_FILESPEC.win.x86) \ 
    213219                $(GUESTADDITIONS_FILESPEC.win.amd64) \ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy