Changeset 10164 in vbox
- Timestamp:
- Jul 3, 2008 4:05:45 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/Makefile.kmk
r10162 r10164 145 145 endif 146 146 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.INF152 endif153 147 154 148 ifdef 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. 156 151 VBOX_PATH_ADDITIONS.win.amd64 = $(PATH_OUT_BASE)/win.amd64/$(KBUILD_TYPE)/bin/additions 157 152 GUESTADDITIONS_FILESPEC.win.amd64 = \ … … 174 169 64Bit/Windows/Drivers/VBoxSF/VBoxMRXNP.dll=$(VBOX_PATH_ADDITIONS.win.amd64)/VBoxMRXNP.dll 175 170 endif 171 ifdef VBOX_SIGNING_MODE 172 # .cat from output dirs 173 endif 176 174 endif 177 175 … … 195 193 32Bit/Windows/3rdParty/AMD_PCnet/pcntpci5.cat=./WINNT/Network/AMD/pcntpci5.cat \ 196 194 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 198 198 ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS 199 199 GUESTADDITIONS_FILESPEC.win.x86 += \ … … 211 211 $(filter-out %=deleteme=,\ 212 212 $(subst =,=deleteme= ,\ 213 $(GUESTADDITIONS_FILESPEC.win) \214 213 $(GUESTADDITIONS_FILESPEC.win.x86) \ 215 214 $(GUESTADDITIONS_FILESPEC.win.amd64) \
Note:
See TracChangeset
for help on using the changeset viewer.