Changeset 9624 in vbox
- Timestamp:
- Jun 11, 2008 7:14:45 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (2 diffs)
-
src/VBox/Additions/WINNT/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r9615 r9624 143 143 # (Ignored ifndef VBOX_WITH_ADDITIONS. Hack for 32/64 linux issues.) 144 144 VBOX_WITH_ADDITION_DRIVERS = 1 145 # Build win32 additions (cross building them on linux and l4 using wine). 146 if1of ($(KBUILD_TARGET),l4 linux win) 145 # Build windows additions. 146 # Note! VBOX_WITH_WIN32_ADDITIONS will be removed later. 147 if1of ($(KBUILD_TARGET), win) 147 148 VBOX_WITH_WIN32_ADDITIONS = 1 148 149 endif 149 150 # Build linux additions. 150 # Note! VBOX_WITH_LINUX_ADDITIONS will be removed later and only 151 # VBOX_WITH_WIN32_ADDITIONS will be kept around for cross building. 151 # Note! VBOX_WITH_LINUX_ADDITIONS will be removed later. 152 152 if1of ($(KBUILD_TARGET),l4 linux) 153 153 VBOX_WITH_LINUX_ADDITIONS = 1 … … 302 302 endif 303 303 # Enable building 64-bit additions (actually KBUILD_TARGET_ARCH decides). 304 ifeq ($(USERNAME),bird) # precaution305 304 VBOX_WITH_64BIT_ADDITIONS = 1 306 endif307 305 308 306 # -
trunk/src/VBox/Additions/WINNT/Makefile.kmk
r9037 r9624 29 29 include $(PATH_SUB_CURRENT)/VBoxGuest/Makefile.kmk 30 30 include $(PATH_SUB_CURRENT)/VBoxTray/Makefile.kmk 31 ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (minor issues). 31 32 include $(PATH_SUB_CURRENT)/VBoxGINA/Makefile.kmk 33 endif 32 34 include $(PATH_SUB_CURRENT)/VBoxControl/Makefile.kmk 33 35 include $(PATH_SUB_CURRENT)/VBoxHook/Makefile.kmk … … 37 39 endif 38 40 ifdef VBOX_WITH_WIN32_ADDITIONS_SHAREDFOLDERS 41 ifneq ($(KBUILD_TARGET_ARCH),amd64) ## @todo Not 64-bit ready yet (build env issues). 39 42 include $(PATH_SUB_CURRENT)/SharedFolders/Makefile.kmk 43 endif 40 44 endif 41 45 ifneq ($(wildcard $(PATH_SUB_CURRENT)/Installer),)
Note:
See TracChangeset
for help on using the changeset viewer.

