- Timestamp:
- Sep 14, 2018 2:08:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r74230 r74267 69 69 70 70 # 71 # Always build the VBoxXPCOM import library. 72 # 73 IMPORT_LIBS += VBoxXPCOMImp 74 75 # 71 76 # We build several libraries so that any linker command line 72 77 # length restrictions limit will be avoided. (Solaris, Mac?) 73 78 # 74 if !defined(VBOX_ONLY_SDK) && !defined(VBOX_ONLY_EXTPACK)79 if !defined(VBOX_ONLY_SDK) && (!defined(VBOX_ONLY_EXTPACKS) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS)) 75 80 76 81 VBOX_XPCOM_LIBRARIES := \ … … 133 138 PROGRAMS += VBoxXPCOMIPCD 134 139 135 endif # !VBOX_ONLY_SDK && !VBOX_ONLY_EXTPACK140 endif # !VBOX_ONLY_SDK && (!defined(VBOX_ONLY_EXTPACKS) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS)) 136 141 137 142 … … 1075 1080 1076 1081 # 1082 # VBoxXPCOMImp - Import library/hack. 1083 # 1084 $(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxXPCOMImp,VBoxXPCOM,VBoxXPCOM.def) 1085 1086 1087 # 1077 1088 # IPC templates. 1078 1089 #
Note:
See TracChangeset
for help on using the changeset viewer.