Changeset 48282 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 4, 2013 11:59:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r48132 r48282 32 32 # 33 33 LIBRARIES += SUPR3 SUPR3Static SUPR3HardenedStatic 34 ifdef VBOX_WITH_32_ON_64_MAIN_API 35 LIBRARIES += SUPR3-x86 36 endif 34 37 ifndef VBOX_ONLY_DOCS 35 38 if1of ($(VBOX_LDR_FMT), pe lx) … … 85 88 SUPR3HardenedVerify.cpp \ 86 89 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp 90 91 SUPR3-x86_TEMPLATE = VBoxR3Dll-x86 92 SUPR3-x86_EXTENDS = SUPR3 93 87 94 88 95 #
Note:
See TracChangeset
for help on using the changeset viewer.