- Timestamp:
- Nov 23, 2008 1:38:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk
r12446 r14491 52 52 # 53 53 SYSMODS.x86 += VBoxGuestNT 54 $(warning Try out VBoxGuestNT_EXTENDS again!)55 ## @todo check this out!!!56 ifeq (kBuild,0.1.4) # This doesn't work because of the VBoxGuest_NOINST stuff above. ## @todo kBuild: change the NOINST test from ifdef to ifneq ($(strip $($(target)_NOINST)),)57 54 VBoxGuestNT_EXTENDS = VBoxGuest 58 else 59 VBoxGuestNT_TEMPLATE = VBOXGUESTR0 60 VBoxGuestNT_INCS = $(VBoxGuest_INCS) 61 VBoxGuestNT_LDFLAGS.x86 = $(VBoxGuest_LDFLAGS.x86) 62 endif 55 VBoxGuestNT_NOINST = $(NO_SUCH_VARIABLE) 63 56 VBoxGuestNT_DEFS = $(VBoxGuest_DEFS) TARGET_NT4 64 57 VBoxGuestNT_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.