web/lib/arch/osx/jcc/config.py
author ymh <ymh.work@gmail.com>
Fri, 04 Mar 2011 23:11:22 +0100
changeset 61 efeaf7b1c348
parent 29 cc9b7e14412b
permissions -rw-r--r--
lucene correction
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