Changeset 9629 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jun 11, 2008 7:57:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
r9521 r9629 74 74 ifdef VBOX_WITH_64BIT_ADDITIONS 75 75 SYSMODS.x86 += VBoxGuestNT 76 ifeq (foo,disabled) 76 77 VBoxGuestNT_EXTENDS = VBoxGuest 78 else 77 79 VBoxGuestNT_TEMPLATE = VBOXGUESTR0 80 VBoxGuestNT_INCS = $(VBoxGuest_INCS) 81 VBoxGuestNT_LDFLAGS.x86 = $(VBoxGuest_LDFLAGS.x86) 82 endif 78 83 else 79 84 SYSMODS += VBoxGuestNT
Note:
See TracChangeset
for help on using the changeset viewer.