web/lib/arch/osx/jcc/config.py
author ymh <ymh.work@gmail.com>
Fri, 04 Jun 2010 17:44:26 +0200
changeset 43 f4b9ce48a758
parent 29 cc9b7e14412b
permissions -rw-r--r--
Merge with a2c2ad538e9a7d45dff281636193a526011dde2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
INCLUDES=['/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers']
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
CFLAGS=['-fno-strict-aliasing', '-Wno-write-strings']
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
DEBUG_CFLAGS=['-O0', '-g', '-DDEBUG']
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
LFLAGS=['-framework', 'JavaVM']
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
SHARED=True
cc9b7e14412b update django and lucene
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7