Changeset 38418 in vbox
- Timestamp:
- Aug 11, 2011 1:59:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r38154 r38418 52 52 # Build docs only - need just regular R3 runtime. 53 53 # 54 LIBRARIES += RuntimeR3 54 LIBRARIES += RuntimeR3 RuntimeBldProg 55 55 DLLS += VBoxRT 56 56 … … 102 102 LIBRARIES.win += RuntimeR3NtDll-x86 103 103 if1of (amd64, $(KBUILD_TARGET_ARCH) $(KBUILD_HOST_ARCH)) 104 LIBRARIES.win += RuntimeR3NtDll-amd64104 # LIBRARIES.win += RuntimeR3NtDll-amd64 105 105 endif 106 106
Note:
See TracChangeset
for help on using the changeset viewer.