Changeset 60975 in vbox
- Timestamp:
- May 13, 2016 11:05:22 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107210
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r58944 r60975 92 92 93 93 VBOX_XPCOM_DLLS := \ 94 94 VBoxXPCOM \ 95 95 VBoxXPCOMIPCC 96 96 DLLS += $(VBOX_XPCOM_DLLS) -
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r60973 r60975 31 31 # 32 32 ifeq ($(KBUILD_TARGET),darwin) # Relatively predictable, don't script. 33 $(warning %%%)34 $(warning %%%)35 $(warning %%%)36 $(warning VBOX_DEF_MACOSX_VERSION_MIN=$(VBOX_DEF_MACOSX_VERSION_MIN))37 $(warning VBOX_XCODE_VERSION=$(VBOX_XCODE_VERSION))38 $(warning %%%)39 $(warning %%%)40 $(warning %%%)41 33 ifndef VBOX_WITHOUT_VBOXPYTHON_FOR_OSX_10_6 42 34 if1of ($(VBOX_DEF_MACOSX_VERSION_MIN), 10.5 10.4) -
trunk/src/libs/xpcom18a4/vboxdeps.cpp
r11863 r60975 8 8 #include <nsIPipe.h> 9 9 #include <xptcall.h> 10 #include <nsProxyRelease.h> 10 11 #include "xpcom/proxy/src/nsProxyEventPrivate.h" 11 12 … … 18 19 (uintptr_t)PR_DestroyPollableEvent, 19 20 (uintptr_t)NS_NewPipe2, 21 (uintptr_t)NS_ProxyRelease, 20 22 0 21 23 };
Note:
See TracChangeset
for help on using the changeset viewer.