Fix build process to return correct line-number for preprocessed files.
authorkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Sun, 11 Sep 2011 12:31:09 +0000 (12:31 +0000)
committerkim <kim@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Sun, 11 Sep 2011 12:31:09 +0000 (12:31 +0000)
commit38d272b6d0c20bdc58e55a02c5febc99a0ce68fa
tree0025f8d6f0cc556894ac65046be7a2115ab0f0a8
parent9c5f7f3a67cf5bf3913bdc05fd18405207e16410
Fix build process to return correct line-number for preprocessed files.

*  make camlp4 return ocaml ast instead of plain .ml files
*  pass -unsafe option to camlp4 instead of ocamlopt

git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/xpathcomp@1128 3cdefd35-fc62-479d-8e8d-bae585ffb9ca
myocamlbuild.ml