VirtualBox

Changeset 10164

Show
Ignore:
Timestamp:
07/03/08 18:05:45 (5 months ago)
Author:
vboxsync
Message:

VBoxWindowsAdditions.exe is only built on win.x86. Updated .cat/.inf todo for win.amd64.

Files:

Legend:

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

    r10162 r10164  
    145145endif 
    146146 
    147 # Common Windows files used by 32- and 64-bit architectures. 
    148 if1of ($(KBUILD_TARGET), win) 
    149  GUESTADDITIONS_FILESPEC.win = \ 
    150         VBoxWindowsAdditions.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions.exe \ 
    151         AUTORUN.INF=./WINNT/Installer/AUTORUN.INF 
    152 endif 
    153147 
    154148ifdef VBOX_WITH_ADDITIONS_ISO.win.amd64 
    155  # We MUST fix the .inf / .cat problem mentioned in the todo above. 
     149 ## @todo Take the .inf files from the output directories, they will all be edited I think... 
     150 #        If that is not the case, do it in the signing ifdef below together with the .cat files. 
    156151 VBOX_PATH_ADDITIONS.win.amd64 = $(PATH_OUT_BASE)/win.amd64/$(KBUILD_TYPE)/bin/additions 
    157152 GUESTADDITIONS_FILESPEC.win.amd64 = \ 
     
    174169        64Bit/Windows/Drivers/VBoxSF/VBoxMRXNP.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMRXNP.dll 
    175170 endif 
     171 ifdef VBOX_SIGNING_MODE 
     172  # .cat from output dirs 
     173 endif 
    176174endif 
    177175 
     
    195193        32Bit/Windows/3rdParty/AMD_PCnet/pcntpci5.cat=./WINNT/Network/AMD/pcntpci5.cat \ 
    196194        32Bit/Windows/3rdParty/AMD_PCnet/PCNTPCI5.sys=./WINNT/Network/AMD/PCNTPCI5.sys \ 
    197         VBoxWindowsAdditions-x86.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions-x86.exe 
     195        VBoxWindowsAdditions-x86.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions-x86.exe \ 
     196        VBoxWindowsAdditions.exe=$(VBOX_PATH_ADDITIONS.win.x86)/VBoxWindowsAdditions.exe \ 
     197        AUTORUN.INF=./WINNT/Installer/AUTORUN.INF 
    198198 ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS 
    199199  GUESTADDITIONS_FILESPEC.win.x86 += \ 
     
    211211                $(filter-out %=deleteme=,\ 
    212212                        $(subst =,=deleteme= ,\ 
    213                                 $(GUESTADDITIONS_FILESPEC.win) \ 
    214213                                $(GUESTADDITIONS_FILESPEC.win.x86) \ 
    215214                                $(GUESTADDITIONS_FILESPEC.win.amd64) \ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy