~chust/+junk/MzXPCOM

« back to all changes in this revision

Viewing changes to GNUmakefile

  • Committer: Thomas Chust
  • Date: 2009-06-21 22:02:55 UTC
  • Revision ID: chust@web.de-20090621220255-hle8dsksapetp481
Implemented uncaught exception and exit handlers for Scheme code running
in the XPCOM context, simplified mzSchemeService::Callbacks::Eval using
these new facilities.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
IDLFLAGS=-w -I$(XULRUNNER_SDK)/idl
15
15
 
16
 
CFLAGS:= -Wall -g \
 
16
CFLAGS:= -Wall -Wno-pmf-conversions \
17
17
        $(shell expr '$(shell $(MZC) --ccf-show)' : '.*: (\(.*\))') \
18
18
        -I$(MZSCHEME_SDK)/include \
19
19
        $(shell $(PKG_CONFIG) --cflags libxul-unstable)