VirtualBox

Changeset 611 in vbox for trunk/src/libs


Ignore:
Timestamp:
Feb 4, 2007 11:58:51 PM (18 years ago)
Author:
vboxsync
Message:

i386 needs to defined everywhere or we'll get big endian mixup in typelib on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r599 r611  
    4646TEMPLATE_XPCOM_CFLAGS.l4           = -nostdinc
    4747TEMPLATE_XPCOM_CFLAGS.linux        = -pthread -ansi
    48 TEMPLATE_XPCOM_DEFS                = MOZILLA_CLIENT=1
     48TEMPLATE_XPCOM_DEFS                = MOZILLA_CLIENT=1 NDEBUG=1
     49TEMPLATE_XPCOM_DEFS.x86            = i386=1
    4950TEMPLATE_XPCOM_DEFS.amd64          = HAVE_VA_LIST_AS_ARRAY HAVE_VA_COPY VA_COPY\(a\,b\)=__builtin_va_copy\(a\,b\)
    5051TEMPLATE_XPCOM_DEFS.darwin         = OSTYPE=\"Darwin8.8.1\" OSARCH=\"Darwin\" MOZ_DLL_SUFFIX=\".dylib\" XP_UNIX=1 XP_MACOSX=1
     
    214215        tstTestAutoPtr \
    215216        tstTestMinStringAPI \
    216         tstTestStrings
     217        tstTestStrings \
     218        tstPrimitiveTest \
     219        tstSimpleTypeLib \
     220        tstXptDump \
     221        tstXptLink
    217222#   tstTestPermanentAtoms
    218223endif # VBOX_WITH_TESTCASES
     
    584589VBox-xpcom-nspr_DEFS.solaris = \
    585590        _PR_PTHREADS
    586 VBox-xpcom-nspr_DEFS.x86   = i386=1
    587 VBox-xpcom-nspr_DEFS.amd64 = i386=1
    588 VBox-xpcom-nspr_DEFS.debug = NDEBUG
    589591VBox-xpcom-nspr_INCS = \
    590592        nsprpub/pr/include/private \
     
    10871089tstTestStrings_TEMPLATE        = XPCOMEXE
    10881090tstTestStrings_SOURCES         = xpcom/tests/TestStrings.cpp
     1091tstPrimitiveTest_TEMPLATE      = XPCOMEXE
     1092tstPrimitiveTest_SOURCES       = xpcom/typelib/xpt/tests/PrimitiveTest.c
     1093tstSimpleTypeLib_TEMPLATE      = XPCOMEXE
     1094tstSimpleTypeLib_SOURCES       = xpcom/typelib/xpt/tests/SimpleTypeLib.c
     1095tstXptDump_TEMPLATE            = XPCOMEXE
     1096tstXptDump_SOURCES             = xpcom/typelib/xpt/tools/xpt_dump.c
     1097tstXptLink_TEMPLATE            = XPCOMEXE
     1098tstXptLink_SOURCES             = xpcom/typelib/xpt/tools/xpt_link.c
     1099
     1100
    10891101
    10901102
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette