Changeset 8524 in vbox
- Timestamp:
- May 1, 2008 7:22:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r8473 r8524 1169 1169 # RuntimeW32NT4GuestR0 - Win32 NT4 guest driver runtime. 1170 1170 # 1171 RuntimeW32NT4GuestR0_TEMPLATE = VBOXW32GUESTR0LIB 1172 RuntimeW32NT4GuestR0_SDKS = $(RuntimeW32GuestR0_SDKS) 1173 RuntimeW32NT4GuestR0_DEFS = $(RuntimeW32GuestR0_DEFS) IPRT_TARGET_NT4 1174 RuntimeW32NT4GuestR0_INCS = $(RuntimeW32GuestR0_INCS) 1175 RuntimeW32NT4GuestR0_SOURCES = $(RuntimeW32GuestR0_SOURCES) 1171 RuntimeW32NT4GuestR0_EXTENDS = RuntimeW32GuestR0 1172 RuntimeW32NT4GuestR0_EXTENDS_BY = appending 1173 RuntimeW32NT4GuestR0_DEFS = IPRT_TARGET_NT4 1176 1174 1177 1175
Note:
See TracChangeset
for help on using the changeset viewer.