Changeset 27017 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 4, 2010 12:35:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58327
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r27014 r27017 35 35 # Targets 36 36 # 37 LIBRARIES += SUPR3 SUPR3 HardenedStatic37 LIBRARIES += SUPR3 SUPR3Static SUPR3HardenedStatic 38 38 if !defined(VBOX_ONLY_DOCS) && !defined(VBOX_ONLY_TESTSUITE) 39 39 ifeq ($(filter-out pe lx,$(VBOX_LDR_FMT)),) … … 93 93 $(KBUILD_TARGET)/SUPLib-$(KBUILD_TARGET).cpp 94 94 95 # 96 # Static version of SUPR3. 97 # 98 SUPR3Static_TEMPLATE = VBOXR3STATIC 99 SUPR3Static_EXTENDS = SUPR3 95 100 96 101 #
Note:
See TracChangeset
for help on using the changeset viewer.