Changeset 611 in vbox for trunk/src/libs
- Timestamp:
- Feb 4, 2007 11:58:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r599 r611 46 46 TEMPLATE_XPCOM_CFLAGS.l4 = -nostdinc 47 47 TEMPLATE_XPCOM_CFLAGS.linux = -pthread -ansi 48 TEMPLATE_XPCOM_DEFS = MOZILLA_CLIENT=1 48 TEMPLATE_XPCOM_DEFS = MOZILLA_CLIENT=1 NDEBUG=1 49 TEMPLATE_XPCOM_DEFS.x86 = i386=1 49 50 TEMPLATE_XPCOM_DEFS.amd64 = HAVE_VA_LIST_AS_ARRAY HAVE_VA_COPY VA_COPY\(a\,b\)=__builtin_va_copy\(a\,b\) 50 51 TEMPLATE_XPCOM_DEFS.darwin = OSTYPE=\"Darwin8.8.1\" OSARCH=\"Darwin\" MOZ_DLL_SUFFIX=\".dylib\" XP_UNIX=1 XP_MACOSX=1 … … 214 215 tstTestAutoPtr \ 215 216 tstTestMinStringAPI \ 216 tstTestStrings 217 tstTestStrings \ 218 tstPrimitiveTest \ 219 tstSimpleTypeLib \ 220 tstXptDump \ 221 tstXptLink 217 222 # tstTestPermanentAtoms 218 223 endif # VBOX_WITH_TESTCASES … … 584 589 VBox-xpcom-nspr_DEFS.solaris = \ 585 590 _PR_PTHREADS 586 VBox-xpcom-nspr_DEFS.x86 = i386=1587 VBox-xpcom-nspr_DEFS.amd64 = i386=1588 VBox-xpcom-nspr_DEFS.debug = NDEBUG589 591 VBox-xpcom-nspr_INCS = \ 590 592 nsprpub/pr/include/private \ … … 1087 1089 tstTestStrings_TEMPLATE = XPCOMEXE 1088 1090 tstTestStrings_SOURCES = xpcom/tests/TestStrings.cpp 1091 tstPrimitiveTest_TEMPLATE = XPCOMEXE 1092 tstPrimitiveTest_SOURCES = xpcom/typelib/xpt/tests/PrimitiveTest.c 1093 tstSimpleTypeLib_TEMPLATE = XPCOMEXE 1094 tstSimpleTypeLib_SOURCES = xpcom/typelib/xpt/tests/SimpleTypeLib.c 1095 tstXptDump_TEMPLATE = XPCOMEXE 1096 tstXptDump_SOURCES = xpcom/typelib/xpt/tools/xpt_dump.c 1097 tstXptLink_TEMPLATE = XPCOMEXE 1098 tstXptLink_SOURCES = xpcom/typelib/xpt/tools/xpt_link.c 1099 1100 1089 1101 1090 1102
Note:
See TracChangeset
for help on using the changeset viewer.