- Timestamp:
- May 9, 2010 9:22:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/Makefile.kmk
r28800 r29268 50 50 51 51 # OpenSSL for VRDP. 52 if defined(VBOX_WITH_VRDP) && !defined(VBOX_ONLY_SDK) \ 52 #if defined(VBOX_WITH_VRDP) && !defined(VBOX_ONLY_SDK) - this isn't right, thus: 53 if !defined(VBOX_ONLY_SDK) \ 53 54 && "$(SDK_VBOX_OPENSSL_INCS)" == "$(SDK_VBOX_OPENSSL_VBOX_DEFAULT_INCS)" 54 55 include $(PATH_SUB_CURRENT)/openssl-0.9.8k/Makefile.kmk … … 62 63 # Main related things - XML and XSLT, XPCOM. 63 64 if defined(VBOX_WITH_MAIN) 64 65 65 if defined(VBOX_WITH_XPCOM) && !defined(VBOX_ONLY_DOCS) 66 66 include $(PATH_SUB_CURRENT)/xpcom18a4/Makefile.kmk 67 67 endif 68 endif # The above comment is wrong now, VBoxRT requires libxml. 69 68 70 ifeq ($(SDK_VBOX_LIBXML2_INCS),$(PATH_ROOT)/src/libs/libxml2-2.6.30/include) 69 71 include $(PATH_SUB_CURRENT)/libxml2-2.6.30/Makefile.kmk 70 72 endif 73 74 if defined(VBOX_WITH_MAIN) 71 75 ifeq ($(SDK_VBOX_LIBXSLT_INCS),$(PATH_ROOT)/src/libs/libxslt-1.1.22) 72 76 include $(PATH_SUB_CURRENT)/libxslt-1.1.22/Makefile.kmk
Note:
See TracChangeset
for help on using the changeset viewer.