Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-11 11:05:17 -0700 (Wed, 11 Apr 2007)
Revision: 10398
Log message:

      Propagate the callback model to OMake.

Changes  Path
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/lib/build/Dll.om
+13 -7 omake-jumbo-branches/dll2/0.9.8.x/lib/parse/C/Dll.om
+30 -15 omake-jumbo-branches/dll2/0.9.8.x/src/builtin/omake_builtin_dll.ml
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/src/env/omake_ir_ast.ml
+2 -2 omake-jumbo-branches/dll2/0.9.8.x/src/eval/omake_eval.ml
+13 -1 omake-jumbo-branches/dll2/0.9.8.x/src/eval/omake_value.ml
+1 -0 omake-jumbo-branches/dll2/0.9.8.x/src/eval/omake_value.mli
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_symbol.ml
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_var.ml
+1 -1 omake-jumbo-branches/dll2/0.9.8.x/src/ir/omake_var.mli
+2 -1 omake-jumbo-branches/dll2/0.9.8.x/tests/dll/callback/OMakefile
+4 -0 omake-jumbo-branches/dll2/0.9.8.x/tests/dll/callback/libtest.c
Added omake-jumbo-branches/dll2/0.9.8.x/tests/dll/callback/test
+1 -0 omake-jumbo-branches/dll2/0.9.8.x/tests/dll/callback/test.h
Added omake-jumbo-branches/dll2/0.9.8.x/tests/dll/callback/test_post.om