Changeset 48891 in vbox
- Timestamp:
- Oct 4, 2013 4:54:07 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Config.kmk (modified) (1 diff)
-
src/libs/libxml2-2.6.31/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r48883 r48891 509 509 # Whether to also ship 32-bit main API on 64-bit systems. 510 510 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), solaris.amd64 win.amd64) 511 VBOX_WITH_32_ON_64_MAIN_API = 1 511 if !defined(VBOX_ONLY_TESTSUITE) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_DOCS) 512 VBOX_WITH_32_ON_64_MAIN_API = 1 513 endif 512 514 endif 513 515 # The recompiler. -
trunk/src/libs/libxml2-2.6.31/Makefile.kmk
r48856 r48891 19 19 include $(KBUILD_PATH)/subheader.kmk 20 20 21 LIBRARIES += VBox-libxml2 21 ifndef VBOX_ONLY_TESTSUITE 22 LIBRARIES += VBox-libxml2 23 endif 22 24 VBox-libxml2_TEMPLATE = VBOXR3NP 23 25 VBox-libxml2_SDKS = VBOX_ZLIB
Note:
See TracChangeset
for help on using the changeset viewer.

